Issue Event Rename

Issue Event Rename

APIs.ioEngineeringPlatform

Properties

Name Type Description
from string
to string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-issue-event-rename-schema.json Raw ↑
{
  "$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"
  ]
}