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