Skip to content

Commit 328c0b2

Browse files
it is no longer the evaluator's responsibility to combine annotations
similar changes were made in json-schema-org#787.
1 parent de85e51 commit 328c0b2

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
@@ -2374,10 +2374,7 @@
23742374
</t>
23752375
<t>
23762376
The annotation result of this keyword is the set of instance
2377-
property names matched by this keyword. Annotation results
2378-
for "properties" keywords from multiple schemas applied to
2379-
the same instance location are combined by taking the union
2380-
of the sets.
2377+
property names matched by this keyword.
23812378
</t>
23822379
<t>
23832380
Omitting this keyword has the same assertion behavior as
@@ -2400,10 +2397,7 @@
24002397
</t>
24012398
<t>
24022399
The annotation result of this keyword is the set of instance
2403-
property names matched by this keyword. Annotation results
2404-
for "patternProperties" keywords from multiple schemas applied to
2405-
the same instance location are combined by taking the union
2406-
of the sets.
2400+
property names matched by this keyword.
24072401
</t>
24082402
<t>
24092403
Omitting this keyword has the same assertion behavior as
@@ -2430,9 +2424,6 @@
24302424
<t>
24312425
The annotation result of this keyword is the set of instance
24322426
property names validated by this keyword's subschema.
2433-
Annotation results for "additionalProperties" keywords from
2434-
multiple schemas applied to the same instance location are combined
2435-
by taking the union of the sets.
24362427
</t>
24372428
<t>
24382429
Omitting this keyword has the same assertion behavior as
@@ -2613,9 +2604,6 @@
26132604
<t>
26142605
The annotation result of this keyword is the set of instance
26152606
property names validated by this keyword's subschema.
2616-
Annotation results for "unevaluatedProperties" keywords from
2617-
multiple schemas applied to the same instance location are combined
2618-
by taking the union of the sets.
26192607
</t>
26202608
<t>
26212609
Omitting this keyword has the same assertion behavior as

0 commit comments

Comments
 (0)