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