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