]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/args-member-array-bad.json
qapi: Back out doc comments added just to please qapi.py
[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 { 'command': 'oops', 'data': { 'member': [ { 'nested': 'str' } ] } }