Sign in
qemu
/
qemu
/
61653b4a97b1c08b0f1d090da1ed981362a3961a
/
.
/
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'
}
]
}
}