aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/args-array-unknown.json
blob: f680fc10d3c0b831fc20b6c50abc24665566679d (plain)
1
2
3
4
5
6
# we reject an array for data if it does not contain a known type

##
# @oops:
##
{ 'command': 'oops', 'data': { 'array': [ 'NoSuchType' ] } }