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

schema tests: fix: test_upgrade_from children are sha1, can start with a digit...

This commit is contained in:
Salamandar 2023-08-26 11:19:22 +02:00
parent 8a38101abb
commit 6bb7a11d4d

View file

@ -56,7 +56,7 @@
"required": [],
"additionalProperties": false,
"patternProperties": {
"^[a-z][a-z0-9_]*$": {
"^[a-z0-9_]*$": {
"type": "object",
"required": [],
"additionalProperties": false,