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