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