]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/enum-dict-member.json
qapi: Back out doc comments added just to please qapi.py
[mirror_qemu.git] / tests / qapi-schema / enum-dict-member.json
1 # we reject any enum member that is not a string
2 { 'enum': 'MyEnum', 'data': [ { 'value': 'str' } ] }