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