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