Sign in
qemu
/
qemu
/
15d62536a9ec78db9ab07b113e5e07a6e02e52fb
/
.
/
tests
/
qapi-schema
/
nested-struct-data-invalid-dict.json
blob: aa37b85e194c7581fa11db30a46f31cecb3613eb [
file
] [
log
] [
blame
]
#
command
'data'
member with dict value is
(
longhand
)
argument
#
definition
,
not inline complex type
{
'command'
:
'foo'
,
'data'
:
{
'a'
:
{
'string'
:
'str'
,
'integer'
:
'int'
},
'b'
:
'str'
}
}