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