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