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