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