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