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