Skip to content

Commit

Permalink
Update pygeoapi-config-0.x.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
webb-ben committed Jul 21, 2024
1 parent 6c73eed commit 3b45908
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions pygeoapi/schemas/config/pygeoapi-config-0.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -416,11 +416,23 @@ properties:
description: temporal reference system of features
default: 'http://www.opengis.net/def/uom/ISO-8601/0/Gregorian'
values:
description: |-
Provides information about the time intervals available in the collection
as ISO8601 compliant dates, either as a time range specified
as start time / end time (e.g. 2017-11-14T09:00Z/2017-11-14T21:00Z) or
as number of repetitions / start time / interval (e.g. R4/2017-11-14T21:00Z/PT3H)
or a list of time values (e.g.
2017-11-14T09:00Z,2017-11-14T12:00Z,2017-11-14T15:00Z,2017-11-14T18:00Z,2017-11-14T21:00Z)
type: array
description: temporal reference period values
minItems: 1
items:
type: number
minItems: 0
type: string
minItems: 1
format: date-time
nullable: true
example:
- ["2020-11-12T12:15Z"]
- ["2020-11-12T12:15Z","2020-11-12T12:30Z","2020-11-12T12:45Z"]
required:
- spatial
providers:
Expand Down

0 comments on commit 3b45908

Please sign in to comment.