Merge pull request #2042 from Salamandar/schema

manifest schema: allow caps for install.*.choices keys
This commit is contained in:
eric_G 2024-02-20 21:43:25 +01:00 committed by GitHub
commit b2dfa793e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -187,7 +187,7 @@
"required": [],
"additionalProperties": false,
"patternProperties": {
"^[a-z][a-z0-9_]*$": {
"^[a-zA-Z][a-zA-Z0-9_]*$": {
"type": "string"
}
}