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

12 lines
155 B
JSON

# 'boxed' requires a non-empty type
##
# @Empty:
##
{ 'struct': 'Empty', 'data': {} }
##
# @foo:
##
{ 'command': 'foo', 'boxed': true, 'data': 'Empty' }