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