xref: /openbmc/qemu/tests/qapi-schema/args-boxed-anon.json (revision ac06724a715864942e2b5e28f92d5d5421f0a0b0)
1# 'boxed' can only be used with named types
2{ 'command': 'foo', 'boxed': true, 'data': { 'string': 'str' } }
3