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