Skip to content

Commit 0e8807f

Browse files
authored
Ensuring collection has type
1 parent 5db9b6d commit 0e8807f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

schema/iiif_3_0.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,8 @@
672672
"properties": {
673673
"type": {
674674
"type": "string",
675-
"pattern": "^Collection$"
675+
"pattern": "^Collection$",
676+
"default": "Collection"
676677
},
677678
"label": {"$ref": "#/types/lngString" }
678679
},

0 commit comments

Comments
 (0)