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