Properties
| Name | Type | Description |
|---|---|---|
| enterprise | object | |
| installation | object | |
| organization | object | |
| repository | object | |
| sender | object | |
| team | object |
JSON Schema
{
"$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"
]
}