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