aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/args-array-empty.json
blob: 78a0b88221e310d20621a931be2a6bbc5c6f4172 (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': { 'empty': [ ] } }