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