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