xref: /openbmc/qemu/tests/qapi-schema/enum-dict-member-unknown.json (revision c3019efc713c0afd6f0c51602b378f1094ef6e89)
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