From 476d1883253b8053a0a7e3fff0c5473c14353a2d Mon Sep 17 00:00:00 2001 From: Filip Bachul Date: Sun, 10 Apr 2022 00:41:40 +0200 Subject: [PATCH] update config-schema --- .github/config-schema.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/config-schema.json b/.github/config-schema.json index 49c6cb016..0da39d2af 100644 --- a/.github/config-schema.json +++ b/.github/config-schema.json @@ -2174,7 +2174,7 @@ ], "allOf": [ { - "$ref": "#/definitions/Either_for_StarshipConditionalStyle_and_Array_of_StarshipConditionalStyle" + "$ref": "#/definitions/Either_for_StarshipConditionalStyleConfig_and_Array_of_StarshipConditionalStyleConfig" } ] }, @@ -2211,19 +2211,22 @@ } } }, - "Either_for_StarshipConditionalStyle_and_Array_of_StarshipConditionalStyle": { + "Either_for_StarshipConditionalStyleConfig_and_Array_of_StarshipConditionalStyleConfig": { "anyOf": [ { - "$ref": "#/definitions/StarshipConditionalStyle" + "$ref": "#/definitions/StarshipConditionalStyleConfig" }, { "type": "array", "items": { - "$ref": "#/definitions/StarshipConditionalStyle" + "$ref": "#/definitions/StarshipConditionalStyleConfig" } } ] }, + "StarshipConditionalStyleConfig": { + "$ref": "#/definitions/StarshipConditionalStyle" + }, "StarshipConditionalStyle": { "type": "object", "properties": {