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