Skip to content

Commit

Permalink
Merge pull request #514 from opengeospatial/tomkralidis-patch-1
Browse files Browse the repository at this point in the history
relax JSON Schema format on temporal intervals (#512)
  • Loading branch information
chris-little authored Feb 15, 2024
2 parents 5065cc6 + c1e49c5 commit d63ff2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/standard/openapi/schemas/collections/extent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ properties:
maxItems: 2
items:
type: string
format: date-time
nullable: true
example:
- ["2020-11-12T12:15Z","2020-11-12T12:15Z"]
Expand All @@ -148,7 +147,6 @@ properties:
items:
type: string
minItems: 1
format: date-time
nullable: true
example:
- ["2020-11-12T12:15Z"]
Expand Down

0 comments on commit d63ff2e

Please sign in to comment.