{
  "@context": "http://iiif.io/api/presentation/4/context.json",
  "id": "https://iiif.io/api/presentation/4.0/example/03_canvas.json",
  "type": "Manifest",
  "label": {
    "en": [
      "Simplest Image Example (IIIF Presentation v4)"
    ]
  },
  "items": [
    {
      "id": "https://iiif.io/api/presentation/4.0/example/03_canvas/canvas/p1",
      "type": "Canvas",
      "height": 1800,
      "width": 1200,
      "items": [
        {
          "id": "https://iiif.io/api/presentation/4.0/example/03_canvas/page/p1/1",
          "type": "AnnotationPage",
          "items": [
            {
              "id": "https://iiif.io/api/presentation/4.0/example/03_canvas/annotation/p0001-image",
              "type": "Annotation",
              "motivation": [ "painting" ],
              "body": {
                "id": "http://iiif.io/api/presentation/2.1/example/fixtures/resources/page1-full.png",
                "type": "Image",
                "format": "image/png",
                "height": 1800,
                "width": 1200
              },
              "target": {
                "id": "https://iiif.io/api/presentation/4.0/example/03_canvas/canvas/p1",
                "type": "Canvas"
              }
            }
          ]
        }
      ]
    }
  ]
}