xref: /qemu/tests/qapi-schema/args-member-array-bad.json (revision 32c0613113f0f5ab1eea05a05d6e52096e9bd11e)
1# we reject data if it does not contain a valid array type
2{ 'command': 'oops', 'data': { 'member': [ { 'nested': 'str' } ] } }
3