-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
46 lines (46 loc) · 1.1 KB
/
db.json
File metadata and controls
46 lines (46 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"pictures": [
{
"artist": "evan",
"year": 2014,
"photo": "https://picsum.photos/400/319",
"id": "129637a4-e8e6-4844-aee2-c92f63877754"
},
{
"artist": "Sebastien",
"year": 2020,
"photo": "https://picsum.photos/400/384",
"id": "10818f7c-b85f-4c23-b9e9-8c6d313d644b"
},
{
"artist": "Jeff",
"year": 2001,
"photo": "https://picsum.photos/400/362",
"id": "9ddefee7-0b5a-4d6e-a51a-c9b92c3c0e69"
},
{
"artist": "Natasha",
"year": 2005,
"photo": "https://picsum.photos/400/340",
"id": "1a8c4d46-172c-4c77-a16f-827bb5f7dabd"
},
{
"artist": "John",
"year": 2010,
"photo": "https://picsum.photos/400/448",
"id": "b6d41f50-6c9e-407d-9fb6-9ea52ab0b87b"
},
{
"artist": "Virginia",
"year": 2009,
"photo": "https://picsum.photos/400/316",
"id": "4db523de-84ac-49f9-be84-a6aaa00dea7d"
},
{
"artist": "Melissa",
"year": 2015,
"photo": "https://picsum.photos/400/319",
"id": "3be6471c-3e69-4447-9605-d8d94556e847"
}
]
}