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