Skip to content

Commit

Permalink
relax JSON Schema format on temporal intervals (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Feb 15, 2024
1 parent 5065cc6 commit c1e49c5
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 c1e49c5

Please sign in to comment.