Skip to content

Commit dc440f4

Browse files
committed
minor clarification for if-then-else
1 parent 51285b3 commit dc440f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonschema-core.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@ subschema, then validation succeeds against this keyword if the instance also
15941594
successfully validates against this keyword's subschema.
15951595

15961596
This keyword has no effect when `if` is absent, or when the instance fails to
1597-
validate against its subschema. Implementations MUST NOT evaluate the instance
1597+
validate against the `if` subschema. Implementations MUST NOT evaluate the instance
15981598
against this keyword, for either validation or annotation collection purposes,
15991599
in such cases.
16001600

@@ -1607,7 +1607,7 @@ then validation succeeds against this keyword if the instance successfully
16071607
validates against this keyword's subschema.
16081608

16091609
This keyword has no effect when `if` is absent, or when the instance
1610-
successfully validates against its subschema. Implementations MUST NOT evaluate
1610+
successfully validates against the `if` subschema. Implementations MUST NOT evaluate
16111611
the instance against this keyword, for either validation or annotation
16121612
collection purposes, in such cases.
16131613

0 commit comments

Comments
 (0)