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