plugin/hub: specify type of architectures array
In the json schema used to validate the input, specify the type of the architectures array as a string.
This commit is contained in:
parent
9ad7faf298
commit
24850d3303
1 changed files with 4 additions and 1 deletions
|
|
@ -39,7 +39,10 @@ OSBUILD_IMAGE_SCHEMA = {
|
|||
{
|
||||
"type": "array",
|
||||
"description": "Architectures",
|
||||
"minItems": 1
|
||||
"minItems": 1,
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue