Skip to content

Commit 61a0aa6

Browse files
authored
Merge pull request #1545 from json-schema-org/gregsdennis/if-then-else
minor clarification for if-then-else
2 parents 11cb49d + dc440f4 commit 61a0aa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonschema-core.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1574,7 +1574,7 @@ subschema, then validation succeeds against this keyword if the instance also
15741574
successfully validates against this keyword's subschema.
15751575

15761576
This keyword has no effect when `if` is absent, or when the instance fails to
1577-
validate against its subschema. Implementations MUST NOT evaluate the instance
1577+
validate against the `if` subschema. Implementations MUST NOT evaluate the instance
15781578
against this keyword, for either validation or annotation collection purposes,
15791579
in such cases.
15801580

@@ -1587,7 +1587,7 @@ then validation succeeds against this keyword if the instance successfully
15871587
validates against this keyword's subschema.
15881588

15891589
This keyword has no effect when `if` is absent, or when the instance
1590-
successfully validates against its subschema. Implementations MUST NOT evaluate
1590+
successfully validates against the `if` subschema. Implementations MUST NOT evaluate
15911591
the instance against this keyword, for either validation or annotation
15921592
collection purposes, in such cases.
15931593

0 commit comments

Comments
 (0)