opengeospatial / ogcapi-discrete-global-grid-systems

https://ogcapi.ogc.org/dggs
Other
20 stars 8 forks source link

Update the example /conformance response to include the URI of the DGGS API's Core Conformance Class #43

Open ghobona opened 2 years ago

ghobona commented 2 years ago

Currently the example response of the /conformance resource in v0.0.6 of the DGGS API OpenAPI definition document returns this example value:

{
  "conformsTo": [
    "http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/core",
    "http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/json",
    "http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/html",
    "http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/oas30",
    "http://www.opengis.net/spec/ogcapi-common-2/1.0/conf/collections",
    "http://www.opengis.net/spec/ogcapi-features-1/1.1/conf/geojson"
  ]
}

It should be updated to include the URI of the DGGS API's Core Conformance Class (i.e. http://www.opengis.net/spec/ogcapi-dggs-1/1.0/conf/core).