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