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