-
Notifications
You must be signed in to change notification settings - Fork 0
/
pages.json
59 lines (59 loc) · 898 Bytes
/
pages.json
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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"items": [
{
"id": "folio-1",
"body": {
"type": "Choice",
"items": [
{
"id": "folio-1-natural",
"type": "Image",
"src": "6v-13r.jpg",
"height": 2760,
"width": 3999,
"label": {
"en": ["Natural light"]
}
},
{
"id": "folio-1-infrared",
"type": "Image",
"src": "6v-13r-infrared.jpg",
"height": 2760,
"width": 3999,
"label": {
"en": ["Infrared"]
}
}
]
}
},
{
"id": "folio-2",
"body": {
"type": "Image",
"src": "61v-62r.jpg",
"height": 2760,
"width": 4000
}
},
{
"id": "folio-3",
"body": {
"type": "Image",
"src": "88v-89r.jpg",
"height": 2760,
"width": 4000
}
},
{
"id": "folio-4",
"body": {
"type": "Image",
"src": "92v-93r.jpg",
"height": 3246,
"width": 4000
}
}
]
}