]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/args-alternate.json
qapi-tests: New tests for union, alternate command arguments
[mirror_qemu.git] / tests / qapi-schema / args-alternate.json
CommitLineData
d9658d58
MA
1# we do not allow alternate arguments
2{ 'alternate': 'Alt', 'data': { 'case1': 'int', 'case2': 'str' } }
3{ 'command': 'oops', 'data': 'Alt' }