mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +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",
|
||||
"properties": {
|
||||
"size": {
|
||||
"type": "integer"
|
||||
"type": "integer",
|
||||
"minimum": 1
|
||||
}
|
||||
},
|
||||
"required": ["size"]
|
||||
|
|
Loading…
Add table
Reference in a new issue