mirror of
https://github.com/starship/starship.git
synced 2024-11-26 10:14:57 +01:00
update config-schema
This commit is contained in:
parent
77bd8ef874
commit
476d188325
11
.github/config-schema.json
vendored
11
.github/config-schema.json
vendored
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user