Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrochkind/7d780b5fe4081db447512b3d6129efc5 to your computer and use it in GitHub Desktop.
Save jrochkind/7d780b5fe4081db447512b3d6129efc5 to your computer and use it in GitHub Desktop.
manifest.json
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@id": "http://173e44ba-166b-4db0-82a4-da0686ec63dc",
"@type": "sc:Manifest",
"label": "[Click to edit label]",
"metadata": [],
"description": [
{
"@value": "[Click to edit description]",
"@language": "en"
}
],
"license": "https://creativecommons.org/licenses/by/3.0/",
"attribution": "[Click to edit attribution]",
"sequences": [
{
"@id": "http://e0fb67eb-ff6c-48b3-bb5f-3460e6e2d588",
"@type": "sc:Sequence",
"label": [
{
"@value": "Normal Sequence",
"@language": "en"
}
],
"canvases": [
{
"@id": "http://11f2ab05-7b71-4e60-b3e2-d019b4148bc5",
"@type": "sc:Canvas",
"label": "Empty canvas",
"height": 664,
"width": 1000,
"images": [
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@id": "http://673eca93-e9ee-4cd5-9ca7-bbb9dd0ee7c2",
"@type": "oa:Annotation",
"motivation": "sc:painting",
"resource": {
"@id": "http://localhost:3000/images/d217qp48j%2Ffiles%2F32c81d75-d1c6-42c9-b1a1-dbc5fcfdb157/full/full/0/default.jpg",
"@type": "dctypes:Image",
"format": "image/jpeg",
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "http://localhost:3000/images/d217qp48j%2Ffiles%2F32c81d75-d1c6-42c9-b1a1-dbc5fcfdb157",
"profile": [
"http://iiif.io/api/image/2/level1.json",
{
"formats": [
"jpg",
"png"
]
}
]
},
"height": 664,
"width": 1000
},
"on": "http://11f2ab05-7b71-4e60-b3e2-d019b4148bc5"
}
]
},
{
"@id": "http://c370bf65-bb12-4b2c-86e9-70d499ed0dc2",
"@type": "sc:Canvas",
"label": "Empty canvas",
"height": 1133,
"width": 1700,
"images": [
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@id": "http://5bc0b3c9-fbab-40a7-a59d-9ee302ac4b9a",
"@type": "oa:Annotation",
"motivation": "sc:painting",
"resource": {
"@id": "http://localhost:3000/images/hd76s004z%2Ffiles%2Fa0bc1472-ffc9-4d81-9a8f-6d052a790a9f/full/full/0/default.jpg",
"@type": "dctypes:Image",
"format": "image/jpeg",
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "http://localhost:3000/images/hd76s004z%2Ffiles%2Fa0bc1472-ffc9-4d81-9a8f-6d052a790a9f",
"profile": [
"http://iiif.io/api/image/2/level1.json",
{
"formats": [
"jpg",
"png"
]
}
]
},
"height": 1133,
"width": 1700
},
"on": "http://c370bf65-bb12-4b2c-86e9-70d499ed0dc2"
}
]
}
]
}
],
"structures": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment