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