-
Notifications
You must be signed in to change notification settings - Fork 0
/
mixed2.json
63 lines (62 loc) · 2.87 KB
/
mixed2.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
60
61
62
63
{
"@context": [
"http://iiif.io/api/presentation/3/context.json",
"https://edsilv.github.io/iiif-ecs-proposal/ecs.json"
],
"id": "https://edsilv.github.io/iiif-ecs-proposal/mixed2.json",
"type": "Manifest",
"label": { "en": [ "a canvas with scale and playback components" ] },
"items": [
{
"id": "https://edsilv.github.io/iiif-ecs-proposal/mixed2.json/items/canvas/0",
"type": "Canvas",
"label": { "en": [ "demo" ] },
"content": [
{
"id": "https://edsilv.github.io/iiif-ecs-proposal/mixed2.json/items/canvas/0/annotationpage/0",
"type": "AnnotationPage",
"items": [
{
"id": "https://edsilv.github.io/iiif-ecs-proposal/mixed2.json/items/canvas/0/annotation/0",
"type": "Annotation",
"motivation": "painting",
"target": "https://edsilv.github.io/iiif-ecs-proposal/mixed2.json/items/canvas/0",
"body": [
{
"items": [
{
"format": "audio/mp4",
"id": "https://edsilv.github.io/iiif-ecs-proposal/media/audio1.mp4",
"type": "Audio"
}
]
}
]
},
{
"id": "https://edsilv.github.io/iiif-ecs-proposal/mixed2.json/items/canvas/0/annotation/1",
"type": "Annotation",
"motivation": "scale",
"target": "https://edsilv.github.io/iiif-ecs-proposal/mixed2.json/items/canvas/0",
"body": {
"x": 100,
"y": 100,
"z": 0
}
},
{
"id": "https://edsilv.github.io/iiif-ecs-proposal/mixed2.json/items/canvas/0/annotation/2",
"type": "Annotation",
"motivation": "playback",
"target": "https://edsilv.github.io/iiif-ecs-proposal/mixed2.json/items/canvas/0",
"body": {
"duration": 3723.4,
"loop": true
}
}
]
}
]
}
]
}