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 Jun 1, 2022
1 parent 9c4b62c commit b9c2e9f
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 @@ -223,7 +223,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 @@ -509,7 +509,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 b9c2e9f

Please sign in to comment.