xref: /openbmc/qemu/tests/qapi-schema/struct-member-invalid-dict.json (revision 200280af0e19bfaeb9431eb0ee1ee2d8bf8d3a0a)
1# Long form of member must have a value member 'type'
2{ 'struct': 'foo',
3  'data': { '*a': { 'case': 'foo' } } }
4