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