Sign in
qemu
/
qemu
/
b60520392daf977bca26010960f78c4885db7e9f
/
.
/
tests
/
qapi-schema
/
enum-wrong-data.json
blob: 7b3e255c146e1a5d6d5572afb5e5e7a3b9cb13d4 [
file
] [
log
] [
blame
]
#
we require that all qapi enums have an array for data
{
'enum'
:
'MyEnum'
,
'data'
:
{
'value'
:
'str'
}
}