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