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