diff --git a/schema/iiif_3_0.json b/schema/iiif_3_0.json index d6be602..c1bdef7 100644 --- a/schema/iiif_3_0.json +++ b/schema/iiif_3_0.json @@ -688,7 +688,8 @@ "properties": { "type": { "type": "string", - "pattern": "^Collection$" + "pattern": "^Collection$", + "default": "Collection" }, "label": {"$ref": "#/types/lngString" } }, @@ -704,7 +705,8 @@ "properties": { "type": { "type": "string", - "pattern": "^Range$" + "pattern": "^Range$", + "default": "Range" } } } @@ -718,7 +720,8 @@ "properties": { "type": { "type": "string", - "pattern": "^Canvas$" + "pattern": "^Canvas$", + "default": "Canvas" }, "partOf": { "$ref": "#/classes/partOf" @@ -742,7 +745,8 @@ "properties": { "type": { "type": "string", - "pattern": "^AnnotationPage$" + "pattern": "^AnnotationPage$", + "default": "AnnotationPage" } } }