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