Skip to content

Commit 052bffe

Browse files
it is no longer the evaluator's responsibility to combine annotations
similar changes were made in #787.
1 parent 8f78459 commit 052bffe

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

jsonschema-core.xml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2368,10 +2368,7 @@
23682368
</t>
23692369
<t>
23702370
The annotation result of this keyword is the set of instance
2371-
property names matched by this keyword. Annotation results
2372-
for "properties" keywords from multiple schemas applied to
2373-
the same instance location are combined by taking the union
2374-
of the sets.
2371+
property names matched by this keyword.
23752372
</t>
23762373
<t>
23772374
Omitting this keyword has the same assertion behavior as
@@ -2394,10 +2391,7 @@
23942391
</t>
23952392
<t>
23962393
The annotation result of this keyword is the set of instance
2397-
property names matched by this keyword. Annotation results
2398-
for "patternProperties" keywords from multiple schemas applied to
2399-
the same instance location are combined by taking the union
2400-
of the sets.
2394+
property names matched by this keyword.
24012395
</t>
24022396
<t>
24032397
Omitting this keyword has the same assertion behavior as
@@ -2424,9 +2418,6 @@
24242418
<t>
24252419
The annotation result of this keyword is the set of instance
24262420
property names validated by this keyword's subschema.
2427-
Annotation results for "additionalProperties" keywords from
2428-
multiple schemas applied to the same instance location are combined
2429-
by taking the union of the sets.
24302421
</t>
24312422
<t>
24322423
Omitting this keyword has the same assertion behavior as
@@ -2607,9 +2598,6 @@
26072598
<t>
26082599
The annotation result of this keyword is the set of instance
26092600
property names validated by this keyword's subschema.
2610-
Annotation results for "unevaluatedProperties" keywords from
2611-
multiple schemas applied to the same instance location are combined
2612-
by taking the union of the sets.
26132601
</t>
26142602
<t>
26152603
Omitting this keyword has the same assertion behavior as

0 commit comments

Comments
 (0)