qemu-e2k/tests/qapi-schema/args-boxed-anon.json

7 lines
124 B
JSON

# 'boxed' can only be used with named types
##
# @foo:
##
{ 'command': 'foo', 'boxed': true, 'data': { 'string': 'str' } }