aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/alternate-nested.json
blob: 9f83ebe2e0d54a28c4fa4845a473b8e4fd71ae6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# we reject a nested alternate branch

##
# @Alt1:
##
{ 'alternate': 'Alt1',
  'data': { 'name': 'str', 'value': 'int' } }
##
# @Alt2:
##
{ 'alternate': 'Alt2',
  'data': { 'nested': 'Alt1', 'b': 'bool' } }