schemas: fix tests.v1, args can be booleans too
This commit is contained in:
parent
77c69998e9
commit
8a71a7c6f5
@ -23,7 +23,8 @@
|
|||||||
"^[a-z][a-z0-9_]*$": {
|
"^[a-z][a-z0-9_]*$": {
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
{"type": "string"},
|
{"type": "string"},
|
||||||
{"type": "number"}
|
{"type": "number"},
|
||||||
|
{"type": "boolean"}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user