Skip to content

Commit b9c2e9f

Browse files
committed
Fix typo in requireAllExcept meta-schema
1 parent 9c4b62c commit b9c2e9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jsonschema-validation.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
keywords in this vocabulary:
224224
<list>
225225
<t>
226-
"requiredAllExcept", whose behavior is defined in terms of "properties"
226+
"requireAllExcept", whose behavior is defined in terms of "properties"
227227
"minContains", whose behavior is defined in terms of "contains"
228228
"maxContains", whose behavior is defined in terms of "contains"
229229
</t>
@@ -509,7 +509,7 @@
509509
</t>
510510
</section>
511511

512-
<section title="requiredAllExcept">
512+
<section title="requireAllExcept">
513513
<t>
514514
The value of this keyword MUST be an array.
515515
Elements of this array, if any, MUST be strings, and MUST be unique.

meta/validation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"maxProperties": { "$ref": "#/$defs/nonNegativeInteger" },
6262
"minProperties": { "$ref": "#/$defs/nonNegativeIntegerDefault0" },
6363
"required": { "$ref": "#/$defs/stringArray" },
64-
"allRequiredExcept": { "$ref": "#/$defs/stringArray" },
64+
"requireAllExcept": { "$ref": "#/$defs/stringArray" },
6565
"dependentRequired": {
6666
"type": "object",
6767
"additionalProperties": {

0 commit comments

Comments
 (0)