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