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