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