Skip to content

Instantly share code, notes, and snippets.

@camillevilla
Last active October 22, 2019 18:59
Show Gist options
  • Save camillevilla/8f2c4a4bdd1433f46ce199e233068550 to your computer and use it in GitHub Desktop.
Save camillevilla/8f2c4a4bdd1433f46ce199e233068550 to your computer and use it in GitHub Desktop.
Manifest for an item uploaded to test Spotlight instance w/ modified image service
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@type": "sc:Manifest",
"@id": "https://exhibits-stage.stanford.edu/external-iiif-and-upload-images-test-august-2019/catalog/107-6912/manifest",
"label": "morning glory uploaded - manifest from Camille's github gist",
"description": "This manifest has a modified image service URL.",
"sequences": [{
"@type": "sc:Sequence",
"@id": "https://exhibits-stage.stanford.edu/external-iiif-and-upload-images-test-august-2019/catalog/107-6912/manifest/sequence/normal",
"rendering": [],
"canvases": [{
"@type": "sc:Canvas",
"@id": "https://exhibits-stage.stanford.edu/external-iiif-and-upload-images-test-august-2019/catalog/107-6912/manifest/canvas/107-6912",
"label": "morning glory uploaded",
"width": 4032,
"height": 3024,
"images": [{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"resource": {
"@type": "dctypes:Image",
"@id": "107-6912",
"height": 3024,
"width": 4032,
"format": "image/jpeg",
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://exhibits-stage.stanford.edu/images/4175",
"profile": "http://iiif.io/api/image/2/level2.json"
}
},
"on": "https://exhibits-stage.stanford.edu/external-iiif-and-upload-images-test-august-2019/catalog/107-6912/manifest/canvas/107-6912"
}]
}]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment