]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/alternate-invalid-dict.json
qapi: Improve reporting of invalid flags
[mirror_qemu.git] / tests / qapi-schema / alternate-invalid-dict.json
CommitLineData
87adbbff
MAL
1# exploded member form must have a 'type'
2{ 'alternate': 'Alt',
3 'data': { 'one': 'str',
4 'two': { 'if': 'foo' } } }