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