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