]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/enum-member-case.json
qapi: add qapi2texi script
[mirror_qemu.git] / tests / qapi-schema / enum-member-case.json
1 # Member names should be 'lower-case' unless the enum is whitelisted
2
3 ##
4 # @UuidInfo:
5 ##
6 { 'enum': 'UuidInfo', 'data': [ 'Value' ] } # UuidInfo is whitelisted
7 ##
8 # @NoWayThisWillGetWhitelisted:
9 ##
10 { 'enum': 'NoWayThisWillGetWhitelisted', 'data': [ 'Value' ] }