Open-EO / openeo-api

The openEO API specification
http://api.openeo.org
Apache License 2.0
92 stars 11 forks source link

Better wording about case insensitive handling #371

Closed soxofaan closed 3 years ago

soxofaan commented 3 years ago

(from Open-EO/openeo-processes-python#22)

https://github.com/Open-EO/openeo-api/blob/81dd248b9e8b8caeedbdd96c6a9dd8f3f56d0eb7/openapi.yaml#L974

Wording is bit confusing (sound like backend can choose to be case insensitive or not).

Proposal:

Format names MUST be handled case insensitively throughout the API.

Same applies to Service names and Billing plans

m-mohr commented 3 years ago

Just made a change, but my git is acting up and I can't commit yet. Will be available "soon".

m-mohr commented 3 years ago

it is:

Format names MUST be accepted case insensitive throughout the API.

m-mohr commented 3 years ago

See PR #372