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