-
Notifications
You must be signed in to change notification settings - Fork 1
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
Issues in CIS JSON schema #2
Comments
According to https://www.jsonschemavalidator.net/ http://schemas.opengis.net/cis/1.1/json/coverage-schema.json is valid against the cited schema "$schema": "http://json-schema.org/draft-04/schema#" I'm not sure how you might otherwise validate it. |
Thank you @nmtoken for testing/confirming this. I tried two other validators and they also all seem to validate. It's odd that it doesn't check whether a required property actually exists. "type": { "enum": [ "GridLimitsType" ] }, |
2021-02-24 SWG: |
2021-04-21 SWG: Chuck will test generating a matching build and baseline a 1.1 version. |
PDF and HTML generated using Asciidoctor can be found in the /standard directory |
…efinition for gridLimits (was required); Changed tabs to spaces (opengeospatial#2)
…efinition for gridLimits (was required); Changed tabs to spaces (#2)
@cmheazel A better way to baseline versions and not clutter the git history and avoid enlarging the repository size would be to use GitHub releases instead, and upload the HTML and PDF documents as assets for those particular releases. We could have different assets for each release: HTML, PDF, ZIPped / .tar.gz repository with the .adoc's. I suggest we use this approach consistently across OGC specification repositories. @ghobona @gbuehler |
In http://schemas.opengis.net/cis/1.1/json/coverage-schema.json
gridLimits
property specifies thattype
is required, buttype
is not listed in the propertiesOther issues? Is this schema validated?
The text was updated successfully, but these errors were encountered: