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