Modify Schema to enable mountopts

This commit is contained in:
Michael Gerlach 2016-12-10 16:10:37 +01:00
parent 35f1e44087
commit e2606acbdc

View file

@ -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