Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210311-pull-request' into...
[qemu/ar7.git] / tests / qapi-schema / alternate-conflict-string.json
blob85adbd4adc1febae280c1fa61258fcabf4f01387
1 # alternate branches of 'str' type conflict with all scalar types
2 { 'alternate': 'Alt',
3   'data': { 'one': 'str',
4             'two': 'int' } }