{
    "@context": "http://iiif.io/api/presentation/4/context.json",
    "id": "https://iiif.io/api/presentation/4.0/example/uc06_3d_annotation.json",
    "type": "Manifest",
    "label": { "en": [ "Chess Pawn with Light and Camera" ] },
    "summary": {
        "en": [
            "Viewer should render the chess pawn at (-1,0,1), add the light, and base the viewport on the provided camera"
        ]
    },
    "items": [
        {
            "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/1",
            "type": "Scene",
            "label": { "en": [ "A Scene" ] },
            "backgroundColor": "#99CCFF",
            "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/scene/1/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/anno/2/specificResource/1",
                                "type": "SpecificResource",
                                "source": {
                                    "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/1",
                                    "type": "Scene"
                                },
                                "selector": [
                                    {
                                        "type": "PointSelector",
                                        "x": -1.0,
                                        "y": 1.0,
                                        "z": 1.0
                                    }
                                ]
                            }
                        },
                        {
                            "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/1/anno/2",
                            "type": "Annotation",
                            "motivation": [ "painting" ],
                            "body": {
                                "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/1/cameras/1",
                                "type": "PerspectiveCamera",
                                "label": { "en": [ "Perspective Camera 1" ] },
                                "lookAt": {
                                    "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/1/anno/1",
                                    "type": "Annotation"
                                },
                                "near": 1,
                                "far": 100,
                                "fieldOfView": 50
                            },
                            "target": {
                                "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/1/anno/2/specificResource/1",
                                "type": "SpecificResource",
                                "source": {
                                    "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/1",
                                    "type": "Scene"
                                },
                                "selector": [
                                    {
                                        "type": "PointSelector",
                                        "x": 0.0,
                                        "y": 6.0,
                                        "z": 10.0
                                    }
                                ]
                            }
                        },
                        {
                            "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/1/anno/3",
                            "type": "Annotation",
                            "motivation": [ "painting" ],
                            "body": {
                                "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/1/lights/1",
                                "type": "SpotLight",
                                "label": {
                                    "en": [
                                        "Spot Light 1"
                                    ]
                                },
                                "angle": 90.0,
                                "color": "#A0FFA0"
                            },
                            "target": {
                                "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/1/anno/3/specificResource/1",
                                "type": "SpecificResource",
                                "source": {
                                    "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/1",
                                    "type": "Scene"
                                },
                                "selector": [
                                    {
                                        "type": "PointSelector",
                                        "x": 0.0,
                                        "y": 3.0,
                                        "z": 1.0
                                    }
                                ]
                            }
                        }
                    ]
                }
            ]
        }
    ]
}