qapi: add qapi2texi script
[qemu/ar7.git] / tests / qapi-schema / enum-dict-member.json
blob69d30f0c1e0c02aef89866a7f465f3e8c8faa947
1 # we reject any enum member that is not a string
3 ##
4 # @MyEnum:
5 ##
6 { 'enum': 'MyEnum', 'data': [ { 'value': 'str' } ] }