From 5a630c4ab18a2d2f3ed87c8944823792035bd3b9 Mon Sep 17 00:00:00 2001 From: STAC CI Date: Tue, 7 Nov 2023 16:30:30 +0000 Subject: [PATCH] Publish JSON Schemas [ci skip] --- dev/collection-spec/json-schema/collection.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/dev/collection-spec/json-schema/collection.json b/dev/collection-spec/json-schema/collection.json index 3e9da458..ffd24c08 100644 --- a/dev/collection-spec/json-schema/collection.json +++ b/dev/collection-spec/json-schema/collection.json @@ -69,7 +69,15 @@ "bbox": { "title": "Spatial extents", "type": "array", - "minItems": 1, + "oneOf": [ + { + "minItems": 1, + "maxItems": 1 + }, + { + "minItems": 3 + } + ], "items": { "title": "Spatial extent", "type": "array",