diff --git a/jsonschema-core.xml b/jsonschema-core.xml index 64ea001a..5907afc9 100644 --- a/jsonschema-core.xml +++ b/jsonschema-core.xml @@ -1767,6 +1767,10 @@ URI to identify more than one schema. When multiple schemas try to identify as the same URI, validators SHOULD raise an error condition. + + As with all schemas, a referenced schema SHOULD be processed according to its "$schema" + and "$vocabulary" values, if defined. +