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