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