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