]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/alternate-array.json
tests/avocado: s390x cpu topology entitlement tests
[mirror_qemu.git] / tests / qapi-schema / alternate-array.json
CommitLineData
895a2a80 1{ 'struct': 'One',
3d0c4829 2 'data': { 'name': 'str' } }
ab916fad 3{ 'alternate': 'Alt',
3d0c4829
EB
4 'data': { 'one': 'One',
5 'two': [ 'int' ] } }