-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
36 lines (36 loc) · 833 Bytes
/
db.json
File metadata and controls
36 lines (36 loc) · 833 Bytes
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
{
"images": [
{
"id": 1,
"title": "Eighties VJ",
"url": "https://aluar.s3.eu-central-1.amazonaws.com/test_image_1.jpg",
"video_id": 1
},
{
"id": 2,
"title": "DNA",
"url": "https://aluar.s3.eu-central-1.amazonaws.com/test_image_2.jpg",
"video_id": 2
},
{
"id": 3,
"title": "Embossed Circles",
"url": "https://aluar.s3.eu-central-1.amazonaws.com/test_image_3.jpg",
"video_id": 3
}
],
"videos": [
{
"id": 1,
"url": "https://aluar.s3.eu-central-1.amazonaws.com/videos/test_video_1.mp4"
},
{
"id": 2,
"url": "https://aluar.s3.eu-central-1.amazonaws.com/videos/test_video_2.mp4"
},
{
"id": 3,
"url": "https://aluar.s3.eu-central-1.amazonaws.com/videos/test_video_3.mp4"
}
]
}