]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/redefined-command.json
qapi: Back out doc comments added just to please qapi.py
[mirror_qemu.git] / tests / qapi-schema / redefined-command.json
CommitLineData
4dc2e690 1# we reject commands defined more than once
cfdd5bca
EB
2{ 'command': 'foo', 'data': { 'one': 'str' } }
3{ 'command': 'foo', 'data': { '*two': 'str' } }