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