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