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