Skip to content

Commit

Permalink
Adding thumbnail in correct places
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Oct 6, 2022
1 parent 04f896d commit 25d7a7c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions schema/iiif_3_0.json
Expand Up @@ -149,6 +149,10 @@
"service": { "$ref": "#/classes/service" },
"format": { "$ref": "#/types/format" },
"label": {"$ref": "#/types/lngString" },
"thumbnail": {
"type": "array",
"items": { "$ref": "#/classes/resource" }
},
"annotations": {
"type": "array",
"items": {
Expand Down Expand Up @@ -589,6 +593,10 @@
"first": { "$ref": "#/classes/annotationPage" },
"last": { "$ref": "#/classes/annotationPage" },
"service": { "$ref": "#/classes/service" },
"thumbnail": {
"type": "array",
"items": { "$ref": "#/classes/resource" }
},
"items": {
"type": "array",
"items": {
Expand All @@ -611,6 +619,10 @@
},
"label": {"$ref": "#/types/lngString" },
"service": { "$ref": "#/classes/service" },
"thumbnail": {
"type": "array",
"items": { "$ref": "#/classes/resource" }
},
"items": {
"type": "array",
"items": {
Expand All @@ -633,6 +645,10 @@
"default": "Annotation"
},
"service": { "$ref": "#/classes/service" },
"thumbnail": {
"type": "array",
"items": { "$ref": "#/classes/resource" }
},
"motivation": {
"oneOf": [
{ "type": "string" },
Expand Down Expand Up @@ -773,6 +789,10 @@
"$ref": "#/classes/annotationPage"
}
},
"thumbnail": {
"type": "array",
"items": { "$ref": "#/classes/resource" }
},
"items": {
"type": "array",
"items": {
Expand Down

0 comments on commit 25d7a7c

Please sign in to comment.