1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

manifest schema: allow caps for install.*.choices keys

This commit is contained in:
Salamandar 2024-02-20 13:41:31 +01:00
parent 5aa7a0f5df
commit 8d7897d04d

View file

@ -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"
} }
} }