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