xref: /qemu/tests/qapi-schema/args-array-unknown.json (revision 87c16dcecae62ce324ba6cb360b86434cb324c95)
1dd883c6fSEric Blake# we reject an array for data if it does not contain a known type
20d8b9fb5SEric Blake{ 'command': 'oops', 'data': { 'array': [ 'NoSuchType' ] } }
3