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

4 lines
123 B
JSON

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