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