]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/args-boxed-empty.json
8e8cc2652581aee4f1b75a73a33bb3796aa6e9d2
[mirror_qemu.git] / tests / qapi-schema / args-boxed-empty.json
1 # 'boxed' requires a non-empty type
2
3 ##
4 # @Empty:
5 ##
6 { 'struct': 'Empty', 'data': {} }
7
8 ##
9 # @foo:
10 ##
11 { 'command': 'foo', 'boxed': true, 'data': 'Empty' }