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