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.
Example response
{
"conformsTo": [
"http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/core"
]
}