xref: /openbmc/qemu/tests/qapi-schema/enum-dict-member-unknown.json (revision 200280af0e19bfaeb9431eb0ee1ee2d8bf8d3a0a)
1# we reject any enum member that is not a string or a dict with 'name'
2{ 'enum': 'MyEnum', 'data': [ { 'name': 'foo', 'bad-key': 'str' } ] }
3