Sign in
qemu
/
qemu
/
2e63eb2becc228232f12a1ea30a91b2aa8c5cecd
/
.
/
tests
/
qapi-schema
/
doc-bad-command-arg.json
blob: 048e0fc5ef8eb891bb95a8b3b0c331a10b26de53 [
file
]
#
Arguments
listed in the doc comment must exist in the actual schema
##
#
@foo
:
#
@a
:
a
#
@b
:
b
##
{
'command'
:
'foo'
,
'data'
:
{
'a'
:
'int'
}
}