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