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",