qemu-e2k/tests/qapi-schema/returns-array-bad.json

7 lines
121 B
JSON

# we reject an array return that is not a single type
##
# @oops:
##
{ 'command': 'oops', 'returns': [ 'str', 'str' ] }