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