aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/enum-wrong-data.json
blob: 4b9e97878b4e9691adfaad68ec8e31ae98ef570e (plain)
1
2
3
4
5
6
# we require that all qapi enums have an array for data

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