mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Modify Schema to enable mountopts
This commit is contained in:
parent
35f1e44087
commit
e2606acbdc
1 changed files with 4 additions and 0 deletions
|
@ -164,6 +164,10 @@ definitions:
|
|||
items: {type: string}
|
||||
minItems: 1
|
||||
type: array
|
||||
mountopts:
|
||||
items: {type: string}
|
||||
minItems: 1
|
||||
type: array
|
||||
size: {$ref: '#/definitions/bytes'}
|
||||
required: [size, filesystem]
|
||||
additionalProperties: false
|
||||
|
|
Loading…
Add table
Reference in a new issue