{
  "@context": "http://iiif.io/api/presentation/3/context.json",
  "@type": "Manifest",
  "id": "https://mlb-gh.github.io/IIIF_test_v03/manifests/Margaret-Leigh_manifest3.json",
  "label": {
    "en": [
      "Audio Example"
    ]
  },
  "items": [
    {
      "@type": "Canvas",
      "id": "https://example.com/manifests/audio.json/canvas/1",
      "duration": 1985.024,
      "items": [
        {
          "@type": "AnnotationPage",
          "items": [
            {
              "@type": "Annotation",
              "motivation": "painting",
              "target": "https://example.com/manifests/audio.json/canvas/1",
              "body": {
                "@type": "Sound",
                "id": "https://mlb-gh.github.io/IIIF_test_v3/audio/Margaret-Leigh.mp3",
                "format": "audio/mp4",
                "duration": 1985.024
              }
            }
          ]
        }
      ]
    }
  ]
}
