ConformanceDeclaration
get/conformance

Response

The URIs of all conformance classes supported by the server.

To support "generic" clients that want to access multiple OGC API - Processes implementations - and not "just" a specific API / server, the server declares the conformance classes it implements and conforms to.

conformsTostring[] required

Example response

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

Changes