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