]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/alternate-conflict-enum-int.json
qemu-io: Put flag changes in the options QDict in reopen_f()
[mirror_qemu.git] / tests / qapi-schema / alternate-conflict-enum-int.json
CommitLineData
c0644771
MA
1# alternate branches of 'enum' type that conflicts with numbers
2{ 'enum': 'Enum',
3 'data': [ '1', '2', '3' ] }
4{ 'alternate': 'Alt',
5 'data': { 'one': 'Enum',
6 'two': 'int' } }