From c1e49c59aded8258585c964023ad815bac1843f2 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Thu, 15 Feb 2024 11:02:24 -0500 Subject: [PATCH] relax JSON Schema format on temporal intervals (#512) --- core/standard/openapi/schemas/collections/extent.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/standard/openapi/schemas/collections/extent.yaml b/core/standard/openapi/schemas/collections/extent.yaml index 79b3b3c77..b2d944faf 100644 --- a/core/standard/openapi/schemas/collections/extent.yaml +++ b/core/standard/openapi/schemas/collections/extent.yaml @@ -126,7 +126,6 @@ properties: maxItems: 2 items: type: string - format: date-time nullable: true example: - ["2020-11-12T12:15Z","2020-11-12T12:15Z"] @@ -148,7 +147,6 @@ properties: items: type: string minItems: 1 - format: date-time nullable: true example: - ["2020-11-12T12:15Z"]