qemu-patch-raspberry4/tests/qapi-schema/enum-dict-member.json

3 lines
102 B
JSON
Raw Normal View History

# we reject any enum member that is not a string
{ 'enum': 'MyEnum', 'data': [ { 'value': 'str' } ] }