Skip to content

Commit

Permalink
Fix comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-phaf committed Aug 22, 2024
1 parent e445f07 commit 29a9e57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/edr_pydantic/parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@


class MeasurementType(EdrBaseModel):
# TODO: Confusion in spec on field name, method versus period.
# See https://github.com/opengeospatial/ogcapi-environmental-data-retrieval/issues/560
method: str
# TODO: Add validation of ISO 8601 duration
# TODO: Add validation of ISO 8601 duration (including leading minus sign)
# TODO: Confusion in spec on the field name, duration versus period.
# See https://github.com/opengeospatial/ogcapi-environmental-data-retrieval/issues/560
period: str


Expand Down

0 comments on commit 29a9e57

Please sign in to comment.