v1

latestOpenAPI 3.0.2Apache 2.02026-07-1739106293.5 KB
Capabilities

Conformance classes this API implements

Lists all conformance classes specified in various standards that the implementation conforms to. Conformance classes are commonly used in all OGC API standards and the STAC API specification. openEO adds relatively broadly defined conformance classes, especially for the extensions. Otherwise, the implemented functionality can usually be retrieved from the capabilities in openEO.

The general openEO conformance class is https://api.openeo.org/1.3.0. See the individual openEO API extensions for their conformance classes.

The conformance classes listed at this endpoint and listed in the corresponding conformsTo property in GET / MUST be equal.

More details:

get/conformance

Response

The URIs of all conformance classes supported by the server.

conformsTostring[] required

Lists all conformance classes specified in various standards that the implementation conforms to. Conformance classes are commonly used in all OGC API standards and the STAC API specification.

The general openEO conformance class is https://api.openeo.org/1.3.0. See the individual openEO API extensions for their conformance classes.

Example response

{
  "conformsTo": [
    "https://api.openeo.org/1.3.0",
    "https://api.openeo.org/extensions/commercial-data/0.1.0",
    "https://api.openeo.org/extensions/federation/0.2.0",
    "https://api.stacspec.org/v1.0.0/core",
    "https://api.stacspec.org/v1.0.0/collections"
  ]
}