ConformanceDeclaration
information about standards that this API conforms to
A list of all conformance classes, specified in a standard, that the server conforms to.
For more information, see Section 7.4.
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.
Example response
{
"conformsTo": [
"http://www.opengis.net/spec/ogcapi-processes-1/1.0/conf/core"
]
}