]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/args-array-unknown.json
qapi: Improve error message for unexpected array types
[mirror_qemu.git] / tests / qapi-schema / args-array-unknown.json
1 # we reject an array for data if it does not contain a known type
2 { 'command': 'oops', 'data': { 'array': [ 'NoSuchType' ] } }