Skip to content

Commit

Permalink
openapi/schemas/extent: Clarifications
Browse files Browse the repository at this point in the history
- features -> data (generic for common)
- correcting open -> half-bounded as per opengeospatial/ogcapi-common#196
  • Loading branch information
jerstlouis committed Mar 16, 2022
1 parent b38a68d commit d40ae13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi/schemas/common-geodata/extent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: |-
type: object
properties:
spatial:
description: The spatial extent of the features in the collection.
description: The spatial extent of the data in the collection.
type: object
properties:
bbox:
Expand Down Expand Up @@ -109,7 +109,7 @@ properties:
temporal coordinate reference system specified in `trs`. By default
this is the Gregorian calendar.
The value `null` is supported and indicates an open time interval.
The value `null` for start or end time is supported and indicates a half-bounded time interval.
type: array
minItems: 2
maxItems: 2
Expand Down

0 comments on commit d40ae13

Please sign in to comment.