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