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