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