{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "VirtualBox manifest", "type": "object", "properties": { "volume": { "type": "object", "properties": { "backing": { "type": "string", "enum": ["raw", "vdi", "qcow2"] } }, "required": ["backing"] } } }