Skip to content

Commit d962a20

Browse files
authored
Merge pull request #1345 from json-schema-org/gregsdennis-property-annotation-language-update
Update `properties` and `patternProperties` annotation language
2 parents d292103 + ee931a0 commit d962a20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonschema-core.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2445,7 +2445,7 @@
24452445
</t>
24462446
<t>
24472447
The annotation result of this keyword is the set of instance
2448-
property names matched by this keyword.
2448+
property names which are also present under this keyword.
24492449
This annotation affects the behavior of "additionalProperties" (in
24502450
this vocabulary) and "unevaluatedProperties" in the Unevaluated vocabulary.
24512451
</t>
@@ -2471,7 +2471,7 @@
24712471
</t>
24722472
<t>
24732473
The annotation result of this keyword is the set of instance
2474-
property names matched by this keyword.
2474+
property names matched by at least one property under this keyword.
24752475
This annotation affects the behavior of "additionalProperties" (in this
24762476
vocabulary) and "unevaluatedProperties" (in the Unevaluated vocabulary).
24772477
</t>

0 commit comments

Comments
 (0)