]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/alternate-array.json
qapi: add qapi2texi script
[mirror_qemu.git] / tests / qapi-schema / alternate-array.json
CommitLineData
ab916fad 1# we do not allow array branches in alternates
3313b612
MAL
2
3##
4# @One:
5##
3d0c4829 6# TODO: should we support this?
895a2a80 7{ 'struct': 'One',
3d0c4829 8 'data': { 'name': 'str' } }
3313b612
MAL
9##
10# @Alt:
11##
ab916fad 12{ 'alternate': 'Alt',
3d0c4829
EB
13 'data': { 'one': 'One',
14 'two': [ 'int' ] } }