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