summaryrefslogtreecommitdiff
path: root/tests/qapi-schema/alternate-conflict-string.json
blob: 85adbd4adc1febae280c1fa61258fcabf4f01387 (plain)
1
2
3
4
# alternate branches of 'str' type conflict with all scalar types
{ 'alternate': 'Alt',
  'data': { 'one': 'str',
            'two': 'int' } }