Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
[qemu/ar7.git] / tests / qapi-schema / alternate-conflict-dict.json
blob3d7881279c733abc4c96737395dd6efc862a319b
1 # alternate branches of object type conflict with each other
2 { 'struct': 'One',
3   'data': { 'name': 'str' } }
4 { 'struct': 'Two',
5   'data': { 'value': 'int' } }
6 { 'alternate': 'Alt',
7   'data': { 'one': 'One',
8             'two': 'Two' } }