Merge "Correct format of schema-image.json." into milestone-proposed

This commit is contained in:
Jenkins 2012-05-24 16:02:05 +00:00 committed by Gerrit Code Review
commit 2d5e38e933
1 changed files with 3 additions and 3 deletions

View File

@ -1,14 +1,14 @@
{
"type": {
"type": "string",
"description": "The type code for the image"
"description": "The type code for the image",
"required": true,
"enum": ["kernel", "ramdisk", "filesystem", "iso9660", "disk"]
},
"format": {
"type": "string",
"description": "The format code for the image"
"description": "The format code for the image",
"required": true,
"enum": ["raw", "vhd", "vmdk", "vdi", "qcow2", "qed"]
},
}
}