Sign in
qemu
/
qemu
/
bde809f05f66b4be4475ffa9819d82a01686d1c7
/
.
/
tests
/
qapi-schema
/
args-member-array-bad.json
blob: b2ff144ec632c5975c7e24847cc14a4898bdb452 [
file
] [
log
] [
blame
]
#
we reject data if it does not contain a valid array type
{
'command'
:
'oops'
,
'data'
:
{
'member'
:
[
{
'nested'
:
'str'
}
]
}
}