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