From b9c2e9fdde615d472e4106dade78c2ea2a494262 Mon Sep 17 00:00:00 2001 From: Jason Desrosiers Date: Wed, 1 Jun 2022 13:04:39 -0700 Subject: [PATCH] Fix typo in requireAllExcept meta-schema --- jsonschema-validation.xml | 4 ++-- meta/validation.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jsonschema-validation.xml b/jsonschema-validation.xml index 1d8f86f8..62fe3933 100644 --- a/jsonschema-validation.xml +++ b/jsonschema-validation.xml @@ -223,7 +223,7 @@ keywords in this vocabulary: - "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" @@ -509,7 +509,7 @@ -
+
The value of this keyword MUST be an array. Elements of this array, if any, MUST be strings, and MUST be unique. diff --git a/meta/validation.json b/meta/validation.json index 5ef44f8a..c5e4325f 100644 --- a/meta/validation.json +++ b/meta/validation.json @@ -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": {