Skip to content

Commit 94170f5

Browse files
authored
Merge pull request #1055 from Relequestual/Fix/unevaluated-extensions-1047
Fix incorrect stipulation on keyword ordering for unevaluated* keywords.
2 parents 593bf0b + 8744c9a commit 94170f5

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
@@ -2549,7 +2549,7 @@
25492549
This means that "prefixItems", "items", "contains", and all in-place
25502550
applicators MUST be evaluated before this keyword can be evaluated.
25512551
Authors of extension keywords MUST NOT define an in-place applicator
2552-
that would need to be evaluated before this keyword.
2552+
that would need to be evaluated after this keyword.
25532553
</t>
25542554
<t>
25552555
If the "unevaluatedItems" subschema is applied to any
@@ -2594,7 +2594,7 @@
25942594
This means that "properties", "patternProperties", "additionalProperties",
25952595
and all in-place applicators MUST be evaluated before this keyword can
25962596
be evaluated. Authors of extension keywords MUST NOT define an in-place
2597-
applicator that would need to be evaluated before this keyword.
2597+
applicator that would need to be evaluated after this keyword.
25982598
</t>
25992599
<t>
26002600
The annotation result of this keyword is the set of instance

0 commit comments

Comments
 (0)