These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / 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' } ] } }