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": { "provider": {
"type": "string" "type": "string"
}, },
"volume": {
"type": "object",
"properties": {
"size": {
"type": "integer"
}
},
"required": ["size"]
},
"plugins": { "plugins": {
"type": "object", "type": "object",
"patternProperties": { "patternProperties": {