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