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