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