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