diff --git a/jsonschema-core.xml b/jsonschema-core.xml index a9604a2f..d3beca54 100644 --- a/jsonschema-core.xml +++ b/jsonschema-core.xml @@ -3879,6 +3879,16 @@ https://example.com/schemas/common#/$defs/count/minimum + + + Improve and clarify the "type", "contains", "unevaluatedProperties", and "unevaluatedItems" keyword explanations + Clarify various aspects of "canonical URIs" + Comment on ambiguity around annotations and "additionalProperties" + Clarify Vocabularies need not be formally defined + Remove references to remaining media-type parameters + Fix multiple examples + + "$schema" MAY change for embedded resources diff --git a/jsonschema-validation.xml b/jsonschema-validation.xml index 8c4820fb..fdc3d4a4 100644 --- a/jsonschema-validation.xml +++ b/jsonschema-validation.xml @@ -1441,6 +1441,12 @@ + + + Improve and clarify the "minContains" keyword explanation + Remove the use of "production" in favour of "ABNF rule" + + Correct email format RFC reference to 5321 instead of 5322