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