1# we require that all qapi enums have an array for data
2
3##
4# @MyEnum:
5##
6{ 'enum': 'MyEnum', 'data': { 'value': 'str' } }
7