diff --git a/jsonschema-validation.xml b/jsonschema-validation.xml index 9bdbe8d4..fc248b1f 100644 --- a/jsonschema-validation.xml +++ b/jsonschema-validation.xml @@ -350,6 +350,11 @@ if every instance element at a position greater than the size of "items" validates against "additionalItems". + + Otherwise, "additionalItems" MUST be ignored, as the "items" + schema (possibly the default value of an empty schema) is + applied to all elements. +