Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
[qemu/ar7.git] / tests / qapi-schema / alternate-conflict-enum-bool.json
blobbff25c3147fb0397d0e7c76f31ea87b188e00f2d
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' } }