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