Skip to content

Commit

Permalink
Merge 2eca063 into f95343e
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Aug 17, 2022
2 parents f95343e + 2eca063 commit 48c91d8
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 20 deletions.
78 changes: 62 additions & 16 deletions fixtures/3/full_example.json
Expand Up @@ -50,25 +50,49 @@
"behavior": [ "paged" ],
"navDate": "1856-01-01T00:00:00Z",

"rights": "http://creativecommons.org/licenses/by/4.0",
"rights": "http://creativecommons.org/licenses/by/4.0/",
"requiredStatement": {
"label": { "en": [ "Attribution" ] },
"value": { "en": [ "Provided by Example Organization" ] }
},
"logo": [
{
"id": "https://example.org/service/inst1/full/max/0/default.png",
"type": "Image",
"format": "image/png",
"service": [
{
"id": "https://example.org/service/inst1",
"type": "ImageService3",
"profile": "level2"
}
]
}
],

"provider": [
{
"id": "https://example.org/about",
"type": "Agent",
"label": { "en": [ "Example Organization" ] },
"homepage": [
{
"id": "https://example.org/",
"type": "Text",
"label": { "en": [ "Example Organization Homepage" ] },
"format": "text/html"
}
],
"logo": [
{
"id": "https://example.org/service/inst1/full/max/0/default.png",
"type": "Image",
"format": "image/png",
"service": [
{
"id": "https://example.org/service/inst1",
"type": "ImageService3",
"profile": "level2"
}
]
}
],
"seeAlso": [
{
"id": "https://data.example.org/about/us.jsonld",
"type": "Dataset",
"format": "application/ld+json",
"profile": "https://schema.org/"
}
]
}
],
"homepage": [
{
"id": "https://example.org/info/book1/",
Expand Down Expand Up @@ -111,6 +135,22 @@
"type": "Canvas"
},

"services": [
{
"@id": "https://example.org/iiif/auth/login",
"@type": "AuthCookieService1",
"profile": "http://iiif.io/api/auth/1/login",
"label": "Login to Example Institution",
"service": [
{
"@id": "https://example.org/iiif/auth/token",
"@type": "AuthTokenService1",
"profile": "http://iiif.io/api/auth/1/token"
}
]
}
],

"items": [
{
"id": "https://example.org/iiif/book1/canvas/p1",
Expand All @@ -135,7 +175,13 @@
{
"id": "https://example.org/iiif/book1/page1",
"type": "ImageService3",
"profile": "level2"
"profile": "level2",
"service": [
{
"@id": "https://example.org/iiif/auth/login",
"@type": "AuthCookieService1"
}
]
}
],
"height": 2000,
Expand Down
4 changes: 0 additions & 4 deletions schema/iiif_3_0.json
Expand Up @@ -464,10 +464,6 @@
"viewingDirection": { "$ref": "#/classes/viewingDirection" },
"rights": { "$ref": "#/classes/rights" },
"start": {},
"logo": {
"type": "array",
"items": { "$ref": "#/classes/resource" }
},
"navDate": { "$ref": "#/classes/navDate" },
"navPlace": { "$ref": "#/classes/navPlace" },
"provider": { "$ref": "#/classes/provider" },
Expand Down

0 comments on commit 48c91d8

Please sign in to comment.