Sign in
qemu
/
qemu
/
9a286bcdfd2b04afca9a668a6d6e0feb809d2d63
/
.
/
tests
/
qapi-schema
/
enum-dict-member-unknown.json
blob: 6664c592018ee23e1bbcfd7a1859030fa531b55c [
file
]
#
we reject any enum member that is not a string or a dict with
'name'
{
'enum'
:
'MyEnum'
,
'data'
:
[
{
'name'
:
'foo'
,
'bad-key'
:
'str'
}
]
}