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