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

Run OAF validator on goaf #28

Open
arbakker opened this issue Jun 23, 2021 · 1 comment
Open

Run OAF validator on goaf #28

arbakker opened this issue Jun 23, 2021 · 1 comment

Comments

@arbakker
Copy link
Contributor

See OGC validator

@WouterVisscher
Copy link
Collaborator

It seems the bboxc test is done against a bbox spec:

schema:
  type: array
  minItems: 4
  maxItems: 4

instead of:

schema:
  type: array
  oneOf:
  - minItems: 4
    maxItems: 4
  - minItems: 6
    maxItems: 6

probably need to make a issue on ->https://github.com/opengeospatial/ets-ogcapi-features10/issues

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants