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