Sign in
qemu-android
/
qemu-android
/
ff770b07f34d28b79013a83989bd6c85f8f16b2f
/
.
/
tests
/
qapi-schema
/
enum-dict-member.json
blob: 79672e0f091ab56989b189cf8eb5fa7a08bf1e9d [
file
]
#
we reject any enum member that is not a string
{
'enum'
:
'MyEnum'
,
'data'
:
[
{
'value'
:
'str'
}
]
}