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