xref: /openbmc/qemu/tests/qapi-schema/redefined-command.json (revision 1ff7b531963a71f10880d119db8fbcc591a2652a)
1# we reject commands defined more than once
2{ 'command': 'foo', 'data': { 'one': 'str' } }
3{ 'command': 'foo', 'data': { '*two': 'str' } }
4