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