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