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