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