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