Sign in
qemu
/
qemu
/
a70da3a0e06b3beb0d43ea3c6ecee964f7d1cd66
/
.
/
tests
/
qapi-schema
/
args-array-unknown.json
blob: 6f3e883315c634c24bb4d2f77281647d016942c8 [
file
]
#
we reject an array for data if it does not contain a known type
{
'command'
:
'oops'
,
'data'
:
{
'array'
:
[
'NoSuchType'
]
}
}