schemas: fix tests.v1, args can be booleans too

This commit is contained in:
Félix Piédallu 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"}
]
}
}