Skip to content

Commit 9187f10

Browse files
committed
refine 'match' language for properties and patternProperties
1 parent 9665007 commit 9187f10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonschema-core.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2404,7 +2404,7 @@
24042404
</t>
24052405
<t>
24062406
The annotation result of this keyword is the set of instance
2407-
property names matched by this keyword.
2407+
property names which are present in both this keyword and the instance.
24082408
This annotation affects the behavior of "additionalProperties" (in
24092409
this vocabulary) and "unevaluatedProperties" in the Unevaluated vocabulary.
24102410
</t>
@@ -2430,7 +2430,7 @@
24302430
</t>
24312431
<t>
24322432
The annotation result of this keyword is the set of instance
2433-
property names matched by this keyword.
2433+
property names matched by at least one key in this keyword.
24342434
This annotation affects the behavior of "additionalProperties" (in this
24352435
vocabulary) and "unevaluatedProperties" (in the Unevaluated vocabulary).
24362436
</t>

0 commit comments

Comments
 (0)