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