]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/alternate-conflict-dict.json
qapi: Back out doc comments added just to please qapi.py
[mirror_qemu.git] / tests / qapi-schema / alternate-conflict-dict.json
1 # we reject alternates with multiple object branches
2 { 'struct': 'One',
3 'data': { 'name': 'str' } }
4 { 'struct': 'Two',
5 'data': { 'value': 'int' } }
6 { 'alternate': 'Alt',
7 'data': { 'one': 'One',
8 'two': 'Two' } }