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