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