webhooks_changes

The changes to the comment.

APIs.ioEngineeringPlatform

Properties

Name Type Description
body object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-webhooks-changes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/webhooks_changes",
  "title": "webhooks_changes",
  "description": "The changes to the comment.",
  "type": "object",
  "properties": {
    "body": {
      "type": "object",
      "properties": {
        "from": {
          "description": "The previous version of the body.",
          "type": "string"
        }
      },
      "required": [
        "from"
      ]
    }
  }
}