Skip to content
New issue

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

Change from /req to /conf URIs in Annex B.2 of Part 1:Core #328

Open
ghobona opened this issue May 9, 2023 · 0 comments
Open

Change from /req to /conf URIs in Annex B.2 of Part 1:Core #328

ghobona opened this issue May 9, 2023 · 0 comments
Labels
Part 1 Applicable to Part 1 Core

Comments

@ghobona
Copy link
Contributor

ghobona commented May 9, 2023

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/.

{
  "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.

@ghobona ghobona added the Part 1 Applicable to Part 1 Core label May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Part 1 Applicable to Part 1 Core
Projects
None yet
Development

No branches or pull requests

1 participant