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