]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/returns-alternate.json
qapi: add qapi2texi script
[mirror_qemu.git] / tests / qapi-schema / returns-alternate.json
1 # we reject returns if it is an alternate type
2
3 ##
4 # @Alt:
5 ##
6 { 'alternate': 'Alt', 'data': { 'a': 'int', 'b': 'str' } }
7 ##
8 # @oops:
9 ##
10 { 'command': 'oops', 'returns': 'Alt' }