qapi: add qapi2texi script
[qemu/ar7.git] / tests / qapi-schema / args-array-unknown.json
blobf680fc10d3c0b831fc20b6c50abc24665566679d
1 # we reject an array for data if it does not contain a known type
3 ##
4 # @oops:
5 ##
6 { 'command': 'oops', 'data': { 'array': [ 'NoSuchType' ] } }