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