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