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