Sign in
qemu
/
qemu
/
083367dbbf6e5ac086c32e64db6701f493928e47
/
.
/
tests
/
qapi-schema
/
doc-bad-alternate-member.json
blob: 37593b6698c7a78a7e127db58a5042fa0c75f671 [
file
] [
log
] [
blame
]
#
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'
}
}