aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/enum-bad-prefix.json
blob: 25f17a7b08585b606bf3c0af74a3a87a8fb80d18 (plain)
1
2
3
4
5
6
# The prefix must be a string type

##
# @MyEnum:
##
{ 'enum': 'MyEnum', 'data': [ 'one' ], 'prefix': [ 'fish' ] }