]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/redefined-command.json
qapi: add qapi2texi script
[mirror_qemu.git] / tests / qapi-schema / redefined-command.json
CommitLineData
4dc2e690 1# we reject commands defined more than once
3313b612
MAL
2
3##
4# @foo:
5##
cfdd5bca 6{ 'command': 'foo', 'data': { 'one': 'str' } }
3313b612
MAL
7##
8# @foo:
9##
cfdd5bca 10{ 'command': 'foo', 'data': { '*two': 'str' } }