Skip to content

Commit

Permalink
Fix typo in requireAllExcept meta-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesrosiers committed Jul 8, 2022
1 parent 3d8a1b8 commit 5459586
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions jsonschema-validation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
keywords in this vocabulary:
<list>
<t>
"requiredAllExcept", whose behavior is defined in terms of "properties"
"requireAllExcept", whose behavior is defined in terms of "properties"
"minContains", whose behavior is defined in terms of "contains"
"maxContains", whose behavior is defined in terms of "contains"
</t>
Expand Down Expand Up @@ -511,7 +511,7 @@
</t>
</section>

<section title="requiredAllExcept">
<section title="requireAllExcept">
<t>
The value of this keyword MUST be an array.
Elements of this array, if any, MUST be strings, and MUST be unique.
Expand Down
2 changes: 1 addition & 1 deletion meta/validation.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"maxProperties": { "$ref": "#/$defs/nonNegativeInteger" },
"minProperties": { "$ref": "#/$defs/nonNegativeIntegerDefault0" },
"required": { "$ref": "#/$defs/stringArray" },
"allRequiredExcept": { "$ref": "#/$defs/stringArray" },
"requireAllExcept": { "$ref": "#/$defs/stringArray" },
"dependentRequired": {
"type": "object",
"additionalProperties": {
Expand Down

0 comments on commit 5459586

Please sign in to comment.