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