]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/alternate-conflict-enum-bool.json
qapi: Improve reporting of invalid flags
[mirror_qemu.git] / tests / qapi-schema / alternate-conflict-enum-bool.json
1 # alternate branch of 'enum' type that conflicts with bool
2 { 'enum': 'Enum',
3 'data': [ 'aus', 'off' ] }
4 { 'alternate': 'Alt',
5 'data': { 'one': 'Enum',
6 'two': 'bool' } }