]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/alternate-unknown.json
qapi: Back out doc comments added just to please qapi.py
[mirror_qemu.git] / tests / qapi-schema / alternate-unknown.json
1 # we reject an alternate with unknown type in branch
2 { 'alternate': 'Alt',
3 'data': { 'unknown': 'MissingType', 'i': 'int' } }