aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/alternate-conflict-string.json
blob: 12aafab8082c2f3e4aa0e1bfe5b9d55e4996d6e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# we reject alternates with multiple string-like branches

##
# @Enum:
##
{ 'enum': 'Enum',
  'data': [ 'hello', 'world' ] }
##
# @Alt:
##
{ 'alternate': 'Alt',
  'data': { 'one': 'str',
            'two': 'Enum' } }