aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/enum-dict-member.json
blob: 69d30f0c1e0c02aef89866a7f465f3e8c8faa947 (plain)
1
2
3
4
5
6
# we reject any enum member that is not a string

##
# @MyEnum:
##
{ 'enum': 'MyEnum', 'data': [ { 'value': 'str' } ] }