Skip to content

Commit

Permalink
Added missing services property to validator
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwf committed Mar 11, 2021
1 parent d4d376e commit 9143227
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schema/iiif_3_0.json
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@
"navDate": { "$ref": "#/classes/navDate" },
"provider": { "$ref": "#/classes/provider" },
"seeAlso": { "$ref": "#/classes/seeAlso" },
"services": { "$ref": "#/classes/service" },
"thumbnail": {
"type": "array",
"items": { "$ref": "#/classes/resource" }
Expand Down Expand Up @@ -432,6 +433,7 @@
"requiredStatement": { "$ref": "#/types/keyValueString" },
"rendering": { "$ref": "#/types/external" },
"service": { "$ref": "#/classes/service" },
"services": { "$ref": "#/classes/service" },
"viewingDirection": { "$ref": "#/classes/viewingDirection" },
"rights": { "$ref": "#/classes/rights" },
"start": {},
Expand Down

0 comments on commit 9143227

Please sign in to comment.