manifest schema: allow caps for install.*.choices keys
This commit is contained in:
parent
5aa7a0f5df
commit
8d7897d04d
@ -187,7 +187,7 @@
|
|||||||
"required": [],
|
"required": [],
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"patternProperties": {
|
"patternProperties": {
|
||||||
"^[a-z][a-z0-9_]*$": {
|
"^[a-zA-Z][a-zA-Z0-9_]*$": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user