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