Skip to content

Commit 0367f26

Browse files
committed
Fix typo in requireAllExcept meta-schema
1 parent 59449e8 commit 0367f26

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
@@ -224,7 +224,7 @@
224224
keywords in this vocabulary:
225225
<list>
226226
<t>
227-
"requiredAllExcept", whose behavior is defined in terms of "properties"
227+
"requireAllExcept", whose behavior is defined in terms of "properties"
228228
"minContains", whose behavior is defined in terms of "contains"
229229
"maxContains", whose behavior is defined in terms of "contains"
230230
</t>
@@ -511,7 +511,7 @@
511511
</t>
512512
</section>
513513

514-
<section title="requiredAllExcept">
514+
<section title="requireAllExcept">
515515
<t>
516516
The value of this keyword MUST be an array.
517517
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)