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