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