]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/args-boxed-empty.json
qapi: Back out doc comments added just to please qapi.py
[mirror_qemu.git] / tests / qapi-schema / args-boxed-empty.json
CommitLineData
c818408e
EB
1# 'boxed' requires a non-empty type
2{ 'struct': 'Empty', 'data': {} }
3{ 'command': 'foo', 'boxed': true, 'data': 'Empty' }