Sign in
qemu
/
qemu
/
b5c375e2faf0e4958c567e8fe5990ccdfd35c2bd
/
.
/
tests
/
qapi-schema
/
doc-optional.json
blob: 06c855ec94005ccee4b3e38df530e0dfb99e5425 [
file
] [
log
] [
blame
]
#
Description
#
optional should match declaration
##
#
@foo
:
#
@a
:
a
#
optional
##
{
'command'
:
'foo'
,
'data'
:
{
'a'
:
'int'
}
}