Sign in
qemu-android
/
qemu-android
/
84a29c7efd02baa97b0d60d1e59e8357f7a5e0f1
/
.
/
tests
/
qapi-schema
/
data-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'
]
}
}