Last active
October 22, 2019 18:59
-
-
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
This file contains 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/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