]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/alternate-conflict-dict.json
Merge tag 'pull-maintainer-may24-160524-2' of https://gitlab.com/stsquad/qemu into...
[mirror_qemu.git] / tests / qapi-schema / alternate-conflict-dict.json
CommitLineData
c0644771 1# alternate branches of object type conflict with each other
895a2a80 2{ 'struct': 'One',
3d0c4829 3 'data': { 'name': 'str' } }
895a2a80 4{ 'struct': 'Two',
3d0c4829 5 'data': { 'value': 'int' } }
ab916fad 6{ 'alternate': 'Alt',
3d0c4829
EB
7 'data': { 'one': 'One',
8 'two': 'Two' } }