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