1{ 2 "definitions": { 3 "RootImageFormat": { 4 "type": "string", 5 "enum": [ 6 "raw", 7 "qcow2", 8 "vdi", 9 "vmdk", 10 "vhd" 11 ] 12 } 13 } 14}
View as plain text