Created
May 11, 2023 14:09
-
-
Save glenrobson/b8d16a767bb6a8c60a5e81eb100499de to your computer and use it in GitHub Desktop.
Example single image manifest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": "http://iiif.io/api/presentation/3/context.json", | |
"id": "http://192.168.1.64:8080/iiif/img-8664_202009/manifest.json", | |
"items": [ | |
{ | |
"height": 3024, | |
"id": "https://iiif.archivelab.org/iiif/img-8664_202009/canvas", | |
"items": [ | |
{ | |
"id": "http://192.168.1.64:8080/iiif/img-8664_202009/annotationPage/1", | |
"items": [ | |
{ | |
"body": { | |
"format": "image/jpeg", | |
"height": 3024, | |
"id": "https://services-ia-iiif-cantaloupe-experiment.dev.archive.org/iiif/3/img-8664_202009%2FIMG_8664.jpg/full/max/0/default.jpg", | |
"service": [ | |
{ | |
"id": "https://services-ia-iiif-cantaloupe-experiment.dev.archive.org/iiif/3/img-8664_202009%2FIMG_8664.jpg", | |
"profile": "level2", | |
"type": "ImageService3" | |
} | |
], | |
"type": "Image", | |
"width": 4032 | |
}, | |
"id": "http://192.168.1.64:8080/iiif/img-8664_202009/annotation/1", | |
"motivation": "painting", | |
"target": "https://iiif.archivelab.org/iiif/img-8664_202009/canvas", | |
"type": "Annotation" | |
} | |
], | |
"type": "AnnotationPage" | |
} | |
], | |
"label": { | |
"none": [ | |
"1" | |
] | |
}, | |
"type": "Canvas", | |
"width": 4032 | |
} | |
], | |
"label": { | |
"none": [ | |
"IMG 8664" | |
] | |
}, | |
"type": "Manifest" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment