Skip to content

Commit

Permalink
Added thumbnail
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomomarchioro committed Oct 9, 2021
1 parent aa52c77 commit 79bb4f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions schema/iiif_3_0.json
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@
"type": {
"type": "string",
"pattern": "^Collection",
"default":"Collection",
"title": "Are you validating a collection?",
"description":"If you are validating a manifest, you may get this error if there are errors in the manifest. The validator first validates it as a manifest and if that fails it will try and validate it using the other types."
},
Expand Down Expand Up @@ -501,6 +502,10 @@
"type": {
"type": "string",
"pattern": "^Manifest"
},
"thumbnail": {
"type": "array",
"items": { "$ref": "#/classes/resource" }
}
},
"required": ["id", "type", "label"]
Expand Down

0 comments on commit 79bb4f7

Please sign in to comment.