opengeospatial / ogcapi-records

An open standard for the discovery of geospatial resources on the Web.
https://ogcapi.ogc.org/records
Other
60 stars 27 forks source link

clarify conformance link relation #214

Closed tomkralidis closed 1 year ago

tomkralidis commented 1 year ago

For responses containg a link to /conformance, clarify whether to use a shortname (conformance, per below example), a URI or a CURIE.

{
"rel": "conformance",
"type": "application/json",
"title": "Conformance",
"href": "https://demo.pygeoapi.io/master/conformance"
}
pvretano commented 1 year ago

According to the Features specification the rel is conformance. I think we should just track what Features does in this respect. @tomkralidis if you are satisfied with this then please close this issue.