Last active
January 2, 2024 20:28
-
-
Save maysamsh/bd3b57b4bd9266de24bfc3203fc5f85b to your computer and use it in GitHub Desktop.
Asset for SwiftUI TDD Repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"sample":[ | |
{ | |
"id":"4cdad0d1-aef8-48a5-832b-18c6c973f084", | |
"description":"A laptop on a desk", | |
"image_url":"https://picsum.photos/id/0/1000/600" | |
}, | |
{ | |
"id":"3cf78b14-1a14-4f20-83e5-38afe7b34d15", | |
"description":"An open book", | |
"image_url":"https://picsum.photos/id/24/1000/600" | |
}, | |
{ | |
"id":"673c5941-5152-4579-998a-7128595ab1c4", | |
"description":"City lights at night", | |
"image_url":"https://picsum.photos/id/56/1000/600" | |
}, | |
{ | |
"id":"eceefa77-40f0-41f3-a80c-255a4d739440", | |
"description":"A girl in the meadow", | |
"image_url":"https://picsum.photos/id/64/1000/600" | |
}, | |
{ | |
"id":"348b265d-8227-43af-a753-ff8b5f8dce46", | |
"description":"An old car", | |
"image_url":"https://picsum.photos/id/111/1000/600" | |
}, | |
{ | |
"id":"72e2a348-ad6d-405a-bf74-8345c28d284f", | |
"description":"Invalid Image", | |
"image_url":"https://picsum.photos/id/200/1000/600" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment