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