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