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": {