diff --git a/providers/virtualbox/manifest-schema.json b/providers/virtualbox/manifest-schema.json index 476dede..e9b1474 100644 --- a/providers/virtualbox/manifest-schema.json +++ b/providers/virtualbox/manifest-schema.json @@ -9,6 +9,12 @@ "backing": { "type": "string", "enum": ["raw", "vdi", "qcow2"] + }, + "partitions": { + "type": "object", + "properties": { + "type": { "enum": ["none", "mbr"] } + } } }, "required": ["backing"]