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