]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/alternate-nested.json
qapi: Back out doc comments added just to please qapi.py
[mirror_qemu.git] / tests / qapi-schema / alternate-nested.json
CommitLineData
ab916fad
EB
1# we reject a nested alternate branch
2{ 'alternate': 'Alt1',
3d0c4829 3 'data': { 'name': 'str', 'value': 'int' } }
ab916fad 4{ 'alternate': 'Alt2',
8d25dd10 5 'data': { 'nested': 'Alt1', 'b': 'bool' } }