xref: /openbmc/qemu/tests/qapi-schema/alternate-conflict-enum-bool.json (revision 6016b7b46edb714a53a31536b30ead9c3aafaef7)
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' } }
7