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