schema tests: fix: install_args children schema syntax was faulty
This commit is contained in:
@ -21,14 +21,12 @@
|
|||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"patternProperties": {
|
"patternProperties": {
|
||||||
"^[a-z][a-z0-9_]*$": {
|
"^[a-z][a-z0-9_]*$": {
|
||||||
"type": {
|
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
{"type": "string"},
|
{"type": "string"},
|
||||||
{"type": "number"}
|
{"type": "number"}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"test_suite": {
|
"test_suite": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
Reference in New Issue
Block a user