mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
Validate volume size is an integer
This commit is contained in:
parent
79a699a360
commit
1240294784
1 changed files with 9 additions and 0 deletions
|
@ -6,6 +6,15 @@
|
|||
"provider": {
|
||||
"type": "string"
|
||||
},
|
||||
"volume": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"size": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": ["size"]
|
||||
},
|
||||
"plugins": {
|
||||
"type": "object",
|
||||
"patternProperties": {
|
||||
|
|
Loading…
Add table
Reference in a new issue