This endpoint returns the conformance declaration for the API. The conformance declaration is a list of all conformance classes specified in a standard that the server adheres to. It helps clients determine whether the API meets the required standards and their own requirements.
- Purpose: Provides a comprehensive list of conformance classes to verify the API's compliance with OGC API standards and additional specifications.
- Standards: Includes OGC API conformance classes and any extra specifications the API supports.
Request format
https://api.cloud.precisely.com/v1/ogcapi/enrich/conformanceRequest parameters
None
Example
Request:
https://api.cloud.precisely.com/v1/ogcapi/enrich/conformanceResponse:
{
"conformsTo": [
"http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/core",
"http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/json",
"http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/oas30",
"http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/core",
"http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/geojson",
"http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/oas30",
"http://www.opengis.net/spec/ogcapi-features-3/1.0/conf/filter",
"http://www.opengis.net/spec/ogcapi-features-3/1.0/conf/features-filter",
"http://www.opengis.net/spec/cql2/1.0/conf/basic-cql2",
"http://www.opengis.net/spec/cql2/1.0/conf/advanced-comparison-operators",
"http://www.opengis.net/spec/cql2/1.0/conf/basic-spatial-functions",
"http://www.opengis.net/spec/cql2/1.0/conf/spatial-functions",
"http://www.opengis.net/spec/cql2/1.0/conf/property-property",
"http://www.opengis.net/spec/cql2/1.0/conf/functions",
"http://www.opengis.net/spec/cql2/1.0/conf/arithmetic",
"http://www.opengis.net/spec/cql2/1.0/conf/cql2-text",
"http://www.opengis.net/spec/ogcapi-features-3/1.0/conf/queryables"
]
}