]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/alternate-base.json
qapi: Add feature flags to struct members
[mirror_qemu.git] / tests / qapi-schema / alternate-base.json
1 # we reject alternate with base type
2 { 'struct': 'Base',
3 'data': { 'string': 'str' } }
4 { 'alternate': 'Alt',
5 'base': 'Base',
6 'data': { 'number': 'int' } }