Validate volume size is an integer

This commit is contained in:
Anders Ingemann 2013-06-24 19:05:46 +02:00
parent 79a699a360
commit 1240294784

View file

@ -6,6 +6,15 @@
"provider": {
"type": "string"
},
"volume": {
"type": "object",
"properties": {
"size": {
"type": "integer"
}
},
"required": ["size"]
},
"plugins": {
"type": "object",
"patternProperties": {