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