Skip to content

Commit 007fa98

Browse files
committed
add that keywords can be depenedent upon other keywords' values
1 parent 7c35719 commit 007fa98

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
@@ -524,8 +524,8 @@ to inform the user of the evaluation path that produced the error or annotation.
524524
### Keyword Interactions
525525

526526
Keywords MAY modify their behavior based on the presence or absence of another
527-
keyword in the same [schema object](#schema-document). Such keywords MUST NOT
528-
result in a circular dependency.
527+
keyword or its value in the same [schema object](#schema-document). Such
528+
keywords MUST NOT result in a circular dependency.
529529

530530
Unless otherwise specified, keywords act independently.
531531

0 commit comments

Comments
 (0)