]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/alternate-array.json
Merge tag 'pull-qapi-2022-04-21' of git://repo.or.cz/qemu/armbru into staging
[mirror_qemu.git] / tests / qapi-schema / alternate-array.json
1 { 'struct': 'One',
2 'data': { 'name': 'str' } }
3 { 'alternate': 'Alt',
4 'data': { 'one': 'One',
5 'two': [ 'int' ] } }