installation unsuspend event

APIs.ioEngineeringPlatform

Properties

Name Type Description
action string
enterprise object
installation object
organization object
repositories object
repository object
requester object
sender object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-webhook-installation-unsuspend-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/webhook-installation-unsuspend",
  "title": "installation unsuspend event",
  "type": "object",
  "properties": {
    "action": {
      "type": "string",
      "enum": [
        "unsuspend"
      ]
    },
    "enterprise": {
      "$ref": "#/components/schemas/enterprise-webhooks"
    },
    "installation": {
      "$ref": "#/components/schemas/installation"
    },
    "organization": {
      "$ref": "#/components/schemas/organization-simple-webhooks"
    },
    "repositories": {
      "$ref": "#/components/schemas/webhooks_repositories"
    },
    "repository": {
      "$ref": "#/components/schemas/repository-webhooks"
    },
    "requester": {
      "nullable": true
    },
    "sender": {
      "$ref": "#/components/schemas/simple-user-webhooks"
    }
  },
  "required": [
    "action",
    "installation",
    "sender"
  ]
}