]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/enum-wrong-data.json
4b9e97878b4e9691adfaad68ec8e31ae98ef570e
[mirror_qemu.git] / tests / qapi-schema / enum-wrong-data.json
1 # we require that all qapi enums have an array for data
2
3 ##
4 # @MyEnum:
5 ##
6 { 'enum': 'MyEnum', 'data': { 'value': 'str' } }