1
0
Fork 0
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:
Salamandar 2023-09-24 22:10:55 +02:00
parent 77c69998e9
commit 8a71a7c6f5

View file

@ -23,7 +23,8 @@
"^[a-z][a-z0-9_]*$": {
"anyOf": [
{"type": "string"},
{"type": "number"}
{"type": "number"},
{"type": "boolean"}
]
}
}