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