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