We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Annex B.2 of Part 1: Core has the following example.
{ "conformsTo": [ "http://www.opengis.net/spec/ogcapi-common-1/1.0/req/core", "http://www.opengis.net/spec/ogcapi-common-1/1.0/req/landing-page", "http://www.opengis.net/spec/ogcapi-common-1/1.0/req/oas30", "http://www.opengis.net/spec/ogcapi-common-1/1.0/req/html", "http://www.opengis.net/spec/ogcapi-common-1/1.0/req/json" ] }
The URIs should be changed to URIs of conformance classes. That is, the URIs should be changed from /req/ to /conf/.
/req/
/conf/
{ "conformsTo": [ "http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/core", "http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/landing-page", "http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/oas30", "http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/html", "http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/json" ] }
The same goes for the YAML example as well.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Annex B.2 of Part 1: Core has the following example.
The URIs should be changed to URIs of conformance classes. That is, the URIs should be changed from
/req/
to/conf/
.The same goes for the YAML example as well.
The text was updated successfully, but these errors were encountered: