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