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