mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
schemas: fix tests.v1, args can be booleans too
This commit is contained in:
parent
77c69998e9
commit
8a71a7c6f5
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@
|
|||
"^[a-z][a-z0-9_]*$": {
|
||||
"anyOf": [
|
||||
{"type": "string"},
|
||||
{"type": "number"}
|
||||
{"type": "number"},
|
||||
{"type": "boolean"}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue