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