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