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

further specify the format of iri-references throughout #1085

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 5, 2022

  1. further specify the format of iri-references throughout

    - $id cannot have a fragment at all, so separate it from the common definiiion
    - $ref, $dynamicRef, $recursiveRef must be a iri-reference to a schema
    location: when the fragment is non-empty, it must refer to an $anchor or a
    json-pointer
    - absoluteKeywordLocation in result outputs must use canonical
    IRIs/iri-references: either there is no fragment, or it is non-empty and
    encodes a json pointer
    
    Also fixed the output schema which erroneously still identifies
    absoluteSchemaLocation as a uri, not an iri.
    karenetheridge committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    a7eebf9 View commit details
    Browse the repository at this point in the history