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