diff --git a/schema/iiif_3_0.json b/schema/iiif_3_0.json index 47431a2..3904b61 100644 --- a/schema/iiif_3_0.json +++ b/schema/iiif_3_0.json @@ -672,7 +672,8 @@ "properties": { "type": { "type": "string", - "pattern": "^Collection$" + "pattern": "^Collection$", + "default": "Collection" }, "label": {"$ref": "#/types/lngString" } },