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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
105 B
JSON
Raw Normal View History

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