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