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