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
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.
The text was updated successfully, but these errors were encountered:
Just realized the api-spec has been split off into a different repository. I will re-submit this over there instead.
Sorry, something went wrong.
radiantearth/stac-api-spec#8
No branches or pull requests
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)
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.
The text was updated successfully, but these errors were encountered: