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