aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/args-member-array-bad.json
blob: e934f5c457fe207881d82629eb108d577047babd (plain)
1
2
3
4
5
6
# we reject data if it does not contain a valid array type

##
# @oops:
##
{ 'command': 'oops', 'data': { 'member': [ { 'nested': 'str' } ] } }