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