In the STAC SPEC v0.9.0 the item `property.datetime`is defined as a single datetime in isoformat; see https://github.com/radiantearth/stac-spec/blob/v0.9.0/item-spec/item-spec.md#properties-object while datetime range are specified in https://github.com/radiantearth/stac-spec/blob/v0.9.0/item-spec/common-metadata.md#date-and-time-range to use `property.start_datetime` and `property.end_datetime`. However the openapi.yaml (see https://stacspec.org/STAC-api.html#operation/getFeature and https://github.com/radiantearth/stac-spec/blob/568a04821935cc92de7b4b05ea6fa9f6bf8a0592/api-spec/STAC.yaml#L1291) specifies the datetime as a single datetime or a range separated with '/'! This is probably a copy paste mistake with the query parameter datetime ?