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