]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/enum-member-case.json
qapi: Back out doc comments added just to please qapi.py
[mirror_qemu.git] / tests / qapi-schema / enum-member-case.json
1 # Member names should be 'lower-case' unless the enum is whitelisted
2 { 'enum': 'UuidInfo', 'data': [ 'Value' ] } # UuidInfo is whitelisted
3 { 'enum': 'NoWayThisWillGetWhitelisted', 'data': [ 'Value' ] }