xref: /openbmc/qemu/tests/qapi-schema/alternate-conflict-enum-int.json (revision ac06724a715864942e2b5e28f92d5d5421f0a0b0)
1# alternate branches of 'enum' type that conflicts with numbers
2{ 'enum': 'Enum',
3  'data': [ '1', '2', '3' ] }
4{ 'alternate': 'Alt',
5  'data': { 'one': 'Enum',
6            'two': 'int' } }
7