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