{
  "@context": "http://iiif.io/api/presentation/2/context.json",
  "@id": "https://dnoneill.github.io/AnnonatateTest/manifests/testingimage.json",
  "@type": "sc:Manifest",
  "label": "testing",
  "description": [
    {
      "@value": "[Click to edit description]",
      "@language": "en"
    }
  ],
  "attribution": "[Click to edit attribution]",
  "license": "https://creativecommons.org/licenses/by/3.0/",
  "sequences": [
    {
      "@id": "http://f831ee1c-c391-4a8e-ab01-8997ff8a7838",
      "@type": "sc:Sequence",
      "label": [
        {
          "@value": "Normal Sequence",
          "@language": "en"
        }
      ],
      "canvases": [
        {
          "@id": "http://7decf506-967e-457a-8b79-b221d5d8047d",
          "@type": "sc:Canvas",
          "label": "Empty canvas",
          "height": 1536,
          "width": 2048,
          "images": [
            {
              "@id": "http://262eb9e4-30c9-4f13-9d4e-32c41feccedf",
              "@type": "oa:Annotation",
              "motivation": "sc:painting",
              "resource": {
                "@id": "https://dnoneill.github.io/AnnonatateTest/images/testingimage/full/full/0/default.jpg",
                "@type": "dctypes:Image",
                "format": "image/jpeg",
                "height": 1536,
                "width": 2048,
                "service": {
                  "@context": "http://iiif.io/api/image/2/context.json",
                  "@id": "https://dnoneill.github.io/AnnonatateTest/images/testingimage",
                  "profile": "http://iiif.io/api/image/2/level0.json"
                }
              },
              "on": "http://7decf506-967e-457a-8b79-b221d5d8047d"
            }
          ],
          "otherContent": [
            {
              "@id": "https://dnoneill.github.io/AnnonatateTest/annotations/7decf506-967e-457a-8b79-b221d5d8047d-list.json",
              "@type": "sc:AnnotationList",
              "label": ""
            }
          ]
        }
      ]
    }
  ]
}
