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
1717
1717
1718
1718
The value of ` additionalProperties ` MUST be a valid JSON Schema.
1719
1719
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.
1725
1724
1726
1725
For all such properties, validation succeeds if the child instance validates
1727
1726
against the ` additionalProperties ` schema.
You can’t perform that action at this time.
0 commit comments