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