mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +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}
|
items: {type: string}
|
||||||
minItems: 1
|
minItems: 1
|
||||||
type: array
|
type: array
|
||||||
|
mountopts:
|
||||||
|
items: {type: string}
|
||||||
|
minItems: 1
|
||||||
|
type: array
|
||||||
size: {$ref: '#/definitions/bytes'}
|
size: {$ref: '#/definitions/bytes'}
|
||||||
required: [size, filesystem]
|
required: [size, filesystem]
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue