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