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