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