Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
[qemu/ar7.git] / tests / qapi-schema / alternate-conflict-num-string.json
blobae901449af5edbf7bcb30d9ee4f96b7cb5ac57c5
1 # alternate branches of 'str' type conflict with all scalar types
2 { 'alternate': 'Alt',
3   'data': { 'one': 'number',
4             'two': 'str' } }