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