File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1717,11 +1717,10 @@ The presence of this keyword affects the behavior of
17171717
17181718The value of ` additionalProperties ` MUST be a valid JSON Schema.
17191719
1720- The behavior of this keyword depends on the presence and annotation results of
1721- ` properties ` and ` patternProperties ` within the same schema object. Validation
1722- with ` additionalProperties ` applies only to the child values of instance names
1723- that do not appear in the annotation results of either ` properties ` or
1724- ` patternProperties ` .
1720+ The behavior of this keyword depends on the presence of ` properties ` and
1721+ ` patternProperties ` within the same schema object. Validation with
1722+ ` additionalProperties ` applies only to the property values for which neither
1723+ ` properties ` nor ` patternProperties ` apply.
17251724
17261725For all such properties, validation succeeds if the child instance validates
17271726against the ` additionalProperties ` schema.
You can’t perform that action at this time.
0 commit comments