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