Sign in
qemu
/
qemu
/
a764040cc831cfe5b8bf1c80e8341b9bf2de3ce8
/
.
/
tests
/
qapi-schema
/
doc-bad-alternate-member.json
blob: 738635ca8fd92cf0a53e92416c988d8d1e58a523 [
file
] [
log
] [
blame
]
#
Arguments
listed in the doc comment must exist in the actual schema
##
#
@AorB
:
#
@aa
:
a
#
@bb
:
b
##
{
'alternate'
:
'AorB'
,
'data'
:
{
'a'
:
'str'
,
'b'
:
'int'
}
}