diff --git a/base/manifest-schema.json b/base/manifest-schema.json index a5106e1..e1d6a73 100644 --- a/base/manifest-schema.json +++ b/base/manifest-schema.json @@ -6,6 +6,15 @@ "provider": { "type": "string" }, + "volume": { + "type": "object", + "properties": { + "size": { + "type": "integer" + } + }, + "required": ["size"] + }, "plugins": { "type": "object", "patternProperties": {