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

STAC API spec validity? #755

Closed
bdelliott opened this issue Mar 31, 2020 · 2 comments
Closed

STAC API spec validity? #755

bdelliott opened this issue Mar 31, 2020 · 2 comments

Comments

@bdelliott
Copy link

The STAC API OpenAPI definition references an external JSON schema document for the GeoJSON definitions, which is disallowed by the OpenAPI v3 spec:

From section 4.7.24.1 (http://spec.openapis.org/oas/v3.0.3#properties)

pattern (This string SHOULD be a valid regular expression, according to the Ecma-262 Edition 5.1 regular expression dialect)

The problem lines are:

I will submit a PR to add validation to the CircleCI to enforce spec validation unless someone is already doing this.

@bdelliott
Copy link
Author

Just realized the api-spec has been split off into a different repository. I will re-submit this over there instead.

@bdelliott
Copy link
Author

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

1 participant