{
    "@context": "http://iiif.io/api/presentation/4/context.json",
    "id": "https://iiif.io/api/presentation/4.0/example/uc06_3d.json",
    "type": "Manifest",
    "label": { "en": [ "Chess Pawn — Basic Scene" ] },
    "summary": {
        "en": [
            "Viewer should render the chess pawn model at the scene origin, and then viewer should add default lighting and camera"
        ]
    },
    "items": [
        {
            "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/1",
            "type": "Scene",
            "label": {
                "en": [
                    "Chess Pawn"
                ]
            },
            "items": [
                {
                    "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/1/page/1",
                    "type": "AnnotationPage",
                    "items": [
                        {
                            "id": "https://iiif.io/api/presentation/4.0/example/uc06/3d/anno/1",
                            "type": "Annotation",
                            "motivation":  ["painting"],
                            "body": {
                                "id": "https://fixtures.iiif.io/3d/thomas_flynn/chess/Pawn_black.glb",
                                "type": "Model",
                                "format": "model/gltf-binary"
                            },
                            "target": { 
                                "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/1",
                                "type": "Scene"
                            }
                        }
                    ]
                }
            ]
        }
    ]
}