v1

latestOpenAPI 3.0.3CC-BY 4.0 license2026-07-17226085.1 KB
server

API conformance definition

A list of all conformance classes specified in a standard that the server conforms to.

get/conformance

Response

The URIs of all conformance classes supported by the server. To support "generic" clients that want to access multiple OGC API Features 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-common-1/1.0/conf/core"
  ]
}