team_add event

APIs.ioEngineeringPlatform

Properties

Name Type Description
enterprise object
installation object
organization object
repository object
sender object
team object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-webhook-team-add-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/webhook-team-add",
  "title": "team_add event",
  "type": "object",
  "properties": {
    "enterprise": {
      "$ref": "#/components/schemas/enterprise-webhooks"
    },
    "installation": {
      "$ref": "#/components/schemas/simple-installation"
    },
    "organization": {
      "$ref": "#/components/schemas/organization-simple-webhooks"
    },
    "repository": {
      "$ref": "#/components/schemas/repository-webhooks"
    },
    "sender": {
      "$ref": "#/components/schemas/simple-user-webhooks"
    },
    "team": {
      "$ref": "#/components/schemas/webhooks_team_1"
    }
  },
  "required": [
    "team",
    "repository",
    "sender"
  ]
}