Capabilities

OGC specifications this API conforms to

Lists all conformance classes specified in OGC standards that the server conforms to. This endpoint is only required if full compliance with OGC API standards is desired. Therefore, openEO back-ends MAY implement it for compatibility with OGC API clients and openEO clients don't need to request it.

get/conformance

Response

The URIs of all conformance classes supported by the server.

conformsTostring[] required

Example response

{
  "conformsTo": [
    "http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/core"
  ]
}

Changes