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