Issue Event Rename
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/issue-event-rename", "title": "Issue Event Rename", "description": "Issue Event Rename", "type": "object", "properties": { "from": { "type": "string" }, "to": { "type": "string" } }, "required": [ "from", "to" ] }