delete event

APIs.ioEngineeringPlatform

Properties

Name Type Description
enterprise object
installation object
organization object
pusher_type object
ref object
ref_type string The type of Git ref object deleted in the repository.
repository object
sender object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-webhook-delete-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/webhook-delete",
  "title": "delete event",
  "type": "object",
  "properties": {
    "enterprise": {
      "$ref": "#/components/schemas/enterprise-webhooks"
    },
    "installation": {
      "$ref": "#/components/schemas/simple-installation"
    },
    "organization": {
      "$ref": "#/components/schemas/organization-simple-webhooks"
    },
    "pusher_type": {
      "$ref": "#/components/schemas/webhooks_deploy_pusher_type"
    },
    "ref": {
      "$ref": "#/components/schemas/webhooks_ref_0"
    },
    "ref_type": {
      "description": "The type of Git ref object deleted in the repository.",
      "type": "string",
      "enum": [
        "tag",
        "branch"
      ]
    },
    "repository": {
      "$ref": "#/components/schemas/repository-webhooks"
    },
    "sender": {
      "$ref": "#/components/schemas/simple-user-webhooks"
    }
  },
  "required": [
    "ref",
    "ref_type",
    "pusher_type",
    "repository",
    "sender"
  ]
}