aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/alternate-conflict-enum-bool.json
blob: bff25c3147fb0397d0e7c76f31ea87b188e00f2d (plain)
1
2
3
4
5
6
# alternate branch of 'enum' type that conflicts with bool
{ 'enum': 'Enum',
  'data': [ 'aus', 'off' ] }
{ 'alternate': 'Alt',
  'data': { 'one': 'Enum',
            'two': 'bool' } }