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