From 0e8807f73d42db5dcb66a4fe38a84334095981b2 Mon Sep 17 00:00:00 2001 From: Glen Robson Date: Tue, 14 Apr 2026 14:13:39 +0100 Subject: [PATCH] Ensuring collection has type --- schema/iiif_3_0.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" } },