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