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