blob: 8eba7f24515f910bc8f688f89f5d809ba5da9613 [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"format": {
"type": "string",
"enum": [
"aki","ami","ari","iso","qcow2","raw", "vdi","vhd","vmdk"
]
},
"version": {
"type": "string",
"minLength": 1
},
"md5": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"version"
]
}