xref: /openbmc/qemu/tests/qapi-schema/redefined-command.json (revision baf2d5bfbac015b27f4db74feab235e167df0c84)
1# we reject commands defined more than once
2
3##
4# @foo:
5##
6{ 'command': 'foo', 'data': { 'one': 'str' } }
7##
8# @foo:
9##
10{ 'command': 'foo', 'data': { '*two': 'str' } }
11