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