Skip to content

Commit 31421a4

Browse files
committed
Adding the sub scene information
1 parent 87b91c4 commit 31421a4

1 file changed

Lines changed: 28 additions & 1 deletion

File tree

source/presentation/4.0/example/uc06_scene_in_scene.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,34 @@
1919
"motivation": [ "painting" ],
2020
"body": {
2121
"id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/1",
22-
"type": "Scene"
22+
"type": "Scene",
23+
"label": {
24+
"en": [
25+
"Chess Pawn"
26+
]
27+
},
28+
"items": [
29+
{
30+
"id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/1/page/1",
31+
"type": "AnnotationPage",
32+
"items": [
33+
{
34+
"id": "https://iiif.io/api/presentation/4.0/example/uc06/3d/anno/1",
35+
"type": "Annotation",
36+
"motivation": ["painting"],
37+
"body": {
38+
"id": "https://fixtures.iiif.io/3d/thomas_flynn/chess/Pawn_black.glb",
39+
"type": "Model",
40+
"format": "model/gltf-binary"
41+
},
42+
"target": {
43+
"id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/1",
44+
"type": "Scene"
45+
}
46+
}
47+
]
48+
}
49+
]
2350
},
2451
"target": {
2552
"id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/parent/anno/1/specificResource/1",

0 commit comments

Comments
 (0)