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