diff --git a/jsonschema-core.xml b/jsonschema-core.xml index 42dc4328..35b5382a 100644 --- a/jsonschema-core.xml +++ b/jsonschema-core.xml @@ -1085,6 +1085,21 @@ undesirable interactions with references in certain circumstances. +
+ + While none of the vocabularies defined as part of this or the associated documents + define a keyword which may target and/or load instance data, it is possible that + other vocabularies may wish to do so. + + + Keywords MAY be defined to use JSON Pointers or Relative JSON Pointers to examine + parts of an instance outside the current evaluation location. + + + Keywords that allow adjusting the location using a Relative JSON Pointer SHOULD + default to using the current location if a default is desireable. + +