aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/doc-bad-alternate-member.json
blob: 37593b6698c7a78a7e127db58a5042fa0c75f671 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Arguments listed in the doc comment must exist in the actual schema

##
# @AorB:
# @a: a
# @b: b
# @aa: a
# @bb: b
##
{ 'alternate': 'AorB',
  'data': { 'a': 'bool', 'b': 'int' } }