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

schemas: Changes to sync OGC API - Common review #953

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 24, 2024

  1. schemas: Changes to sync OGC API - Common review

    - The main change relates to the ability to describe meaning of enum values
      related to opengeospatial/ogcapi-coverages#173 (comment)
      using a combination of `anyOf` with `const` + `title` as described in
      https://stackoverflow.com/questions/64233370/in-json-schema-how-to-define-an-enum-with-description-of-each-elements-in-the-e
    - Changes also introduce a new `x-ogc-nilValues` keyword for identifying nil values
    - Other changes are gramamr fixes and minor clarifications
    - Changing indirect dependency to QUDT in general as opposed to QUDT units since QUDT can also used for
      semantic definitions (not only QUDT units)
    - Clarified that JSON Schema keywords can also include additional keywords in section below
    jerstlouis committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    036e9ba View commit details
    Browse the repository at this point in the history