Sign in
qemu
/
qemu
/
6b4965373e561b77f91cfbdf41353635c9661358
/
.
/
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'
}
}