Skip to content

Commit 1e02614

Browse files
Update jsonschema-core.md
Co-authored-by: Jason Desrosiers <[email protected]>
1 parent 10c23e4 commit 1e02614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1722,7 +1722,7 @@ instance.
17221722
These three keywords work together to implement conditional application of a
17231723
subschema based on the outcome of another subschema.
17241724

1725-
The value for each of these keywords value MUST be a valid JSON Schema.
1725+
The value for each of these keywords MUST be a valid JSON Schema.
17261726

17271727
The `if` keyword produces an annotation which is the boolean validation result
17281728
of its subschema against the instance. The validation outcome of the `if`

0 commit comments

Comments
 (0)