xref: /openbmc/qemu/tests/qapi-schema/nested-struct-data.json (revision 6fdc5bc173188f5e4942616b16d589500b874a15)
1# {} is not a valid type reference
2{ 'command': 'foo',
3  'data': { 'a' : { 'type': {} }, 'b' : 'str' } }
4