]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/enum-dict-member.json
69d30f0c1e0c02aef89866a7f465f3e8c8faa947
[mirror_qemu.git] / tests / qapi-schema / enum-dict-member.json
1 # we reject any enum member that is not a string
2
3 ##
4 # @MyEnum:
5 ##
6 { 'enum': 'MyEnum', 'data': [ { 'value': 'str' } ] }