opengeospatial / ogcapi-coverages

OGC API - Coverages draft specification
https://ogcapi.ogc.org/coverages
Apache License 2.0
22 stars 13 forks source link

OpenAPI schema representations #128

Closed tomkralidis closed 3 years ago

tomkralidis commented 3 years ago

As discussed at the SWG on 2021-04-07, we currently have OpenAPI schemas described in both YAML and JSON. It would be valuable to have a single representation that can be transformed as needed. In the OARec and EDR SWGs, for example, we are basing off only YAML for the schemas (schemas, responses, parameters).

Note that actual examples (in the repo or references in the specification) can be in JSON proper.

Happy to take this on if/once there is consensus.

jerstlouis commented 3 years ago

SWG 2021-08-11: The repository now only contains YAML files organized as schemas, responses, as parameters (including your contributions @tomkralidis to this, thank you!). Implementers can easily convert to JSON as needed using widely available tools. Agreed to close this issue.