mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
Merge pull request #2042 from Salamandar/schema
manifest schema: allow caps for install.*.choices keys
This commit is contained in:
commit
b2dfa793e8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue