APIs.io Engineering Platform · Schema
webhook-installation-target-renamed
APIs.ioEngineeringPlatform
Properties
| Name | Type | Description |
|---|---|---|
| account | object | |
| action | string | |
| changes | object | |
| enterprise | object | |
| installation | object | |
| organization | object | |
| repository | object | |
| sender | object | |
| target_type | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/webhook-installation-target-renamed",
"title": "webhook-installation-target-renamed",
"type": "object",
"properties": {
"account": {
"type": "object",
"properties": {
"avatar_url": {
"type": "string"
},
"created_at": {
"type": "string"
},
"description": {
"nullable": true
},
"events_url": {
"type": "string"
},
"followers": {
"type": "integer"
},
"followers_url": {
"type": "string"
},
"following": {
"type": "integer"
},
"following_url": {
"type": "string"
},
"gists_url": {
"type": "string"
},
"gravatar_id": {
"type": "string"
},
"has_organization_projects": {
"type": "boolean"
},
"has_repository_projects": {
"type": "boolean"
},
"hooks_url": {
"type": "string"
},
"html_url": {
"type": "string"
},
"id": {
"type": "integer"
},
"is_verified": {
"type": "boolean"
},
"issues_url": {
"type": "string"
},
"login": {
"type": "string"
},
"members_url": {
"type": "string"
},
"name": {
"type": "string"
},
"node_id": {
"type": "string"
},
"organizations_url": {
"type": "string"
},
"public_gists": {
"type": "integer"
},
"public_members_url": {
"type": "string"
},
"public_repos": {
"type": "integer"
},
"received_events_url": {
"type": "string"
},
"repos_url": {
"type": "string"
},
"site_admin": {
"type": "boolean"
},
"slug": {
"type": "string"
},
"starred_url": {
"type": "string"
},
"subscriptions_url": {
"type": "string"
},
"type": {
"type": "string"
},
"updated_at": {
"type": "string"
},
"url": {
"type": "string"
},
"website_url": {
"nullable": true
}
},
"required": [
"id",
"node_id",
"avatar_url",
"html_url"
]
},
"action": {
"type": "string",
"enum": [
"renamed"
]
},
"changes": {
"type": "object",
"properties": {
"login": {
"type": "object",
"properties": {
"from": {
"type": "string"
}
},
"required": [
"from"
]
},
"slug": {
"type": "object",
"properties": {
"from": {
"type": "string"
}
},
"required": [
"from"
]
}
}
},
"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"
},
"target_type": {
"type": "string"
}
},
"required": [
"action",
"target_type",
"account",
"changes",
"installation"
]
}