diff --git a/etc/schema-image.json b/etc/schema-image.json index bea32f9b..bb3bff33 100644 --- a/etc/schema-image.json +++ b/etc/schema-image.json @@ -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"] - }, + } }