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