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