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