qapi: add qapi2texi script
[qemu/ar7.git] / tests / qapi-schema / args-int.json
blob7f4e1b7aa64298e1f6cb839ba39b33673ab0aaed
1 # we reject commands where data is not an array or complex type
3 ##
4 # @oops:
5 ##
6 { 'command': 'oops', 'data': 'int' }