{
    "@context": "http://iiif.io/api/presentation/4/context.json",
    "id": "https://iiif.io/api/presentation/4.0/example/04_scene.json",
    "type": "Manifest",
    "label": {
        "en": [
            "Simplest Model Example (IIIF Presentation v4)"
        ]
    },
    "summary": {
        "en": [
            "Viewer should render the model at the scene origin and then add default lighting and camera"
        ]
    },
    "items": [
        {
            "id": "https://iiif.io/api/presentation/4.0/example/scene/1",
            "type": "Scene",
            "label": {
                "en": [
                    "A Scene"
                ]
            },
            "items": [
                {
                    "id": "https://iiif.io/api/presentation/4.0/example/scene/1/annotationPage/1",
                    "type": "AnnotationPage",
                    "items": [
                        {
                            "id": "https://iiif.io/api/presentation/4.0/example/scene/1/annotationPage/1/anno/1",
                            "type": "Annotation",
                            "motivation": [
                                "painting"
                            ],
                            "body": {
                                "id": "https://raw.githubusercontent.com/IIIF/3d/main/assets/astronaut/astronaut.glb",
                                "type": "Model",
                                "format": "model/gltf-binary"
                            },
                            "target": {
                                "id": "https://iiif.io/api/presentation/4.0/example/scene/1",
                                "type": "Scene"
                            }
                        }
                    ]
                }
            ]
        }
    ]
}