2 lines
105 B
JSON
2 lines
105 B
JSON
# we require that all qapi enums have an array for data
|
|
{ 'enum': 'MyEnum', 'data': { 'value': 'str' } }
|