]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/alternate-invalid-dict.json
qapi: Add feature flags to struct members
[mirror_qemu.git] / tests / qapi-schema / alternate-invalid-dict.json
1 # exploded member form must have a 'type'
2 { 'alternate': 'Alt',
3 'data': { 'one': 'str',
4 'two': { 'if': 'foo' } } }