Skip to content

Commit a49f095

Browse files
committed
remove annotation dependency from additional properties
1 parent 589fb93 commit a49f095

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

jsonschema-core.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1717,11 +1717,10 @@ The presence of this keyword affects the behavior of
17171717

17181718
The 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

17261725
For all such properties, validation succeeds if the child instance validates
17271726
against the `additionalProperties` schema.

0 commit comments

Comments
 (0)