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