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