mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Ensure minimum volume size of 1M
This commit is contained in:
parent
e355e99189
commit
311db52f7b
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"size": {
|
"size": {
|
||||||
"type": "integer"
|
"type": "integer",
|
||||||
|
"minimum": 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["size"]
|
"required": ["size"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue