From 5459586bac18669bfc6dde6d58467f9135c4bf00 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 67e147a4..163d85c8 100644 --- a/jsonschema-validation.xml +++ b/jsonschema-validation.xml @@ -224,7 +224,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" @@ -511,7 +511,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 c8e8f55d..8ff98638 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": {