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