Skip to content

Instantly share code, notes, and snippets.

@pbinkley
Last active September 9, 2024 19:49
Show Gist options
  • Save pbinkley/70e73f9b04d5f6e0da319d3b55d7a63a to your computer and use it in GitHub Desktop.
Save pbinkley/70e73f9b04d5f6e0da319d3b55d7a63a to your computer and use it in GitHub Desktop.
{
"@context": "http://iiif.io/api/presentation/3/context.json",
"id": "https://iiif.io/api/cookbook/recipe/0001-mvm-image/manifest.json",
"type": "Manifest",
"label": {
"en": [
"Single Image Example"
]
},
"items": [
{
"id": "https://iiif.io/api/cookbook/recipe/0001-mvm-image/canvas/p1",
"type": "Canvas",
"height": 1000,
"width": 921,
"items": [
{
"id": "https://iiif.io/api/cookbook/recipe/0001-mvm-image/page/p1/1",
"type": "AnnotationPage",
"items": [
{
"id": "https://iiif.io/api/cookbook/recipe/0001-mvm-image/annotation/p0001-image",
"type": "Annotation",
"motivation": "painting",
"body": {
"id": "https://media.britishmuseum.org/media/Repository/Documents/2018_8/8_11/c70755f1_d66d_48f4_867d_a93600c2cc7c/mid_RRI6591.jpg",
"type": "Image",
"format": "image/png",
"height": 1000,
"width": 921
},
"target": "https://iiif.io/api/cookbook/recipe/0001-mvm-image/canvas/p1"
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment