]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/redefined-command.json
Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/linux-user-for-7.0-pull...
[mirror_qemu.git] / tests / qapi-schema / redefined-command.json
1 # we reject commands defined more than once
2 { 'command': 'foo', 'data': { 'one': 'str' } }
3 { 'command': 'foo', 'data': { '*two': 'str' } }