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