From 2627a61cd77675958ffa1b8c87414ddade3280e5 Mon Sep 17 00:00:00 2001 From: Glen Robson Date: Wed, 6 May 2026 14:36:17 +0100 Subject: [PATCH] Adding schema to colleciton --- schema/iiif_3_0.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/schema/iiif_3_0.json b/schema/iiif_3_0.json index 6020df6..d6be602 100644 --- a/schema/iiif_3_0.json +++ b/schema/iiif_3_0.json @@ -519,6 +519,22 @@ { "type": "object", "properties": { + "@context": { + "oneOf": [ + { + "type": "array", + "items": { + "type": "string", + "format": "uri", + "pattern": "^http.*$" + } + }, + { + "type": "string", + "const": "http://iiif.io/api/presentation/3/context.json" + } + ] + }, "type": { "type": "string", "pattern": "^Collection",