]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/alternate-any.json
qapi: Back out doc comments added just to please qapi.py
[mirror_qemu.git] / tests / qapi-schema / alternate-any.json
1 # we do not allow the 'any' type as an alternate branch
2 { 'alternate': 'Alt',
3 'data': { 'one': 'any',
4 'two': 'int' } }