]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/args-member-array-bad.json
qapi: add qapi2texi script
[mirror_qemu.git] / tests / qapi-schema / args-member-array-bad.json
1 # we reject data if it does not contain a valid array type
2
3 ##
4 # @oops:
5 ##
6 { 'command': 'oops', 'data': { 'member': [ { 'nested': 'str' } ] } }