xref: /openbmc/qemu/tests/qapi-schema/returns-array-bad.json (revision fff54d2269de32d09458f86d111eade917137835)
1# we reject an array return that is not a single type
2
3##
4# @oops:
5##
6{ 'command': 'oops', 'returns': [ 'str', 'str' ] }
7