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:
parent
8a38101abb
commit
6bb7a11d4d
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
||||||
"required": [],
|
"required": [],
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"patternProperties": {
|
"patternProperties": {
|
||||||
"^[a-z][a-z0-9_]*$": {
|
"^[a-z0-9_]*$": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"required": [],
|
"required": [],
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
|
|
Loading…
Add table
Reference in a new issue