aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/args-boxed-anon.json
blob: 2358e6abb19f21c8eea14afcb8e95555319177d6 (plain)
1
2
3
4
5
6
# 'boxed' can only be used with named types

##
# @foo:
##
{ 'command': 'foo', 'boxed': true, 'data': { 'string': 'str' } }