{
  "@context": "http://iiif.io/api/presentation/4/context.json",
  "id": "https://iiif.io/api/cookbook/recipe/0608-mvm-3d/v4/manifest.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/cookbook/recipe/0608-mvm-3d/v4/scene",
      "type": "Scene",
      "label": {
        "en": [
          "A Scene"
        ]
      },
      "items": [
        {
          "id": "https://iiif.io/api/cookbook/recipe/0608-mvm-3d/v4/scene/1/annotationPage/1",
          "type": "AnnotationPage",
          "items": [
            {
              "id": "https://iiif.io/api/cookbook/recipe/0608-mvm-3d/v4/scene/1/annotationPage/1/anno/1",
              "type": "Annotation",
              "motivation": [
                "painting"
              ],
              "body": {
                "id": "https://fixtures.iiif.io/3d/google/astronaut.glb",
                "type": "Model",
                "format": "model/gltf-binary"
              },
              "target": {
                "id": "https://iiif.io/api/cookbook/recipe/0608-mvm-3d/v4/scene",
                "type": "Scene"
              }
            }
          ]
        }
      ]
    }
  ]
}