]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/alternate-array.json
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging
[mirror_qemu.git] / tests / qapi-schema / alternate-array.json
CommitLineData
ab916fad 1# we do not allow array branches in alternates
3d0c4829 2# TODO: should we support this?
895a2a80 3{ 'struct': 'One',
3d0c4829 4 'data': { 'name': 'str' } }
ab916fad 5{ 'alternate': 'Alt',
3d0c4829
EB
6 'data': { 'one': 'One',
7 'two': [ 'int' ] } }