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