schema tests: fix: install_args children schema syntax was faulty
This commit is contained in:
parent
6bb7a11d4d
commit
6bc0c2b28f
@ -21,12 +21,10 @@
|
|||||||
"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"}
|
]
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user