xref: /qemu/tests/qapi-schema/redefined-command.json (revision d72fc9dcb10273f7cd55b88fa827af0692a2a232)
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