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