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

##
# @oops:
##
{ 'command': 'oops', 'data': { 'member': 'NoSuchType' } }