From 4ca247aeaf2c0094b247369108bcae2c4444f704 Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Wed, 9 Oct 2024 08:58:13 -0400 Subject: [PATCH] Update OpenAPI Description (#52579) --- src/github-apps/lib/config.json | 2 +- src/rest/data/fpt-2022-11-28/schema.json | 1174 +++++++-------- src/rest/data/ghec-2022-11-28/schema.json | 1264 +++++++++-------- .../data/ghes-3.10-2022-11-28/schema.json | 2 +- .../data/ghes-3.11-2022-11-28/schema.json | 82 +- .../data/ghes-3.12-2022-11-28/schema.json | 82 +- .../data/ghes-3.13-2022-11-28/schema.json | 88 +- .../data/ghes-3.14-2022-11-28/schema.json | 140 +- src/rest/lib/config.json | 2 +- src/webhooks/data/fpt/schema.json | 532 +++---- src/webhooks/data/ghec/schema.json | 573 ++++---- src/webhooks/data/ghes-3.10/schema.json | 446 +++--- src/webhooks/data/ghes-3.11/schema.json | 471 +++--- src/webhooks/data/ghes-3.12/schema.json | 475 ++++--- src/webhooks/data/ghes-3.13/schema.json | 477 +++---- src/webhooks/data/ghes-3.14/schema.json | 496 +++---- src/webhooks/lib/config.json | 2 +- 17 files changed, 3238 insertions(+), 3070 deletions(-) diff --git a/src/github-apps/lib/config.json b/src/github-apps/lib/config.json index b8edfdbbef..56c0177c7b 100644 --- a/src/github-apps/lib/config.json +++ b/src/github-apps/lib/config.json @@ -60,5 +60,5 @@ "2022-11-28" ] }, - "sha": "36b8f45a18c9d1a1155fcf06deb18954827af483" + "sha": "6b266a1120ab13e630a3606d1906a62b44d6db36" } \ No newline at end of file diff --git a/src/rest/data/fpt-2022-11-28/schema.json b/src/rest/data/fpt-2022-11-28/schema.json index 9399579f8b..d811934a21 100644 --- a/src/rest/data/fpt-2022-11-28/schema.json +++ b/src/rest/data/fpt-2022-11-28/schema.json @@ -143743,6 +143743,15 @@ "description": "The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`,\n`refs/heads/` or simply ``." } }, + { + "name": "pr", + "description": "

The number of the pull request for the results you want to list.

", + "in": "query", + "required": false, + "schema": { + "type": "integer" + } + }, { "name": "direction", "description": "

The direction to sort the results by.

", @@ -145766,6 +145775,15 @@ "type": "string", "description": "The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`,\n`refs/heads/` or simply ``." } + }, + { + "name": "pr", + "description": "

The number of the pull request for the results you want to list.

", + "in": "query", + "required": false, + "schema": { + "type": "integer" + } } ], "bodyParameters": [], @@ -146018,6 +146036,15 @@ "default": 30 } }, + { + "name": "pr", + "description": "

The number of the pull request for the results you want to list.

", + "in": "query", + "required": false, + "schema": { + "type": "integer" + } + }, { "name": "ref", "in": "query", @@ -157334,7 +157361,7 @@ "contentType": "application/json", "description": "

Response

", "example": { - "state": "attached", + "status": "attached", "configuration": { "id": 1325, "target_type": "organization", @@ -218235,6 +218262,7 @@ "pending_cancellation_date": null, "last_activity_at": "2021-10-14T00:53:32-06:00", "last_activity_editor": "vscode/1.77.3/copilot/1.86.82", + "plan_type": "business", "assignee": { "login": "octocat", "id": 1, @@ -218315,181 +218343,172 @@ "type": "object", "properties": { "assignee": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", - "description": "The assignee that has been granted access to GitHub Copilot.", - "additionalProperties": true, - "oneOf": [ - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" - ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" ] } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" ] }, "organization": { - "type": [ - "object", - "null" - ], - "description": "The organization to which this seat belongs.", - "oneOf": [ + "anyOf": [ + { + "type": "null" + }, { "title": "Organization Simple", "description": "A GitHub organization.", @@ -218907,6 +218926,15 @@ "type": "string", "format": "date-time", "description": "Timestamp of when the assignee's GitHub Copilot access was last updated, in ISO 8601 format." + }, + "plan_type": { + "type": "string", + "description": "The Copilot plan of the organization, or the parent enterprise, when applicable.", + "enum": [ + "business", + "enterprise", + "unknown" + ] } }, "required": [ @@ -219005,7 +219033,8 @@ "ide_chat": "enabled", "platform_chat": "enabled", "cli": "enabled", - "public_code_suggestions": "block" + "public_code_suggestions": "block", + "plan_type": "business" }, "schema": { "title": "Copilot Organization Details", @@ -219089,6 +219118,15 @@ "disabled", "unconfigured" ] + }, + "plan_type": { + "type": "string", + "description": "The Copilot plan of the organization, or the parent enterprise, when applicable.", + "enum": [ + "business", + "enterprise", + "unknown" + ] } }, "required": [ @@ -219203,6 +219241,7 @@ "pending_cancellation_date": null, "last_activity_at": "2021-10-14T00:53:32-06:00", "last_activity_editor": "vscode/1.77.3/copilot/1.86.82", + "plan_type": "business", "assignee": { "login": "octocat", "id": 1, @@ -219283,181 +219322,172 @@ "type": "object", "properties": { "assignee": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", - "description": "The assignee that has been granted access to GitHub Copilot.", - "additionalProperties": true, - "oneOf": [ - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" - ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" ] } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" ] }, "organization": { - "type": [ - "object", - "null" - ], - "description": "The organization to which this seat belongs.", - "oneOf": [ + "anyOf": [ + { + "type": "null" + }, { "title": "Organization Simple", "description": "A GitHub organization.", @@ -219875,6 +219905,15 @@ "type": "string", "format": "date-time", "description": "Timestamp of when the assignee's GitHub Copilot access was last updated, in ISO 8601 format." + }, + "plan_type": { + "type": "string", + "description": "The Copilot plan of the organization, or the parent enterprise, when applicable.", + "enum": [ + "business", + "enterprise", + "unknown" + ] } }, "required": [ @@ -220412,6 +220451,7 @@ "pending_cancellation_date": null, "last_activity_at": "2021-10-14T00:53:32-06:00", "last_activity_editor": "vscode/1.77.3/copilot/1.86.82", + "plan_type": "business", "assignee": { "login": "octocat", "id": 1, @@ -220454,181 +220494,172 @@ "type": "object", "properties": { "assignee": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", - "description": "The assignee that has been granted access to GitHub Copilot.", - "additionalProperties": true, - "oneOf": [ - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" - ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" ] } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" ] }, "organization": { - "type": [ - "object", - "null" - ], - "description": "The organization to which this seat belongs.", - "oneOf": [ + "anyOf": [ + { + "type": "null" + }, { "title": "Organization Simple", "description": "A GitHub organization.", @@ -221046,6 +221077,15 @@ "type": "string", "format": "date-time", "description": "Timestamp of when the assignee's GitHub Copilot access was last updated, in ISO 8601 format." + }, + "plan_type": { + "type": "string", + "description": "The Copilot plan of the organization, or the parent enterprise, when applicable.", + "enum": [ + "business", + "enterprise", + "unknown" + ] } }, "required": [ @@ -278104,7 +278144,7 @@ } ], "previews": [], - "descriptionHTML": "

Issue owners and users with push access can edit an issue.

\n

This endpoint supports the following custom media types. For more information, see \"Media types.\"

\n
    \n
  • application/vnd.github.raw+json: Returns the raw markdown body. Response will include body. This is the default if you do not pass any specific media type.
  • \n
  • application/vnd.github.text+json: Returns a text only representation of the markdown body. Response will include body_text.
  • \n
  • application/vnd.github.html+json: Returns HTML rendered from the body's markdown. Response will include body_html.
  • \n
  • application/vnd.github.full+json: Returns raw, text, and HTML representations. Response will include body, body_text, and body_html.
  • \n
", + "descriptionHTML": "

Issue owners and users with push access or Triage role can edit an issue.

\n

This endpoint supports the following custom media types. For more information, see \"Media types.\"

\n
    \n
  • application/vnd.github.raw+json: Returns the raw markdown body. Response will include body. This is the default if you do not pass any specific media type.
  • \n
  • application/vnd.github.text+json: Returns a text only representation of the markdown body. Response will include body_text.
  • \n
  • application/vnd.github.html+json: Returns HTML rendered from the body's markdown. Response will include body_html.
  • \n
  • application/vnd.github.full+json: Returns raw, text, and HTML representations. Response will include body, body_text, and body_html.
  • \n
", "statusCodes": [ { "httpStatusCode": "200", @@ -350817,7 +350857,7 @@ }, { "name": "custom_property_name", - "description": "

The custom property name. The name is case sensitive.

", + "description": "

The custom property name

", "in": "path", "required": true, "schema": { @@ -350992,7 +351032,7 @@ }, { "name": "custom_property_name", - "description": "

The custom property name. The name is case sensitive.

", + "description": "

The custom property name

", "in": "path", "required": true, "schema": { @@ -351216,7 +351256,7 @@ }, { "name": "custom_property_name", - "description": "

The custom property name. The name is case sensitive.

", + "description": "

The custom property name

", "in": "path", "required": true, "schema": { @@ -362556,8 +362596,7 @@ "type": "object", "description": "An actor that can bypass rules in a ruleset", "required": [ - "actor_type", - "bypass_mode" + "actor_type" ], "properties": { "actor_id": { @@ -362580,11 +362619,12 @@ }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -362655,7 +362695,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -363822,12 +363862,12 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", - "isRequired": true, + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -363835,7 +363875,7 @@ "type": "object", "name": "conditions", "in": "body", - "description": "

Conditions for an organization ruleset. The conditions object should contain both repository_name and ref_name properties or both repository_id and ref_name properties.

", + "description": "

Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both repository_name and ref_name properties, or both repository_id and ref_name properties, or both repository_property and ref_name properties.\nThe push rulesets conditions object does not require the ref_name property.

", "childParamsGroups": [ { "type": "object", @@ -365083,8 +365123,7 @@ "type": "object", "description": "An actor that can bypass rules in a ruleset", "required": [ - "actor_type", - "bypass_mode" + "actor_type" ], "properties": { "actor_id": { @@ -365107,11 +365146,12 @@ }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -365182,7 +365222,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -366437,8 +366477,7 @@ "type": "object", "description": "An actor that can bypass rules in a ruleset", "required": [ - "actor_type", - "bypass_mode" + "actor_type" ], "properties": { "actor_id": { @@ -366461,11 +366500,12 @@ }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -366536,7 +366576,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -367708,12 +367748,12 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", - "isRequired": true, + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -367721,7 +367761,7 @@ "type": "object", "name": "conditions", "in": "body", - "description": "

Conditions for an organization ruleset. The conditions object should contain both repository_name and ref_name properties or both repository_id and ref_name properties.

", + "description": "

Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both repository_name and ref_name properties, or both repository_id and ref_name properties, or both repository_property and ref_name properties.\nThe push rulesets conditions object does not require the ref_name property.

", "childParamsGroups": [ { "type": "object", @@ -368970,8 +369010,7 @@ "type": "object", "description": "An actor that can bypass rules in a ruleset", "required": [ - "actor_type", - "bypass_mode" + "actor_type" ], "properties": { "actor_id": { @@ -368994,11 +369033,12 @@ }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -369069,7 +369109,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -490977,8 +491017,7 @@ "type": "object", "description": "An actor that can bypass rules in a ruleset", "required": [ - "actor_type", - "bypass_mode" + "actor_type" ], "properties": { "actor_id": { @@ -491001,11 +491040,12 @@ }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -491076,7 +491116,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -492252,12 +492292,12 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", - "isRequired": true, + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -493329,8 +493369,7 @@ "type": "object", "description": "An actor that can bypass rules in a ruleset", "required": [ - "actor_type", - "bypass_mode" + "actor_type" ], "properties": { "actor_id": { @@ -493353,11 +493392,12 @@ }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -493428,7 +493468,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -494694,8 +494734,7 @@ "type": "object", "description": "An actor that can bypass rules in a ruleset", "required": [ - "actor_type", - "bypass_mode" + "actor_type" ], "properties": { "actor_id": { @@ -494718,11 +494757,12 @@ }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -494793,7 +494833,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -495974,12 +496014,12 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", - "isRequired": true, + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -497052,8 +497092,7 @@ "type": "object", "description": "An actor that can bypass rules in a ruleset", "required": [ - "actor_type", - "bypass_mode" + "actor_type" ], "properties": { "actor_id": { @@ -497076,11 +497115,12 @@ }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -497151,7 +497191,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", diff --git a/src/rest/data/ghec-2022-11-28/schema.json b/src/rest/data/ghec-2022-11-28/schema.json index 6ce7cfcd81..420b00542f 100644 --- a/src/rest/data/ghec-2022-11-28/schema.json +++ b/src/rest/data/ghec-2022-11-28/schema.json @@ -155069,6 +155069,15 @@ "description": "The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`,\n`refs/heads/` or simply ``." } }, + { + "name": "pr", + "description": "

The number of the pull request for the results you want to list.

", + "in": "query", + "required": false, + "schema": { + "type": "integer" + } + }, { "name": "direction", "description": "

The direction to sort the results by.

", @@ -157092,6 +157101,15 @@ "type": "string", "description": "The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`,\n`refs/heads/` or simply ``." } + }, + { + "name": "pr", + "description": "

The number of the pull request for the results you want to list.

", + "in": "query", + "required": false, + "schema": { + "type": "integer" + } } ], "bodyParameters": [], @@ -157344,6 +157362,15 @@ "default": 30 } }, + { + "name": "pr", + "description": "

The number of the pull request for the results you want to list.

", + "in": "query", + "required": false, + "schema": { + "type": "integer" + } + }, { "name": "ref", "in": "query", @@ -168660,7 +168687,7 @@ "contentType": "application/json", "description": "

Response

", "example": { - "state": "attached", + "status": "attached", "configuration": { "id": 1325, "target_type": "organization", @@ -229837,6 +229864,7 @@ "pending_cancellation_date": null, "last_activity_at": "2021-10-14T00:53:32-06:00", "last_activity_editor": "vscode/1.77.3/copilot/1.86.82", + "plan_type": "business", "assignee": { "login": "octocat", "id": 1, @@ -229917,181 +229945,172 @@ "type": "object", "properties": { "assignee": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", - "description": "The assignee that has been granted access to GitHub Copilot.", - "additionalProperties": true, - "oneOf": [ - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" - ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" ] } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" ] }, "organization": { - "type": [ - "object", - "null" - ], - "description": "The organization to which this seat belongs.", - "oneOf": [ + "anyOf": [ + { + "type": "null" + }, { "title": "Organization Simple", "description": "A GitHub organization.", @@ -230509,6 +230528,15 @@ "type": "string", "format": "date-time", "description": "Timestamp of when the assignee's GitHub Copilot access was last updated, in ISO 8601 format." + }, + "plan_type": { + "type": "string", + "description": "The Copilot plan of the organization, or the parent enterprise, when applicable.", + "enum": [ + "business", + "enterprise", + "unknown" + ] } }, "required": [ @@ -230607,7 +230635,8 @@ "ide_chat": "enabled", "platform_chat": "enabled", "cli": "enabled", - "public_code_suggestions": "block" + "public_code_suggestions": "block", + "plan_type": "business" }, "schema": { "title": "Copilot Organization Details", @@ -230691,6 +230720,15 @@ "disabled", "unconfigured" ] + }, + "plan_type": { + "type": "string", + "description": "The Copilot plan of the organization, or the parent enterprise, when applicable.", + "enum": [ + "business", + "enterprise", + "unknown" + ] } }, "required": [ @@ -230805,6 +230843,7 @@ "pending_cancellation_date": null, "last_activity_at": "2021-10-14T00:53:32-06:00", "last_activity_editor": "vscode/1.77.3/copilot/1.86.82", + "plan_type": "business", "assignee": { "login": "octocat", "id": 1, @@ -230885,181 +230924,172 @@ "type": "object", "properties": { "assignee": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", - "description": "The assignee that has been granted access to GitHub Copilot.", - "additionalProperties": true, - "oneOf": [ - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" - ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" ] } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" ] }, "organization": { - "type": [ - "object", - "null" - ], - "description": "The organization to which this seat belongs.", - "oneOf": [ + "anyOf": [ + { + "type": "null" + }, { "title": "Organization Simple", "description": "A GitHub organization.", @@ -231477,6 +231507,15 @@ "type": "string", "format": "date-time", "description": "Timestamp of when the assignee's GitHub Copilot access was last updated, in ISO 8601 format." + }, + "plan_type": { + "type": "string", + "description": "The Copilot plan of the organization, or the parent enterprise, when applicable.", + "enum": [ + "business", + "enterprise", + "unknown" + ] } }, "required": [ @@ -232014,6 +232053,7 @@ "pending_cancellation_date": null, "last_activity_at": "2021-10-14T00:53:32-06:00", "last_activity_editor": "vscode/1.77.3/copilot/1.86.82", + "plan_type": "business", "assignee": { "login": "octocat", "id": 1, @@ -232056,181 +232096,172 @@ "type": "object", "properties": { "assignee": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", - "description": "The assignee that has been granted access to GitHub Copilot.", - "additionalProperties": true, - "oneOf": [ - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" - ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" ] } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" ] }, "organization": { - "type": [ - "object", - "null" - ], - "description": "The organization to which this seat belongs.", - "oneOf": [ + "anyOf": [ + { + "type": "null" + }, { "title": "Organization Simple", "description": "A GitHub organization.", @@ -232648,6 +232679,15 @@ "type": "string", "format": "date-time", "description": "Timestamp of when the assignee's GitHub Copilot access was last updated, in ISO 8601 format." + }, + "plan_type": { + "type": "string", + "description": "The Copilot plan of the organization, or the parent enterprise, when applicable.", + "enum": [ + "business", + "enterprise", + "unknown" + ] } }, "required": [ @@ -256064,7 +256104,7 @@ } ], "previews": [], - "descriptionHTML": "

Gets code security and analysis settings for the specified enterprise.

\n

The authenticated user must be an administrator of the enterprise in order to use this endpoint.

\n

OAuth app tokens and personal access tokens (classic) need the read:enterprise scope to use this endpoint.

", + "descriptionHTML": "

Warning

\n

\nDeprecation notice: The ability to fetch code security and analysis settings for an enterprise is deprecated. Please use code security configurations instead. For more information, see the changelog.

\n
\n

Gets code security and analysis settings for the specified enterprise.

\n

The authenticated user must be an administrator of the enterprise in order to use this endpoint.

\n

OAuth app tokens and personal access tokens (classic) need the read:enterprise scope to use this endpoint.

", "statusCodes": [ { "httpStatusCode": "200", @@ -256171,7 +256211,7 @@ } ], "previews": [], - "descriptionHTML": "

Updates the settings for advanced security, Dependabot alerts, secret scanning, and push protection for new repositories in an enterprise.

\n

The authenticated user must be an administrator of the enterprise to use this endpoint.

\n

OAuth app tokens and personal access tokens (classic) need the admin:enterprise scope to use this endpoint.

", + "descriptionHTML": "

Warning

\n

\nDeprecation notice: The ability to update code security and analysis settings for an enterprise is deprecated. Please use code security configurations instead. For more information, see the changelog.

\n
\n

Updates the settings for advanced security, Dependabot alerts, secret scanning, and push protection for new repositories in an enterprise.

\n

The authenticated user must be an administrator of the enterprise to use this endpoint.

\n

OAuth app tokens and personal access tokens (classic) need the admin:enterprise scope to use this endpoint.

", "statusCodes": [ { "httpStatusCode": "204", @@ -256261,7 +256301,7 @@ } ], "previews": [], - "descriptionHTML": "

Enables or disables the specified security feature for all repositories in an enterprise.

\n

The authenticated user must be an administrator of the enterprise to use this endpoint.

\n

OAuth app tokens and personal access tokens (classic) need the admin:enterprise scope to use this endpoint.

", + "descriptionHTML": "

Warning

\n

\nDeprecation notice: The ability to enable or disable a security feature for an enterprise is deprecated. Please use code security configurations instead. For more information, see the changelog.

\n
\n

Enables or disables the specified security feature for all repositories in an enterprise.

\n

The authenticated user must be an administrator of the enterprise to use this endpoint.

\n

OAuth app tokens and personal access tokens (classic) need the admin:enterprise scope to use this endpoint.

", "statusCodes": [ { "httpStatusCode": "204", @@ -297767,7 +297807,7 @@ } ], "previews": [], - "descriptionHTML": "

Issue owners and users with push access can edit an issue.

\n

This endpoint supports the following custom media types. For more information, see \"Media types.\"

\n
    \n
  • application/vnd.github.raw+json: Returns the raw markdown body. Response will include body. This is the default if you do not pass any specific media type.
  • \n
  • application/vnd.github.text+json: Returns a text only representation of the markdown body. Response will include body_text.
  • \n
  • application/vnd.github.html+json: Returns HTML rendered from the body's markdown. Response will include body_html.
  • \n
  • application/vnd.github.full+json: Returns raw, text, and HTML representations. Response will include body, body_text, and body_html.
  • \n
", + "descriptionHTML": "

Issue owners and users with push access or Triage role can edit an issue.

\n

This endpoint supports the following custom media types. For more information, see \"Media types.\"

\n
    \n
  • application/vnd.github.raw+json: Returns the raw markdown body. Response will include body. This is the default if you do not pass any specific media type.
  • \n
  • application/vnd.github.text+json: Returns a text only representation of the markdown body. Response will include body_text.
  • \n
  • application/vnd.github.html+json: Returns HTML rendered from the body's markdown. Response will include body_html.
  • \n
  • application/vnd.github.full+json: Returns raw, text, and HTML representations. Response will include body, body_text, and body_html.
  • \n
", "statusCodes": [ { "httpStatusCode": "200", @@ -371142,7 +371182,7 @@ }, { "name": "custom_property_name", - "description": "

The custom property name. The name is case sensitive.

", + "description": "

The custom property name

", "in": "path", "required": true, "schema": { @@ -371317,7 +371357,7 @@ }, { "name": "custom_property_name", - "description": "

The custom property name. The name is case sensitive.

", + "description": "

The custom property name

", "in": "path", "required": true, "schema": { @@ -371541,7 +371581,7 @@ }, { "name": "custom_property_name", - "description": "

The custom property name. The name is case sensitive.

", + "description": "

The custom property name

", "in": "path", "required": true, "schema": { @@ -386811,8 +386851,7 @@ "type": "object", "description": "An actor that can bypass rules in a ruleset", "required": [ - "actor_type", - "bypass_mode" + "actor_type" ], "properties": { "actor_id": { @@ -386820,7 +386859,7 @@ "integer", "null" ], - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -386829,17 +386868,19 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey" + "DeployKey", + "EnterpriseOwner" ], - "description": "The type of actor that can bypass a ruleset." + "description": "The type of actor that can bypass a ruleset" }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -386910,7 +386951,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -388059,30 +388100,31 @@ { "type": "integer or null", "name": "actor_id", - "description": "

The ID of the actor that can bypass a ruleset. If actor_type is OrganizationAdmin, this should be 1. If actor_type is DeployKey, this should be null. OrganizationAdmin is not applicable for personal repositories.

" + "description": "

The ID of the actor that can bypass a ruleset. If actor_type is OrganizationAdmin, this should be 1. If actor_type is DeployKey, this should be null. If actor_type is EnterpriseOwner, actor_id is ignored. OrganizationAdmin and EnterpriseOwner are not applicable for personal repositories.

" }, { "type": "string", "name": "actor_type", - "description": "

The type of actor that can bypass a ruleset.

", + "description": "

The type of actor that can bypass a ruleset

", "isRequired": true, "enum": [ "Integration", "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey" + "DeployKey", + "EnterpriseOwner" ] }, { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", - "isRequired": true, + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -388090,7 +388132,7 @@ "type": "object", "name": "conditions", "in": "body", - "description": "

Conditions for an organization ruleset. The conditions object should contain both repository_name and ref_name properties or both repository_id and ref_name properties.

", + "description": "

Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both repository_name and ref_name properties, or both repository_id and ref_name properties, or both repository_property and ref_name properties.\nThe push rulesets conditions object does not require the ref_name property.

", "childParamsGroups": [ { "type": "object", @@ -389338,8 +389380,7 @@ "type": "object", "description": "An actor that can bypass rules in a ruleset", "required": [ - "actor_type", - "bypass_mode" + "actor_type" ], "properties": { "actor_id": { @@ -389347,7 +389388,7 @@ "integer", "null" ], - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -389356,17 +389397,19 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey" + "DeployKey", + "EnterpriseOwner" ], - "description": "The type of actor that can bypass a ruleset." + "description": "The type of actor that can bypass a ruleset" }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -389437,7 +389480,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -390692,8 +390735,7 @@ "type": "object", "description": "An actor that can bypass rules in a ruleset", "required": [ - "actor_type", - "bypass_mode" + "actor_type" ], "properties": { "actor_id": { @@ -390701,7 +390743,7 @@ "integer", "null" ], - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -390710,17 +390752,19 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey" + "DeployKey", + "EnterpriseOwner" ], - "description": "The type of actor that can bypass a ruleset." + "description": "The type of actor that can bypass a ruleset" }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -390791,7 +390835,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -391945,30 +391989,31 @@ { "type": "integer or null", "name": "actor_id", - "description": "

The ID of the actor that can bypass a ruleset. If actor_type is OrganizationAdmin, this should be 1. If actor_type is DeployKey, this should be null. OrganizationAdmin is not applicable for personal repositories.

" + "description": "

The ID of the actor that can bypass a ruleset. If actor_type is OrganizationAdmin, this should be 1. If actor_type is DeployKey, this should be null. If actor_type is EnterpriseOwner, actor_id is ignored. OrganizationAdmin and EnterpriseOwner are not applicable for personal repositories.

" }, { "type": "string", "name": "actor_type", - "description": "

The type of actor that can bypass a ruleset.

", + "description": "

The type of actor that can bypass a ruleset

", "isRequired": true, "enum": [ "Integration", "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey" + "DeployKey", + "EnterpriseOwner" ] }, { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", - "isRequired": true, + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -391976,7 +392021,7 @@ "type": "object", "name": "conditions", "in": "body", - "description": "

Conditions for an organization ruleset. The conditions object should contain both repository_name and ref_name properties or both repository_id and ref_name properties.

", + "description": "

Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both repository_name and ref_name properties, or both repository_id and ref_name properties, or both repository_property and ref_name properties.\nThe push rulesets conditions object does not require the ref_name property.

", "childParamsGroups": [ { "type": "object", @@ -393225,8 +393270,7 @@ "type": "object", "description": "An actor that can bypass rules in a ruleset", "required": [ - "actor_type", - "bypass_mode" + "actor_type" ], "properties": { "actor_id": { @@ -393234,7 +393278,7 @@ "integer", "null" ], - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -393243,17 +393287,19 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey" + "DeployKey", + "EnterpriseOwner" ], - "description": "The type of actor that can bypass a ruleset." + "description": "The type of actor that can bypass a ruleset" }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -393324,7 +393370,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -515627,8 +515673,7 @@ "type": "object", "description": "An actor that can bypass rules in a ruleset", "required": [ - "actor_type", - "bypass_mode" + "actor_type" ], "properties": { "actor_id": { @@ -515636,7 +515681,7 @@ "integer", "null" ], - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -515645,17 +515690,19 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey" + "DeployKey", + "EnterpriseOwner" ], - "description": "The type of actor that can bypass a ruleset." + "description": "The type of actor that can bypass a ruleset" }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -515726,7 +515773,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -516884,30 +516931,31 @@ { "type": "integer or null", "name": "actor_id", - "description": "

The ID of the actor that can bypass a ruleset. If actor_type is OrganizationAdmin, this should be 1. If actor_type is DeployKey, this should be null. OrganizationAdmin is not applicable for personal repositories.

" + "description": "

The ID of the actor that can bypass a ruleset. If actor_type is OrganizationAdmin, this should be 1. If actor_type is DeployKey, this should be null. If actor_type is EnterpriseOwner, actor_id is ignored. OrganizationAdmin and EnterpriseOwner are not applicable for personal repositories.

" }, { "type": "string", "name": "actor_type", - "description": "

The type of actor that can bypass a ruleset.

", + "description": "

The type of actor that can bypass a ruleset

", "isRequired": true, "enum": [ "Integration", "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey" + "DeployKey", + "EnterpriseOwner" ] }, { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", - "isRequired": true, + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -517979,8 +518027,7 @@ "type": "object", "description": "An actor that can bypass rules in a ruleset", "required": [ - "actor_type", - "bypass_mode" + "actor_type" ], "properties": { "actor_id": { @@ -517988,7 +518035,7 @@ "integer", "null" ], - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -517997,17 +518044,19 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey" + "DeployKey", + "EnterpriseOwner" ], - "description": "The type of actor that can bypass a ruleset." + "description": "The type of actor that can bypass a ruleset" }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -518078,7 +518127,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -519344,8 +519393,7 @@ "type": "object", "description": "An actor that can bypass rules in a ruleset", "required": [ - "actor_type", - "bypass_mode" + "actor_type" ], "properties": { "actor_id": { @@ -519353,7 +519401,7 @@ "integer", "null" ], - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -519362,17 +519410,19 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey" + "DeployKey", + "EnterpriseOwner" ], - "description": "The type of actor that can bypass a ruleset." + "description": "The type of actor that can bypass a ruleset" }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -519443,7 +519493,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -520606,30 +520656,31 @@ { "type": "integer or null", "name": "actor_id", - "description": "

The ID of the actor that can bypass a ruleset. If actor_type is OrganizationAdmin, this should be 1. If actor_type is DeployKey, this should be null. OrganizationAdmin is not applicable for personal repositories.

" + "description": "

The ID of the actor that can bypass a ruleset. If actor_type is OrganizationAdmin, this should be 1. If actor_type is DeployKey, this should be null. If actor_type is EnterpriseOwner, actor_id is ignored. OrganizationAdmin and EnterpriseOwner are not applicable for personal repositories.

" }, { "type": "string", "name": "actor_type", - "description": "

The type of actor that can bypass a ruleset.

", + "description": "

The type of actor that can bypass a ruleset

", "isRequired": true, "enum": [ "Integration", "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey" + "DeployKey", + "EnterpriseOwner" ] }, { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", - "isRequired": true, + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -521702,8 +521753,7 @@ "type": "object", "description": "An actor that can bypass rules in a ruleset", "required": [ - "actor_type", - "bypass_mode" + "actor_type" ], "properties": { "actor_id": { @@ -521711,7 +521761,7 @@ "integer", "null" ], - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -521720,17 +521770,19 @@ "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey" + "DeployKey", + "EnterpriseOwner" ], - "description": "The type of actor that can bypass a ruleset." + "description": "The type of actor that can bypass a ruleset" }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -521801,7 +521853,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", diff --git a/src/rest/data/ghes-3.10-2022-11-28/schema.json b/src/rest/data/ghes-3.10-2022-11-28/schema.json index 088fd3d572..555d3a3198 100644 --- a/src/rest/data/ghes-3.10-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.10-2022-11-28/schema.json @@ -244204,7 +244204,7 @@ } ], "previews": [], - "descriptionHTML": "

Issue owners and users with push access can edit an issue.

\n

This endpoint supports the following custom media types. For more information, see \"Media types.\"

\n
    \n
  • application/vnd.github.raw+json: Returns the raw markdown body. Response will include body. This is the default if you do not pass any specific media type.
  • \n
  • application/vnd.github.text+json: Returns a text only representation of the markdown body. Response will include body_text.
  • \n
  • application/vnd.github.html+json: Returns HTML rendered from the body's markdown. Response will include body_html.
  • \n
  • application/vnd.github.full+json: Returns raw, text, and HTML representations. Response will include body, body_text, and body_html.
  • \n
", + "descriptionHTML": "

Issue owners and users with push access or Triage role can edit an issue.

\n

This endpoint supports the following custom media types. For more information, see \"Media types.\"

\n
    \n
  • application/vnd.github.raw+json: Returns the raw markdown body. Response will include body. This is the default if you do not pass any specific media type.
  • \n
  • application/vnd.github.text+json: Returns a text only representation of the markdown body. Response will include body_text.
  • \n
  • application/vnd.github.html+json: Returns HTML rendered from the body's markdown. Response will include body_html.
  • \n
  • application/vnd.github.full+json: Returns raw, text, and HTML representations. Response will include body, body_text, and body_html.
  • \n
", "statusCodes": [ { "httpStatusCode": "200", diff --git a/src/rest/data/ghes-3.11-2022-11-28/schema.json b/src/rest/data/ghes-3.11-2022-11-28/schema.json index 7f2764047d..01a846be3d 100644 --- a/src/rest/data/ghes-3.11-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.11-2022-11-28/schema.json @@ -244448,7 +244448,7 @@ } ], "previews": [], - "descriptionHTML": "

Issue owners and users with push access can edit an issue.

\n

This endpoint supports the following custom media types. For more information, see \"Media types.\"

\n
    \n
  • application/vnd.github.raw+json: Returns the raw markdown body. Response will include body. This is the default if you do not pass any specific media type.
  • \n
  • application/vnd.github.text+json: Returns a text only representation of the markdown body. Response will include body_text.
  • \n
  • application/vnd.github.html+json: Returns HTML rendered from the body's markdown. Response will include body_html.
  • \n
  • application/vnd.github.full+json: Returns raw, text, and HTML representations. Response will include body, body_text, and body_html.
  • \n
", + "descriptionHTML": "

Issue owners and users with push access or Triage role can edit an issue.

\n

This endpoint supports the following custom media types. For more information, see \"Media types.\"

\n
    \n
  • application/vnd.github.raw+json: Returns the raw markdown body. Response will include body. This is the default if you do not pass any specific media type.
  • \n
  • application/vnd.github.text+json: Returns a text only representation of the markdown body. Response will include body_text.
  • \n
  • application/vnd.github.html+json: Returns HTML rendered from the body's markdown. Response will include body_html.
  • \n
  • application/vnd.github.full+json: Returns raw, text, and HTML representations. Response will include body, body_text, and body_html.
  • \n
", "statusCodes": [ { "httpStatusCode": "200", @@ -328898,11 +328898,12 @@ }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -328973,7 +328974,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -329759,12 +329760,13 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "isRequired": true, "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -329772,7 +329774,7 @@ "type": "object", "name": "conditions", "in": "body", - "description": "

Conditions for an organization ruleset. The conditions object should contain both repository_name and ref_name properties or both repository_id and ref_name properties.

", + "description": "

Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both repository_name and ref_name properties, or both repository_id and ref_name properties, or both repository_property and ref_name properties.\nThe push rulesets conditions object does not require the ref_name property.

", "childParamsGroups": [ { "type": "object", @@ -330679,11 +330681,12 @@ }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -330754,7 +330757,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -331649,11 +331652,12 @@ }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -331724,7 +331728,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -332515,12 +332519,13 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "isRequired": true, "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -332528,7 +332533,7 @@ "type": "object", "name": "conditions", "in": "body", - "description": "

Conditions for an organization ruleset. The conditions object should contain both repository_name and ref_name properties or both repository_id and ref_name properties.

", + "description": "

Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both repository_name and ref_name properties, or both repository_id and ref_name properties, or both repository_property and ref_name properties.\nThe push rulesets conditions object does not require the ref_name property.

", "childParamsGroups": [ { "type": "object", @@ -333436,11 +333441,12 @@ }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -333511,7 +333517,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -452630,11 +452636,12 @@ }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -452705,7 +452712,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -453500,12 +453507,13 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "isRequired": true, "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -454327,11 +454335,12 @@ }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -454402,7 +454411,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -455308,11 +455317,12 @@ }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -455383,7 +455393,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -456183,12 +456193,13 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "isRequired": true, "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -457011,11 +457022,12 @@ }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -457086,7 +457098,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", diff --git a/src/rest/data/ghes-3.12-2022-11-28/schema.json b/src/rest/data/ghes-3.12-2022-11-28/schema.json index 19301fe332..823ae14ac4 100644 --- a/src/rest/data/ghes-3.12-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.12-2022-11-28/schema.json @@ -246685,7 +246685,7 @@ } ], "previews": [], - "descriptionHTML": "

Issue owners and users with push access can edit an issue.

\n

This endpoint supports the following custom media types. For more information, see \"Media types.\"

\n
    \n
  • application/vnd.github.raw+json: Returns the raw markdown body. Response will include body. This is the default if you do not pass any specific media type.
  • \n
  • application/vnd.github.text+json: Returns a text only representation of the markdown body. Response will include body_text.
  • \n
  • application/vnd.github.html+json: Returns HTML rendered from the body's markdown. Response will include body_html.
  • \n
  • application/vnd.github.full+json: Returns raw, text, and HTML representations. Response will include body, body_text, and body_html.
  • \n
", + "descriptionHTML": "

Issue owners and users with push access or Triage role can edit an issue.

\n

This endpoint supports the following custom media types. For more information, see \"Media types.\"

\n
    \n
  • application/vnd.github.raw+json: Returns the raw markdown body. Response will include body. This is the default if you do not pass any specific media type.
  • \n
  • application/vnd.github.text+json: Returns a text only representation of the markdown body. Response will include body_text.
  • \n
  • application/vnd.github.html+json: Returns HTML rendered from the body's markdown. Response will include body_html.
  • \n
  • application/vnd.github.full+json: Returns raw, text, and HTML representations. Response will include body, body_text, and body_html.
  • \n
", "statusCodes": [ { "httpStatusCode": "200", @@ -331769,11 +331769,12 @@ }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -331844,7 +331845,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -332630,12 +332631,13 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "isRequired": true, "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -332643,7 +332645,7 @@ "type": "object", "name": "conditions", "in": "body", - "description": "

Conditions for an organization ruleset. The conditions object should contain both repository_name and ref_name properties or both repository_id and ref_name properties.

", + "description": "

Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both repository_name and ref_name properties, or both repository_id and ref_name properties, or both repository_property and ref_name properties.\nThe push rulesets conditions object does not require the ref_name property.

", "childParamsGroups": [ { "type": "object", @@ -333550,11 +333552,12 @@ }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -333625,7 +333628,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -334520,11 +334523,12 @@ }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -334595,7 +334599,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -335386,12 +335390,13 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "isRequired": true, "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -335399,7 +335404,7 @@ "type": "object", "name": "conditions", "in": "body", - "description": "

Conditions for an organization ruleset. The conditions object should contain both repository_name and ref_name properties or both repository_id and ref_name properties.

", + "description": "

Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both repository_name and ref_name properties, or both repository_id and ref_name properties, or both repository_property and ref_name properties.\nThe push rulesets conditions object does not require the ref_name property.

", "childParamsGroups": [ { "type": "object", @@ -336307,11 +336312,12 @@ }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -336382,7 +336388,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -456024,11 +456030,12 @@ }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -456099,7 +456106,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -456894,12 +456901,13 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "isRequired": true, "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -457721,11 +457729,12 @@ }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -457796,7 +457805,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -458702,11 +458711,12 @@ }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -458777,7 +458787,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -459577,12 +459587,13 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "isRequired": true, "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -460405,11 +460416,12 @@ }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -460480,7 +460492,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", diff --git a/src/rest/data/ghes-3.13-2022-11-28/schema.json b/src/rest/data/ghes-3.13-2022-11-28/schema.json index 02da2efd81..12ec783d0f 100644 --- a/src/rest/data/ghes-3.13-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.13-2022-11-28/schema.json @@ -246885,7 +246885,7 @@ } ], "previews": [], - "descriptionHTML": "

Issue owners and users with push access can edit an issue.

\n

This endpoint supports the following custom media types. For more information, see \"Media types.\"

\n
    \n
  • application/vnd.github.raw+json: Returns the raw markdown body. Response will include body. This is the default if you do not pass any specific media type.
  • \n
  • application/vnd.github.text+json: Returns a text only representation of the markdown body. Response will include body_text.
  • \n
  • application/vnd.github.html+json: Returns HTML rendered from the body's markdown. Response will include body_html.
  • \n
  • application/vnd.github.full+json: Returns raw, text, and HTML representations. Response will include body, body_text, and body_html.
  • \n
", + "descriptionHTML": "

Issue owners and users with push access or Triage role can edit an issue.

\n

This endpoint supports the following custom media types. For more information, see \"Media types.\"

\n
    \n
  • application/vnd.github.raw+json: Returns the raw markdown body. Response will include body. This is the default if you do not pass any specific media type.
  • \n
  • application/vnd.github.text+json: Returns a text only representation of the markdown body. Response will include body_text.
  • \n
  • application/vnd.github.html+json: Returns HTML rendered from the body's markdown. Response will include body_html.
  • \n
  • application/vnd.github.full+json: Returns raw, text, and HTML representations. Response will include body, body_text, and body_html.
  • \n
", "statusCodes": [ { "httpStatusCode": "200", @@ -322903,7 +322903,7 @@ }, { "name": "custom_property_name", - "description": "

The custom property name. The name is case sensitive.

", + "description": "

The custom property name

", "in": "path", "required": true, "schema": { @@ -323078,7 +323078,7 @@ }, { "name": "custom_property_name", - "description": "

The custom property name. The name is case sensitive.

", + "description": "

The custom property name

", "in": "path", "required": true, "schema": { @@ -323302,7 +323302,7 @@ }, { "name": "custom_property_name", - "description": "

The custom property name. The name is case sensitive.

", + "description": "

The custom property name

", "in": "path", "required": true, "schema": { @@ -333277,11 +333277,12 @@ }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -333352,7 +333353,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -334255,12 +334256,13 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "isRequired": true, "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -334268,7 +334270,7 @@ "type": "object", "name": "conditions", "in": "body", - "description": "

Conditions for an organization ruleset. The conditions object should contain both repository_name and ref_name properties or both repository_id and ref_name properties.

", + "description": "

Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both repository_name and ref_name properties, or both repository_id and ref_name properties, or both repository_property and ref_name properties.\nThe push rulesets conditions object does not require the ref_name property.

", "childParamsGroups": [ { "type": "object", @@ -335267,11 +335269,12 @@ }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -335342,7 +335345,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -336354,11 +336357,12 @@ }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -336429,7 +336433,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -337337,12 +337341,13 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "isRequired": true, "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -337350,7 +337355,7 @@ "type": "object", "name": "conditions", "in": "body", - "description": "

Conditions for an organization ruleset. The conditions object should contain both repository_name and ref_name properties or both repository_id and ref_name properties.

", + "description": "

Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both repository_name and ref_name properties, or both repository_id and ref_name properties, or both repository_property and ref_name properties.\nThe push rulesets conditions object does not require the ref_name property.

", "childParamsGroups": [ { "type": "object", @@ -338350,11 +338355,12 @@ }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -338425,7 +338431,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -458637,11 +458643,12 @@ }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -458712,7 +458719,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -459624,12 +459631,13 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "isRequired": true, "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -460452,11 +460460,12 @@ }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -460527,7 +460536,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -461550,11 +461559,12 @@ }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -461625,7 +461635,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -462542,12 +462552,13 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "isRequired": true, "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -463371,11 +463382,12 @@ }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -463446,7 +463458,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", diff --git a/src/rest/data/ghes-3.14-2022-11-28/schema.json b/src/rest/data/ghes-3.14-2022-11-28/schema.json index 8585877f80..e9ad086fcb 100644 --- a/src/rest/data/ghes-3.14-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.14-2022-11-28/schema.json @@ -246885,7 +246885,7 @@ } ], "previews": [], - "descriptionHTML": "

Issue owners and users with push access can edit an issue.

\n

This endpoint supports the following custom media types. For more information, see \"Media types.\"

\n
    \n
  • application/vnd.github.raw+json: Returns the raw markdown body. Response will include body. This is the default if you do not pass any specific media type.
  • \n
  • application/vnd.github.text+json: Returns a text only representation of the markdown body. Response will include body_text.
  • \n
  • application/vnd.github.html+json: Returns HTML rendered from the body's markdown. Response will include body_html.
  • \n
  • application/vnd.github.full+json: Returns raw, text, and HTML representations. Response will include body, body_text, and body_html.
  • \n
", + "descriptionHTML": "

Issue owners and users with push access or Triage role can edit an issue.

\n

This endpoint supports the following custom media types. For more information, see \"Media types.\"

\n
    \n
  • application/vnd.github.raw+json: Returns the raw markdown body. Response will include body. This is the default if you do not pass any specific media type.
  • \n
  • application/vnd.github.text+json: Returns a text only representation of the markdown body. Response will include body_text.
  • \n
  • application/vnd.github.html+json: Returns HTML rendered from the body's markdown. Response will include body_html.
  • \n
  • application/vnd.github.full+json: Returns raw, text, and HTML representations. Response will include body, body_text, and body_html.
  • \n
", "statusCodes": [ { "httpStatusCode": "200", @@ -322915,7 +322915,7 @@ }, { "name": "custom_property_name", - "description": "

The custom property name. The name is case sensitive.

", + "description": "

The custom property name

", "in": "path", "required": true, "schema": { @@ -323090,7 +323090,7 @@ }, { "name": "custom_property_name", - "description": "

The custom property name. The name is case sensitive.

", + "description": "

The custom property name

", "in": "path", "required": true, "schema": { @@ -323314,7 +323314,7 @@ }, { "name": "custom_property_name", - "description": "

The custom property name. The name is case sensitive.

", + "description": "

The custom property name

", "in": "path", "required": true, "schema": { @@ -335832,8 +335832,7 @@ "type": "object", "description": "An actor that can bypass rules in a ruleset", "required": [ - "actor_type", - "bypass_mode" + "actor_type" ], "properties": { "actor_id": { @@ -335852,15 +335851,16 @@ "Team", "DeployKey" ], - "description": "The type of actor that can bypass a ruleset." + "description": "The type of actor that can bypass a ruleset" }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -335931,7 +335931,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -336886,7 +336886,7 @@ { "type": "string", "name": "actor_type", - "description": "

The type of actor that can bypass a ruleset.

", + "description": "

The type of actor that can bypass a ruleset

", "isRequired": true, "enum": [ "Integration", @@ -336899,12 +336899,12 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", - "isRequired": true, + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -336912,7 +336912,7 @@ "type": "object", "name": "conditions", "in": "body", - "description": "

Conditions for an organization ruleset. The conditions object should contain both repository_name and ref_name properties or both repository_id and ref_name properties.

", + "description": "

Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both repository_name and ref_name properties, or both repository_id and ref_name properties, or both repository_property and ref_name properties.\nThe push rulesets conditions object does not require the ref_name property.

", "childParamsGroups": [ { "type": "object", @@ -337955,8 +337955,7 @@ "type": "object", "description": "An actor that can bypass rules in a ruleset", "required": [ - "actor_type", - "bypass_mode" + "actor_type" ], "properties": { "actor_id": { @@ -337975,15 +337974,16 @@ "Team", "DeployKey" ], - "description": "The type of actor that can bypass a ruleset." + "description": "The type of actor that can bypass a ruleset" }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -338054,7 +338054,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -339110,8 +339110,7 @@ "type": "object", "description": "An actor that can bypass rules in a ruleset", "required": [ - "actor_type", - "bypass_mode" + "actor_type" ], "properties": { "actor_id": { @@ -339130,15 +339129,16 @@ "Team", "DeployKey" ], - "description": "The type of actor that can bypass a ruleset." + "description": "The type of actor that can bypass a ruleset" }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -339209,7 +339209,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -340169,7 +340169,7 @@ { "type": "string", "name": "actor_type", - "description": "

The type of actor that can bypass a ruleset.

", + "description": "

The type of actor that can bypass a ruleset

", "isRequired": true, "enum": [ "Integration", @@ -340182,12 +340182,12 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", - "isRequired": true, + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -340195,7 +340195,7 @@ "type": "object", "name": "conditions", "in": "body", - "description": "

Conditions for an organization ruleset. The conditions object should contain both repository_name and ref_name properties or both repository_id and ref_name properties.

", + "description": "

Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both repository_name and ref_name properties, or both repository_id and ref_name properties, or both repository_property and ref_name properties.\nThe push rulesets conditions object does not require the ref_name property.

", "childParamsGroups": [ { "type": "object", @@ -341239,8 +341239,7 @@ "type": "object", "description": "An actor that can bypass rules in a ruleset", "required": [ - "actor_type", - "bypass_mode" + "actor_type" ], "properties": { "actor_id": { @@ -341259,15 +341258,16 @@ "Team", "DeployKey" ], - "description": "The type of actor that can bypass a ruleset." + "description": "The type of actor that can bypass a ruleset" }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -341338,7 +341338,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -461681,8 +461681,7 @@ "type": "object", "description": "An actor that can bypass rules in a ruleset", "required": [ - "actor_type", - "bypass_mode" + "actor_type" ], "properties": { "actor_id": { @@ -461701,15 +461700,16 @@ "Team", "DeployKey" ], - "description": "The type of actor that can bypass a ruleset." + "description": "The type of actor that can bypass a ruleset" }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -461780,7 +461780,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -462744,7 +462744,7 @@ { "type": "string", "name": "actor_type", - "description": "

The type of actor that can bypass a ruleset.

", + "description": "

The type of actor that can bypass a ruleset

", "isRequired": true, "enum": [ "Integration", @@ -462757,12 +462757,12 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", - "isRequired": true, + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -463629,8 +463629,7 @@ "type": "object", "description": "An actor that can bypass rules in a ruleset", "required": [ - "actor_type", - "bypass_mode" + "actor_type" ], "properties": { "actor_id": { @@ -463649,15 +463648,16 @@ "Team", "DeployKey" ], - "description": "The type of actor that can bypass a ruleset." + "description": "The type of actor that can bypass a ruleset" }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -463728,7 +463728,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -464795,8 +464795,7 @@ "type": "object", "description": "An actor that can bypass rules in a ruleset", "required": [ - "actor_type", - "bypass_mode" + "actor_type" ], "properties": { "actor_id": { @@ -464815,15 +464814,16 @@ "Team", "DeployKey" ], - "description": "The type of actor that can bypass a ruleset." + "description": "The type of actor that can bypass a ruleset" }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -464894,7 +464894,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", @@ -465863,7 +465863,7 @@ { "type": "string", "name": "actor_type", - "description": "

The type of actor that can bypass a ruleset.

", + "description": "

The type of actor that can bypass a ruleset

", "isRequired": true, "enum": [ "Integration", @@ -465876,12 +465876,12 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", - "isRequired": true, + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -466749,8 +466749,7 @@ "type": "object", "description": "An actor that can bypass rules in a ruleset", "required": [ - "actor_type", - "bypass_mode" + "actor_type" ], "properties": { "actor_id": { @@ -466769,15 +466768,16 @@ "Team", "DeployKey" ], - "description": "The type of actor that can bypass a ruleset." + "description": "The type of actor that can bypass a ruleset" }, "bypass_mode": { "type": "string", - "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type.", + "description": "When the specified actor can bypass the ruleset. `pull_request` means that an actor can only bypass rules on pull requests. `pull_request` is not applicable for the `DeployKey` actor type. Also, `pull_request` is only applicable to branch rulesets.", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } } } @@ -466848,7 +466848,7 @@ { "title": "Organization ruleset conditions", "type": "object", - "description": "Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.", + "description": "Conditions for an organization ruleset.\nThe branch and tag rulesets conditions object should contain both `repository_name` and `ref_name` properties, or both `repository_id` and `ref_name` properties, or both `repository_property` and `ref_name` properties.\nThe push rulesets conditions object does not require the `ref_name` property.", "oneOf": [ { "type": "object", diff --git a/src/rest/lib/config.json b/src/rest/lib/config.json index 31007494df..fb897399da 100644 --- a/src/rest/lib/config.json +++ b/src/rest/lib/config.json @@ -47,5 +47,5 @@ ] } }, - "sha": "36b8f45a18c9d1a1155fcf06deb18954827af483" + "sha": "6b266a1120ab13e630a3606d1906a62b44d6db36" } \ No newline at end of file diff --git a/src/webhooks/data/fpt/schema.json b/src/webhooks/data/fpt/schema.json index 173c331384..194867a710 100644 --- a/src/webhooks/data/fpt/schema.json +++ b/src/webhooks/data/fpt/schema.json @@ -48,7 +48,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -109,7 +109,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -396,7 +396,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -681,7 +681,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -1137,7 +1137,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -2776,7 +2776,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -4413,7 +4413,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -6064,7 +6064,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -7701,7 +7701,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -8606,7 +8606,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -9507,7 +9507,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -10407,7 +10407,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -10814,7 +10814,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -11248,7 +11248,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -11582,7 +11582,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -12020,7 +12020,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -12335,7 +12335,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -12619,7 +12619,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -12653,7 +12653,7 @@ "type": "object", "name": "comment", "in": "body", - "description": "

The commit comment resource.

", + "description": "

The commit comment resource.

", "isRequired": true, "childParamsGroups": [ { @@ -12960,7 +12960,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -13051,7 +13051,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -13168,7 +13168,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -13234,7 +13234,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -13347,7 +13347,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -13409,7 +13409,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -13527,7 +13527,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -14156,7 +14156,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -14783,7 +14783,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -15410,7 +15410,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -16037,7 +16037,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -16664,7 +16664,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -17291,7 +17291,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -17918,7 +17918,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -18042,7 +18042,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -18164,7 +18164,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -18957,7 +18957,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -23749,7 +23749,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -24049,7 +24049,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -25691,7 +25691,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -27357,7 +27357,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -30254,7 +30254,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -32452,7 +32452,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -33160,7 +33160,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -33784,7 +33784,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -34408,7 +34408,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -35032,7 +35032,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -35690,7 +35690,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -36365,7 +36365,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -36989,7 +36989,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -37613,7 +37613,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -38237,7 +38237,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -40939,7 +40939,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -41821,7 +41821,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -42495,7 +42495,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -43119,7 +43119,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -43743,7 +43743,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -44642,7 +44642,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -45539,7 +45539,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -46459,7 +46459,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -47235,7 +47235,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -47270,7 +47270,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -47369,7 +47369,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -47590,7 +47590,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -47693,7 +47693,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -47796,7 +47796,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -47899,7 +47899,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -48002,7 +48002,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -48268,7 +48268,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -48537,7 +48537,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -48826,7 +48826,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -49945,7 +49945,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -51309,7 +51309,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -52695,7 +52695,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -54162,7 +54162,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -54846,7 +54846,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -56187,7 +56187,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -57711,7 +57711,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -59141,7 +59141,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -60536,7 +60536,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -61837,7 +61837,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -63360,7 +63360,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -66723,7 +66723,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -68064,7 +68064,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -69366,7 +69366,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -72730,7 +72730,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -74196,7 +74196,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -75591,7 +75591,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -76892,7 +76892,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -78233,7 +78233,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -78347,7 +78347,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -78458,7 +78458,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -78617,7 +78617,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -78972,7 +78972,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -79323,7 +79323,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -79674,7 +79674,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -80025,7 +80025,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -80376,7 +80376,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -80597,7 +80597,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -80819,7 +80819,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -81002,7 +81002,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -81896,7 +81896,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -82062,7 +82062,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -82214,7 +82214,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -82502,7 +82502,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -82786,7 +82786,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -83071,7 +83071,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -83404,7 +83404,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -83688,7 +83688,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -83872,7 +83872,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -84054,7 +84054,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -84269,7 +84269,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -84483,7 +84483,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -84738,7 +84738,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -85072,7 +85072,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -85305,7 +85305,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -86408,7 +86408,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -87269,7 +87269,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -87507,7 +87507,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -87850,7 +87850,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -88197,7 +88197,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -88544,7 +88544,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -88890,7 +88890,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -89070,7 +89070,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -89361,7 +89361,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -89620,7 +89620,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -89880,7 +89880,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -90162,7 +90162,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -90445,7 +90445,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -90712,7 +90712,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -90977,7 +90977,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -91242,7 +91242,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -91540,7 +91540,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -91804,7 +91804,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -91928,7 +91928,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -92049,7 +92049,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -92192,7 +92192,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -92313,7 +92313,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -92830,7 +92830,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -93343,7 +93343,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -93856,7 +93856,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -94446,7 +94446,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -94959,7 +94959,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -95222,7 +95222,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -95483,7 +95483,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -95718,7 +95718,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -95953,7 +95953,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -96194,7 +96194,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -96455,7 +96455,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -96716,7 +96716,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -96959,7 +96959,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -97200,7 +97200,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -97533,7 +97533,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -97583,7 +97583,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -100919,7 +100919,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -104137,7 +104137,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -107355,7 +107355,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -110668,7 +110668,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -113981,7 +113981,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -117422,7 +117422,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -120626,7 +120626,21 @@ "name": "reason", "in": "body", "description": "", - "isRequired": true + "isRequired": true, + "enum": [ + "UNKNOWN_REMOVAL_REASON", + "MANUAL", + "MERGE", + "MERGE_CONFLICT", + "CI_FAILURE", + "CI_TIMEOUT", + "ALREADY_MERGED", + "QUEUE_CLEARED", + "ROLL_BACK", + "BRANCH_PROTECTIONS", + "GIT_TREE_INVALID", + "INVALID_MERGE_COMMIT" + ] }, { "type": "object", @@ -120640,7 +120654,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -124023,7 +124037,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -127234,7 +127248,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -130498,7 +130512,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -133710,7 +133724,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -137151,7 +137165,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -140463,7 +140477,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -143776,7 +143790,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -147089,7 +147103,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -150429,7 +150443,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -153927,7 +153941,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -157308,7 +157322,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -160643,7 +160657,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -163905,7 +163919,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -167115,7 +167129,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -170559,7 +170573,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -174000,7 +174014,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -177464,7 +177478,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -180732,7 +180746,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -183903,7 +183917,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -187164,7 +187178,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -190108,7 +190122,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -193476,7 +193490,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -194280,7 +194294,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -195332,7 +195346,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -196126,7 +196140,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -196688,7 +196702,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -197248,7 +197262,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -197856,7 +197870,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -198222,7 +198236,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -198585,7 +198599,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -199144,7 +199158,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -199507,7 +199521,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -201058,7 +201072,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -202607,7 +202621,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -202669,7 +202683,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -202731,7 +202745,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -202793,7 +202807,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -202915,7 +202929,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -202977,7 +202991,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -203039,7 +203053,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -203132,7 +203146,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -203422,7 +203436,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -203484,7 +203498,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -203560,7 +203574,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -203610,7 +203624,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -203760,12 +203774,12 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", - "isRequired": true, + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -204716,7 +204730,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -204853,12 +204867,12 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", - "isRequired": true, + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -205809,7 +205823,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -205946,12 +205960,12 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", - "isRequired": true, + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -209772,7 +209786,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -210057,7 +210071,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -210347,7 +210361,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -210629,7 +210643,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -210912,7 +210926,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -211327,7 +211341,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -211740,7 +211754,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -212153,7 +212167,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -212566,7 +212580,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -213007,7 +213021,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -213293,7 +213307,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -213574,7 +213588,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -213855,7 +213869,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -214007,7 +214021,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -214068,7 +214082,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -214550,7 +214564,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -215054,7 +215068,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -215542,7 +215556,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -216107,7 +216121,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -216666,7 +216680,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -217151,7 +217165,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -217219,7 +217233,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -217818,7 +217832,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -222333,7 +222347,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -226811,7 +226825,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -231289,7 +231303,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -235767,7 +235781,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -235818,7 +235832,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -236054,7 +236068,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -236287,7 +236301,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -236521,7 +236535,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -236853,7 +236867,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -237087,7 +237101,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -237323,7 +237337,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -237389,7 +237403,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -237457,7 +237471,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -237969,7 +237983,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -238478,7 +238492,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -238981,7 +238995,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -239487,7 +239501,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -240972,7 +240986,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -242450,7 +242464,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, diff --git a/src/webhooks/data/ghec/schema.json b/src/webhooks/data/ghec/schema.json index 4f8b9eeb3d..b2edbe1aa1 100644 --- a/src/webhooks/data/ghec/schema.json +++ b/src/webhooks/data/ghec/schema.json @@ -48,7 +48,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -109,7 +109,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -396,7 +396,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -681,7 +681,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -1137,7 +1137,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -1350,7 +1350,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -1561,7 +1561,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -1772,7 +1772,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -2022,7 +2022,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -2272,7 +2272,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -2485,7 +2485,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -2696,7 +2696,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -2907,7 +2907,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -3157,7 +3157,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -3407,7 +3407,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -5062,7 +5062,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -6715,7 +6715,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -8382,7 +8382,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -10035,7 +10035,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -10940,7 +10940,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -11841,7 +11841,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -12741,7 +12741,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -13148,7 +13148,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -13582,7 +13582,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -13916,7 +13916,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -14354,7 +14354,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -14669,7 +14669,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -14953,7 +14953,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -14987,7 +14987,7 @@ "type": "object", "name": "comment", "in": "body", - "description": "

The commit comment resource.

", + "description": "

The commit comment resource.

", "isRequired": true, "childParamsGroups": [ { @@ -15294,7 +15294,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -15385,7 +15385,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -15502,7 +15502,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -15568,7 +15568,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -15681,7 +15681,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -15743,7 +15743,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -15861,7 +15861,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -16490,7 +16490,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -17117,7 +17117,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -17744,7 +17744,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -18371,7 +18371,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -18998,7 +18998,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -19625,7 +19625,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -20252,7 +20252,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -20376,7 +20376,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -20498,7 +20498,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -21291,7 +21291,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -26083,7 +26083,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -26383,7 +26383,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -28025,7 +28025,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -29691,7 +29691,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -32588,7 +32588,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -34786,7 +34786,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -35494,7 +35494,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -36118,7 +36118,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -36742,7 +36742,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -37366,7 +37366,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -38024,7 +38024,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -38699,7 +38699,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -39323,7 +39323,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -39947,7 +39947,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -40571,7 +40571,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -43273,7 +43273,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -44155,7 +44155,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -44829,7 +44829,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -45453,7 +45453,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -46077,7 +46077,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -46976,7 +46976,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -47873,7 +47873,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -48793,7 +48793,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -49569,7 +49569,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -49604,7 +49604,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -49703,7 +49703,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -49924,7 +49924,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -50027,7 +50027,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -50130,7 +50130,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -50233,7 +50233,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -50336,7 +50336,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -50602,7 +50602,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -50871,7 +50871,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -51160,7 +51160,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -52279,7 +52279,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -53643,7 +53643,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -55029,7 +55029,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -56496,7 +56496,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -57180,7 +57180,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -58521,7 +58521,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -60045,7 +60045,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -61475,7 +61475,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -62870,7 +62870,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -64171,7 +64171,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -65694,7 +65694,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -69057,7 +69057,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -70398,7 +70398,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -71700,7 +71700,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -75064,7 +75064,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -76530,7 +76530,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -77925,7 +77925,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -79226,7 +79226,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -80567,7 +80567,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -80681,7 +80681,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -80792,7 +80792,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -80951,7 +80951,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -81306,7 +81306,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -81657,7 +81657,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -82008,7 +82008,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -82359,7 +82359,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -82710,7 +82710,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -82931,7 +82931,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -83153,7 +83153,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -83336,7 +83336,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -84230,7 +84230,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -84396,7 +84396,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -84548,7 +84548,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -84836,7 +84836,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -85120,7 +85120,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -85405,7 +85405,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -85738,7 +85738,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -86022,7 +86022,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -86206,7 +86206,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -86388,7 +86388,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -86603,7 +86603,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -86817,7 +86817,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -87072,7 +87072,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -87406,7 +87406,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -87639,7 +87639,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -88742,7 +88742,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -89603,7 +89603,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -89841,7 +89841,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -90184,7 +90184,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -90531,7 +90531,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -90878,7 +90878,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -91224,7 +91224,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -91404,7 +91404,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -91695,7 +91695,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -91954,7 +91954,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -92214,7 +92214,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -92496,7 +92496,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -92779,7 +92779,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -93046,7 +93046,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -93311,7 +93311,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -93576,7 +93576,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -93874,7 +93874,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -94138,7 +94138,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -94262,7 +94262,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -94383,7 +94383,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -94526,7 +94526,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -94647,7 +94647,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -95164,7 +95164,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -95677,7 +95677,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -96190,7 +96190,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -96780,7 +96780,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -97293,7 +97293,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -97556,7 +97556,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -97817,7 +97817,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -98052,7 +98052,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -98287,7 +98287,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -98528,7 +98528,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -98789,7 +98789,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -99050,7 +99050,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -99293,7 +99293,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -99534,7 +99534,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -99867,7 +99867,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -99917,7 +99917,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -103253,7 +103253,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -106471,7 +106471,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -109689,7 +109689,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -113002,7 +113002,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -116315,7 +116315,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -119756,7 +119756,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -122960,7 +122960,21 @@ "name": "reason", "in": "body", "description": "", - "isRequired": true + "isRequired": true, + "enum": [ + "UNKNOWN_REMOVAL_REASON", + "MANUAL", + "MERGE", + "MERGE_CONFLICT", + "CI_FAILURE", + "CI_TIMEOUT", + "ALREADY_MERGED", + "QUEUE_CLEARED", + "ROLL_BACK", + "BRANCH_PROTECTIONS", + "GIT_TREE_INVALID", + "INVALID_MERGE_COMMIT" + ] }, { "type": "object", @@ -122974,7 +122988,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -126357,7 +126371,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -129568,7 +129582,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -132832,7 +132846,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -136044,7 +136058,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -139485,7 +139499,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -142797,7 +142811,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -146110,7 +146124,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -149423,7 +149437,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -152763,7 +152777,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -156261,7 +156275,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -159642,7 +159656,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -162977,7 +162991,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -166239,7 +166253,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -169449,7 +169463,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -172893,7 +172907,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -176334,7 +176348,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -179798,7 +179812,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -183066,7 +183080,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -186237,7 +186251,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -189498,7 +189512,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -192442,7 +192456,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -195810,7 +195824,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -196614,7 +196628,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -197666,7 +197680,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -198460,7 +198474,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -199022,7 +199036,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -199582,7 +199596,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -200190,7 +200204,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -200556,7 +200570,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -200919,7 +200933,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -201478,7 +201492,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -201841,7 +201855,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -203392,7 +203406,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -204941,7 +204955,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -205003,7 +205017,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -205065,7 +205079,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -205127,7 +205141,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -205249,7 +205263,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -205311,7 +205325,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -205373,7 +205387,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -205466,7 +205480,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -205756,7 +205770,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -205818,7 +205832,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -205894,7 +205908,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -205944,7 +205958,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -206076,30 +206090,31 @@ { "type": "integer or null", "name": "actor_id", - "description": "

The ID of the actor that can bypass a ruleset. If actor_type is OrganizationAdmin, this should be 1. If actor_type is DeployKey, this should be null. OrganizationAdmin is not applicable for personal repositories.

" + "description": "

The ID of the actor that can bypass a ruleset. If actor_type is OrganizationAdmin, this should be 1. If actor_type is DeployKey, this should be null. If actor_type is EnterpriseOwner, actor_id is ignored. OrganizationAdmin and EnterpriseOwner are not applicable for personal repositories.

" }, { "type": "string", "name": "actor_type", - "description": "

The type of actor that can bypass a ruleset.

", + "description": "

The type of actor that can bypass a ruleset

", "isRequired": true, "enum": [ "Integration", "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey" + "DeployKey", + "EnterpriseOwner" ] }, { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", - "isRequired": true, + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -207050,7 +207065,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -207169,30 +207184,31 @@ { "type": "integer or null", "name": "actor_id", - "description": "

The ID of the actor that can bypass a ruleset. If actor_type is OrganizationAdmin, this should be 1. If actor_type is DeployKey, this should be null. OrganizationAdmin is not applicable for personal repositories.

" + "description": "

The ID of the actor that can bypass a ruleset. If actor_type is OrganizationAdmin, this should be 1. If actor_type is DeployKey, this should be null. If actor_type is EnterpriseOwner, actor_id is ignored. OrganizationAdmin and EnterpriseOwner are not applicable for personal repositories.

" }, { "type": "string", "name": "actor_type", - "description": "

The type of actor that can bypass a ruleset.

", + "description": "

The type of actor that can bypass a ruleset

", "isRequired": true, "enum": [ "Integration", "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey" + "DeployKey", + "EnterpriseOwner" ] }, { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", - "isRequired": true, + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -208143,7 +208159,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -208262,30 +208278,31 @@ { "type": "integer or null", "name": "actor_id", - "description": "

The ID of the actor that can bypass a ruleset. If actor_type is OrganizationAdmin, this should be 1. If actor_type is DeployKey, this should be null. OrganizationAdmin is not applicable for personal repositories.

" + "description": "

The ID of the actor that can bypass a ruleset. If actor_type is OrganizationAdmin, this should be 1. If actor_type is DeployKey, this should be null. If actor_type is EnterpriseOwner, actor_id is ignored. OrganizationAdmin and EnterpriseOwner are not applicable for personal repositories.

" }, { "type": "string", "name": "actor_type", - "description": "

The type of actor that can bypass a ruleset.

", + "description": "

The type of actor that can bypass a ruleset

", "isRequired": true, "enum": [ "Integration", "OrganizationAdmin", "RepositoryRole", "Team", - "DeployKey" + "DeployKey", + "EnterpriseOwner" ] }, { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", - "isRequired": true, + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -212106,7 +212123,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -212391,7 +212408,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -212681,7 +212698,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -212963,7 +212980,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -213246,7 +213263,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -213661,7 +213678,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -214074,7 +214091,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -214487,7 +214504,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -214900,7 +214917,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -215341,7 +215358,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -215627,7 +215644,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -215908,7 +215925,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -216189,7 +216206,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -216357,7 +216374,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -216418,7 +216435,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -216900,7 +216917,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -217404,7 +217421,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -217892,7 +217909,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -218457,7 +218474,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -219016,7 +219033,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -219501,7 +219518,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -219569,7 +219586,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -220168,7 +220185,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -224683,7 +224700,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -229161,7 +229178,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -233639,7 +233656,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -238117,7 +238134,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -238168,7 +238185,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -238404,7 +238421,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -238637,7 +238654,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -238871,7 +238888,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -239203,7 +239220,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -239437,7 +239454,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -239673,7 +239690,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -239739,7 +239756,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -239807,7 +239824,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -240319,7 +240336,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -240828,7 +240845,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -241331,7 +241348,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -241837,7 +241854,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -243322,7 +243339,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -244800,7 +244817,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, diff --git a/src/webhooks/data/ghes-3.10/schema.json b/src/webhooks/data/ghes-3.10/schema.json index bcd589579a..af2e517063 100644 --- a/src/webhooks/data/ghes-3.10/schema.json +++ b/src/webhooks/data/ghes-3.10/schema.json @@ -256,7 +256,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -525,7 +525,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -934,7 +934,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -1013,7 +1013,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -2630,7 +2630,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -4246,7 +4246,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -5876,7 +5876,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -7492,7 +7492,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -8397,7 +8397,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -9298,7 +9298,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -10198,7 +10198,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -10605,7 +10605,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -11039,7 +11039,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -11373,7 +11373,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -11811,7 +11811,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -12126,7 +12126,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -12410,7 +12410,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -12444,7 +12444,7 @@ "type": "object", "name": "comment", "in": "body", - "description": "

The commit comment resource.

", + "description": "

The commit comment resource.

", "isRequired": true, "childParamsGroups": [ { @@ -12751,7 +12751,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -12842,7 +12842,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -12919,7 +12919,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -13548,7 +13548,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -14175,7 +14175,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -14802,7 +14802,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -15429,7 +15429,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -16056,7 +16056,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -16180,7 +16180,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -16302,7 +16302,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -17095,7 +17095,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -21887,7 +21887,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -22187,7 +22187,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -23829,7 +23829,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -25495,7 +25495,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -28392,7 +28392,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -30590,7 +30590,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -31298,7 +31298,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -31922,7 +31922,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -32546,7 +32546,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -33170,7 +33170,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -33828,7 +33828,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -34503,7 +34503,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -35127,7 +35127,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -35751,7 +35751,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -36375,7 +36375,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -39072,7 +39072,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -39954,7 +39954,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -40628,7 +40628,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -41252,7 +41252,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -41876,7 +41876,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -42775,7 +42775,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -43672,7 +43672,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -44592,7 +44592,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -44626,7 +44626,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -44655,7 +44655,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -45428,7 +45428,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -45463,7 +45463,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -45562,7 +45562,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -45783,7 +45783,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -45886,7 +45886,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -45989,7 +45989,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -46092,7 +46092,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -46195,7 +46195,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -46461,7 +46461,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -46730,7 +46730,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -47014,7 +47014,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -48133,7 +48133,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -49492,7 +49492,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -50873,7 +50873,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -52340,7 +52340,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -53024,7 +53024,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -54365,7 +54365,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -55889,7 +55889,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -57319,7 +57319,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -58714,7 +58714,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -60015,7 +60015,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -61538,7 +61538,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -64896,7 +64896,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -66237,7 +66237,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -67539,7 +67539,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -70898,7 +70898,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -72364,7 +72364,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -73759,7 +73759,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -75060,7 +75060,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -76401,7 +76401,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -76515,7 +76515,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -76626,7 +76626,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -76785,7 +76785,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -76995,7 +76995,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -77217,7 +77217,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -77400,7 +77400,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -78289,7 +78289,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -78577,7 +78577,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -78861,7 +78861,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -79146,7 +79146,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -79479,7 +79479,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -79763,7 +79763,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -79978,7 +79978,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -80192,7 +80192,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -80447,7 +80447,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -80781,7 +80781,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -81014,7 +81014,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -82117,7 +82117,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -82978,7 +82978,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -83216,7 +83216,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -83559,7 +83559,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -83906,7 +83906,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -84253,7 +84253,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -84599,7 +84599,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -84779,7 +84779,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -85070,7 +85070,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -85329,7 +85329,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -85589,7 +85589,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -85871,7 +85871,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -86154,7 +86154,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -86421,7 +86421,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -86686,7 +86686,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -86951,7 +86951,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -87249,7 +87249,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -87513,7 +87513,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -87637,7 +87637,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -87758,7 +87758,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -87901,7 +87901,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -88022,7 +88022,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -88539,7 +88539,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -89052,7 +89052,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -89565,7 +89565,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -90155,7 +90155,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -90668,7 +90668,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -90931,7 +90931,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -91192,7 +91192,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -91427,7 +91427,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -91662,7 +91662,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -91903,7 +91903,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -92164,7 +92164,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -92425,7 +92425,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -92475,7 +92475,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -95811,7 +95811,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -99029,7 +99029,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -102247,7 +102247,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -105560,7 +105560,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -108873,7 +108873,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -112314,7 +112314,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -115696,7 +115696,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -118959,7 +118959,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -122171,7 +122171,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -125612,7 +125612,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -128924,7 +128924,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -132237,7 +132237,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -135550,7 +135550,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -138890,7 +138890,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -142388,7 +142388,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -145769,7 +145769,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -149104,7 +149104,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -152366,7 +152366,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -155576,7 +155576,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -159020,7 +159020,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -162461,7 +162461,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -165925,7 +165925,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -169193,7 +169193,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -172364,7 +172364,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -175625,7 +175625,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -178569,7 +178569,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -181937,7 +181937,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -182741,7 +182741,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -183793,7 +183793,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -184587,7 +184587,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -185149,7 +185149,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -185709,7 +185709,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -186317,7 +186317,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -186683,7 +186683,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -187046,7 +187046,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -187605,7 +187605,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -187968,7 +187968,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -188029,7 +188029,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -188089,7 +188089,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -188150,7 +188150,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -188212,7 +188212,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -188274,7 +188274,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -188396,7 +188396,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -188458,7 +188458,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -188520,7 +188520,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -188613,7 +188613,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -188903,7 +188903,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -188965,7 +188965,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -189041,7 +189041,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -189324,7 +189324,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -189614,7 +189614,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -189896,7 +189896,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -190179,7 +190179,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -190589,7 +190589,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -190997,7 +190997,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -191405,7 +191405,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -191842,7 +191842,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -192128,7 +192128,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -192409,7 +192409,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -192690,7 +192690,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -192826,7 +192826,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -192887,7 +192887,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -193369,7 +193369,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -193873,7 +193873,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -194361,7 +194361,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -194926,7 +194926,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -195485,7 +195485,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -195970,7 +195970,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -196038,7 +196038,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -196637,7 +196637,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -196723,7 +196723,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -196959,7 +196959,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -197192,7 +197192,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -197426,7 +197426,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -197758,7 +197758,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -197992,7 +197992,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -198227,7 +198227,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -198404,7 +198404,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -198584,7 +198584,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -198650,7 +198650,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -198718,7 +198718,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -199230,7 +199230,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -199739,7 +199739,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -200242,7 +200242,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -200748,7 +200748,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -202233,7 +202233,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -203711,7 +203711,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, diff --git a/src/webhooks/data/ghes-3.11/schema.json b/src/webhooks/data/ghes-3.11/schema.json index 47718e3c61..c66df44166 100644 --- a/src/webhooks/data/ghes-3.11/schema.json +++ b/src/webhooks/data/ghes-3.11/schema.json @@ -48,7 +48,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -109,7 +109,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -380,7 +380,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -649,7 +649,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -1058,7 +1058,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -1137,7 +1137,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -2754,7 +2754,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -4370,7 +4370,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -6000,7 +6000,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -7616,7 +7616,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -8521,7 +8521,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -9422,7 +9422,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -10322,7 +10322,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -10729,7 +10729,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -11163,7 +11163,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -11497,7 +11497,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -11935,7 +11935,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -12250,7 +12250,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -12534,7 +12534,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -12568,7 +12568,7 @@ "type": "object", "name": "comment", "in": "body", - "description": "

The commit comment resource.

", + "description": "

The commit comment resource.

", "isRequired": true, "childParamsGroups": [ { @@ -12875,7 +12875,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -12966,7 +12966,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -13043,7 +13043,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -13672,7 +13672,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -14299,7 +14299,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -14926,7 +14926,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -15553,7 +15553,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -16180,7 +16180,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -16304,7 +16304,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -16426,7 +16426,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -17219,7 +17219,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -22011,7 +22011,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -22311,7 +22311,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -23953,7 +23953,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -25619,7 +25619,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -28516,7 +28516,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -30714,7 +30714,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -31422,7 +31422,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -32046,7 +32046,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -32670,7 +32670,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -33294,7 +33294,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -33952,7 +33952,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -34627,7 +34627,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -35251,7 +35251,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -35875,7 +35875,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -36499,7 +36499,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -39196,7 +39196,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -40078,7 +40078,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -40752,7 +40752,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -41376,7 +41376,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -42000,7 +42000,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -42899,7 +42899,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -43796,7 +43796,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -44716,7 +44716,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -44750,7 +44750,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -44779,7 +44779,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -45552,7 +45552,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -45587,7 +45587,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -45686,7 +45686,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -45907,7 +45907,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -46010,7 +46010,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -46113,7 +46113,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -46216,7 +46216,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -46319,7 +46319,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -46585,7 +46585,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -46854,7 +46854,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -47143,7 +47143,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -48262,7 +48262,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -49621,7 +49621,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -51002,7 +51002,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -52469,7 +52469,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -53153,7 +53153,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -54494,7 +54494,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -56018,7 +56018,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -57448,7 +57448,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -58843,7 +58843,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -60144,7 +60144,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -61667,7 +61667,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -65025,7 +65025,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -66366,7 +66366,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -67668,7 +67668,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -71027,7 +71027,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -72493,7 +72493,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -73888,7 +73888,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -75189,7 +75189,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -76530,7 +76530,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -76644,7 +76644,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -76755,7 +76755,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -76914,7 +76914,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -77124,7 +77124,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -77346,7 +77346,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -77529,7 +77529,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -78418,7 +78418,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -78706,7 +78706,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -78990,7 +78990,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -79275,7 +79275,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -79608,7 +79608,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -79892,7 +79892,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -80107,7 +80107,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -80321,7 +80321,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -80576,7 +80576,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -80910,7 +80910,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -81143,7 +81143,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -82246,7 +82246,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -83107,7 +83107,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -83345,7 +83345,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -83688,7 +83688,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -84035,7 +84035,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -84382,7 +84382,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -84728,7 +84728,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -84908,7 +84908,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -85199,7 +85199,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -85458,7 +85458,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -85718,7 +85718,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -86000,7 +86000,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -86283,7 +86283,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -86550,7 +86550,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -86815,7 +86815,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -87080,7 +87080,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -87378,7 +87378,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -87642,7 +87642,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -87766,7 +87766,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -87887,7 +87887,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -88030,7 +88030,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -88151,7 +88151,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -88668,7 +88668,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -89181,7 +89181,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -89694,7 +89694,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -90284,7 +90284,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -90797,7 +90797,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -91060,7 +91060,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -91321,7 +91321,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -91556,7 +91556,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -91791,7 +91791,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -92032,7 +92032,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -92293,7 +92293,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -92554,7 +92554,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -92604,7 +92604,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -95940,7 +95940,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -99158,7 +99158,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -102376,7 +102376,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -105689,7 +105689,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -109002,7 +109002,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -112443,7 +112443,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -115825,7 +115825,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -119088,7 +119088,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -122300,7 +122300,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -125741,7 +125741,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -129053,7 +129053,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -132366,7 +132366,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -135679,7 +135679,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -139019,7 +139019,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -142517,7 +142517,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -145898,7 +145898,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -149233,7 +149233,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -152495,7 +152495,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -155705,7 +155705,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -159149,7 +159149,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -162590,7 +162590,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -166054,7 +166054,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -169322,7 +169322,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -172493,7 +172493,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -175754,7 +175754,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -178698,7 +178698,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -182066,7 +182066,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -182870,7 +182870,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -183922,7 +183922,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -184716,7 +184716,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -185278,7 +185278,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -185838,7 +185838,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -186446,7 +186446,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -186812,7 +186812,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -187175,7 +187175,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -187734,7 +187734,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -188097,7 +188097,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -188158,7 +188158,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -188218,7 +188218,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -188279,7 +188279,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -188341,7 +188341,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -188403,7 +188403,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -188525,7 +188525,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -188587,7 +188587,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -188649,7 +188649,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -188742,7 +188742,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -189032,7 +189032,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -189094,7 +189094,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -189170,7 +189170,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -189306,12 +189306,13 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "isRequired": true, "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -189992,7 +189993,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -190128,12 +190129,13 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "isRequired": true, "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -190814,7 +190816,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -190950,12 +190952,13 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "isRequired": true, "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -193696,7 +193699,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -193981,7 +193984,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -194271,7 +194274,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -194553,7 +194556,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -194836,7 +194839,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -195246,7 +195249,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -195654,7 +195657,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -196062,7 +196065,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -196499,7 +196502,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -196785,7 +196788,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -197066,7 +197069,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -197347,7 +197350,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -197483,7 +197486,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -197544,7 +197547,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -198026,7 +198029,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -198530,7 +198533,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -199018,7 +199021,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -199583,7 +199586,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -200142,7 +200145,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -200627,7 +200630,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -200695,7 +200698,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -201294,7 +201297,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -201380,7 +201383,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -201616,7 +201619,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -201849,7 +201852,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -202083,7 +202086,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -202415,7 +202418,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -202649,7 +202652,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -202884,7 +202887,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -203061,7 +203064,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -203241,7 +203244,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -203307,7 +203310,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -203375,7 +203378,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -203887,7 +203890,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -204396,7 +204399,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -204899,7 +204902,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -205405,7 +205408,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -206890,7 +206893,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -208368,7 +208371,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, diff --git a/src/webhooks/data/ghes-3.12/schema.json b/src/webhooks/data/ghes-3.12/schema.json index fb8e9250ab..eead982a5b 100644 --- a/src/webhooks/data/ghes-3.12/schema.json +++ b/src/webhooks/data/ghes-3.12/schema.json @@ -48,7 +48,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -109,7 +109,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -380,7 +380,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -649,7 +649,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -1058,7 +1058,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -1137,7 +1137,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -2754,7 +2754,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -4370,7 +4370,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -6000,7 +6000,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -7616,7 +7616,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -8521,7 +8521,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -9422,7 +9422,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -10322,7 +10322,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -10729,7 +10729,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -11163,7 +11163,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -11497,7 +11497,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -11935,7 +11935,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -12250,7 +12250,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -12534,7 +12534,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -12568,7 +12568,7 @@ "type": "object", "name": "comment", "in": "body", - "description": "

The commit comment resource.

", + "description": "

The commit comment resource.

", "isRequired": true, "childParamsGroups": [ { @@ -12875,7 +12875,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -12966,7 +12966,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -13043,7 +13043,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -13672,7 +13672,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -14299,7 +14299,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -14926,7 +14926,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -15553,7 +15553,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -16180,7 +16180,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -16807,7 +16807,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -17434,7 +17434,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -17558,7 +17558,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -17680,7 +17680,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -18473,7 +18473,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -23265,7 +23265,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -23565,7 +23565,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -25207,7 +25207,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -26873,7 +26873,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -29770,7 +29770,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -31968,7 +31968,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -32676,7 +32676,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -33300,7 +33300,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -33924,7 +33924,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -34548,7 +34548,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -35206,7 +35206,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -35881,7 +35881,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -36505,7 +36505,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -37129,7 +37129,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -37753,7 +37753,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -40450,7 +40450,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -41332,7 +41332,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -42006,7 +42006,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -42630,7 +42630,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -43254,7 +43254,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -44153,7 +44153,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -45050,7 +45050,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -45970,7 +45970,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -46004,7 +46004,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -46033,7 +46033,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -46806,7 +46806,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -46841,7 +46841,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -46940,7 +46940,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -47161,7 +47161,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -47264,7 +47264,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -47367,7 +47367,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -47470,7 +47470,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -47573,7 +47573,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -47839,7 +47839,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -48108,7 +48108,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -48397,7 +48397,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -49516,7 +49516,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -50875,7 +50875,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -52256,7 +52256,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -53723,7 +53723,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -54407,7 +54407,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -55748,7 +55748,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -57272,7 +57272,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -58702,7 +58702,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -60097,7 +60097,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -61398,7 +61398,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -62921,7 +62921,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -66279,7 +66279,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -67620,7 +67620,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -68922,7 +68922,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -72281,7 +72281,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -73747,7 +73747,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -75142,7 +75142,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -76443,7 +76443,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -77784,7 +77784,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -77898,7 +77898,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -78009,7 +78009,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -78168,7 +78168,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -78378,7 +78378,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -78600,7 +78600,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -78783,7 +78783,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -79672,7 +79672,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -79960,7 +79960,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -80244,7 +80244,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -80529,7 +80529,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -80862,7 +80862,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -81146,7 +81146,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -81361,7 +81361,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -81575,7 +81575,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -81830,7 +81830,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -82164,7 +82164,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -82397,7 +82397,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -83500,7 +83500,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -84361,7 +84361,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -84599,7 +84599,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -84942,7 +84942,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -85289,7 +85289,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -85636,7 +85636,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -85982,7 +85982,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -86162,7 +86162,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -86453,7 +86453,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -86712,7 +86712,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -86972,7 +86972,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -87254,7 +87254,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -87537,7 +87537,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -87804,7 +87804,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -88069,7 +88069,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -88334,7 +88334,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -88632,7 +88632,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -88896,7 +88896,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -89020,7 +89020,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -89141,7 +89141,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -89284,7 +89284,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -89405,7 +89405,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -89922,7 +89922,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -90435,7 +90435,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -90948,7 +90948,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -91538,7 +91538,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -92051,7 +92051,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -92314,7 +92314,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -92575,7 +92575,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -92810,7 +92810,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -93045,7 +93045,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -93286,7 +93286,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -93547,7 +93547,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -93808,7 +93808,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -93858,7 +93858,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -97194,7 +97194,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -100412,7 +100412,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -103630,7 +103630,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -106943,7 +106943,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -110256,7 +110256,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -113697,7 +113697,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -117079,7 +117079,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -120342,7 +120342,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -123554,7 +123554,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -126995,7 +126995,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -130307,7 +130307,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -133620,7 +133620,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -136933,7 +136933,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -140273,7 +140273,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -143771,7 +143771,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -147152,7 +147152,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -150487,7 +150487,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -153749,7 +153749,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -156959,7 +156959,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -160403,7 +160403,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -163844,7 +163844,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -167308,7 +167308,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -170576,7 +170576,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -173747,7 +173747,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -177008,7 +177008,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -179952,7 +179952,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -183320,7 +183320,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -184124,7 +184124,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -185176,7 +185176,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -185970,7 +185970,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -186532,7 +186532,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -187092,7 +187092,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -187700,7 +187700,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -188066,7 +188066,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -188429,7 +188429,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -188988,7 +188988,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -189351,7 +189351,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -189412,7 +189412,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -189472,7 +189472,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -189533,7 +189533,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -189595,7 +189595,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -189657,7 +189657,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -189779,7 +189779,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -189841,7 +189841,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -189903,7 +189903,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -189996,7 +189996,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -190286,7 +190286,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -190348,7 +190348,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -190424,7 +190424,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -190560,12 +190560,13 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "isRequired": true, "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -191246,7 +191247,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -191382,12 +191383,13 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "isRequired": true, "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -192068,7 +192070,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -192204,12 +192206,13 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "isRequired": true, "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -194950,7 +194953,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -195235,7 +195238,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -195525,7 +195528,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -195807,7 +195810,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -196090,7 +196093,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -196500,7 +196503,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -196908,7 +196911,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -197316,7 +197319,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -197753,7 +197756,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -198039,7 +198042,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -198320,7 +198323,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -198601,7 +198604,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -198737,7 +198740,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -198798,7 +198801,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -199280,7 +199283,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -199784,7 +199787,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -200272,7 +200275,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -200837,7 +200840,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -201396,7 +201399,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -201881,7 +201884,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -201949,7 +201952,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -202548,7 +202551,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -202634,7 +202637,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -202870,7 +202873,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -203103,7 +203106,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -203337,7 +203340,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -203669,7 +203672,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -203903,7 +203906,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -204138,7 +204141,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -204315,7 +204318,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -204495,7 +204498,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -204561,7 +204564,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -204629,7 +204632,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -205141,7 +205144,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -205650,7 +205653,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -206153,7 +206156,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -206659,7 +206662,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -208144,7 +208147,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -209622,7 +209625,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, diff --git a/src/webhooks/data/ghes-3.13/schema.json b/src/webhooks/data/ghes-3.13/schema.json index 7d3354df4a..02ed358c2a 100644 --- a/src/webhooks/data/ghes-3.13/schema.json +++ b/src/webhooks/data/ghes-3.13/schema.json @@ -48,7 +48,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -109,7 +109,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -380,7 +380,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -649,7 +649,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -1058,7 +1058,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -1137,7 +1137,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -2754,7 +2754,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -4370,7 +4370,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -6000,7 +6000,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -7616,7 +7616,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -8521,7 +8521,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -9422,7 +9422,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -10322,7 +10322,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -10729,7 +10729,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -11163,7 +11163,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -11497,7 +11497,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -11935,7 +11935,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -12250,7 +12250,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -12534,7 +12534,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -12568,7 +12568,7 @@ "type": "object", "name": "comment", "in": "body", - "description": "

The commit comment resource.

", + "description": "

The commit comment resource.

", "isRequired": true, "childParamsGroups": [ { @@ -12875,7 +12875,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -12966,7 +12966,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -13043,7 +13043,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -13672,7 +13672,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -14299,7 +14299,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -14926,7 +14926,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -15553,7 +15553,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -16180,7 +16180,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -16807,7 +16807,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -17434,7 +17434,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -17558,7 +17558,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -17680,7 +17680,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -18473,7 +18473,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -23265,7 +23265,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -23565,7 +23565,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -25207,7 +25207,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -26873,7 +26873,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -29770,7 +29770,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -31968,7 +31968,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -32676,7 +32676,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -33300,7 +33300,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -33924,7 +33924,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -34548,7 +34548,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -35206,7 +35206,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -35881,7 +35881,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -36505,7 +36505,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -37129,7 +37129,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -37753,7 +37753,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -40455,7 +40455,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -41337,7 +41337,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -42011,7 +42011,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -42635,7 +42635,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -43259,7 +43259,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -44158,7 +44158,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -45055,7 +45055,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -45975,7 +45975,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -46009,7 +46009,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -46038,7 +46038,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -46811,7 +46811,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -46846,7 +46846,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -46945,7 +46945,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -47166,7 +47166,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -47269,7 +47269,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -47372,7 +47372,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -47475,7 +47475,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -47578,7 +47578,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -47844,7 +47844,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -48113,7 +48113,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -48402,7 +48402,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -49521,7 +49521,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -50880,7 +50880,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -52261,7 +52261,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -53728,7 +53728,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -54412,7 +54412,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -55753,7 +55753,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -57277,7 +57277,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -58707,7 +58707,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -60102,7 +60102,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -61403,7 +61403,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -62926,7 +62926,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -66289,7 +66289,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -67630,7 +67630,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -68932,7 +68932,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -72296,7 +72296,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -73762,7 +73762,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -75157,7 +75157,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -76458,7 +76458,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -77799,7 +77799,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -77913,7 +77913,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -78024,7 +78024,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -78183,7 +78183,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -78393,7 +78393,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -78615,7 +78615,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -78798,7 +78798,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -79687,7 +79687,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -79975,7 +79975,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -80259,7 +80259,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -80544,7 +80544,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -80877,7 +80877,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -81161,7 +81161,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -81376,7 +81376,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -81590,7 +81590,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -81845,7 +81845,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -82179,7 +82179,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -82412,7 +82412,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -83515,7 +83515,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -84376,7 +84376,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -84614,7 +84614,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -84957,7 +84957,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -85304,7 +85304,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -85651,7 +85651,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -85997,7 +85997,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -86177,7 +86177,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -86468,7 +86468,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -86727,7 +86727,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -86987,7 +86987,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -87269,7 +87269,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -87552,7 +87552,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -87819,7 +87819,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -88084,7 +88084,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -88349,7 +88349,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -88647,7 +88647,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -88911,7 +88911,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -89035,7 +89035,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -89156,7 +89156,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -89299,7 +89299,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -89420,7 +89420,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -89937,7 +89937,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -90450,7 +90450,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -90963,7 +90963,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -91553,7 +91553,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -92066,7 +92066,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -92329,7 +92329,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -92590,7 +92590,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -92825,7 +92825,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -93060,7 +93060,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -93301,7 +93301,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -93562,7 +93562,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -93823,7 +93823,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -93873,7 +93873,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -97209,7 +97209,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -100427,7 +100427,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -103645,7 +103645,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -106958,7 +106958,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -110271,7 +110271,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -113712,7 +113712,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -117094,7 +117094,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -120357,7 +120357,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -123569,7 +123569,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -127010,7 +127010,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -130322,7 +130322,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -133635,7 +133635,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -136948,7 +136948,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -140288,7 +140288,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -143786,7 +143786,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -147167,7 +147167,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -150502,7 +150502,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -153764,7 +153764,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -156974,7 +156974,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -160418,7 +160418,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -163859,7 +163859,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -167323,7 +167323,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -170591,7 +170591,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -173762,7 +173762,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -177023,7 +177023,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -179967,7 +179967,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -183335,7 +183335,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -184139,7 +184139,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -185191,7 +185191,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -185985,7 +185985,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -186547,7 +186547,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -187107,7 +187107,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -187715,7 +187715,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -188081,7 +188081,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -188444,7 +188444,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -189003,7 +189003,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -189366,7 +189366,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -189427,7 +189427,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -189487,7 +189487,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -189548,7 +189548,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -189610,7 +189610,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -189672,7 +189672,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -189794,7 +189794,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -189856,7 +189856,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -189918,7 +189918,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -190011,7 +190011,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -190301,7 +190301,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -190363,7 +190363,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -190439,7 +190439,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -190576,12 +190576,13 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "isRequired": true, "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -191262,7 +191263,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -191399,12 +191400,13 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "isRequired": true, "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -192085,7 +192087,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -192222,12 +192224,13 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "isRequired": true, "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -194968,7 +194971,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -195253,7 +195256,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -195543,7 +195546,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -195825,7 +195828,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -196108,7 +196111,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -196518,7 +196521,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -196926,7 +196929,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -197334,7 +197337,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -197742,7 +197745,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -198179,7 +198182,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -198465,7 +198468,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -198746,7 +198749,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -199027,7 +199030,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -199163,7 +199166,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -199224,7 +199227,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -199706,7 +199709,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -200210,7 +200213,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -200698,7 +200701,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -201263,7 +201266,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -201822,7 +201825,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -202307,7 +202310,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -202375,7 +202378,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -202974,7 +202977,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -203060,7 +203063,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -203296,7 +203299,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -203529,7 +203532,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -203763,7 +203766,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -204095,7 +204098,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -204329,7 +204332,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -204564,7 +204567,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -204741,7 +204744,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -204921,7 +204924,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -204987,7 +204990,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -205055,7 +205058,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -205567,7 +205570,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -206076,7 +206079,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -206579,7 +206582,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -207085,7 +207088,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -208570,7 +208573,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -210048,7 +210051,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, diff --git a/src/webhooks/data/ghes-3.14/schema.json b/src/webhooks/data/ghes-3.14/schema.json index cfded3a030..79a512521c 100644 --- a/src/webhooks/data/ghes-3.14/schema.json +++ b/src/webhooks/data/ghes-3.14/schema.json @@ -48,7 +48,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -109,7 +109,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -380,7 +380,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -649,7 +649,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -1058,7 +1058,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -1271,7 +1271,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -1482,7 +1482,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -1693,7 +1693,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -1943,7 +1943,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -2193,7 +2193,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -2272,7 +2272,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -3889,7 +3889,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -5505,7 +5505,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -7135,7 +7135,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -8751,7 +8751,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -9656,7 +9656,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -10557,7 +10557,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -11457,7 +11457,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -11864,7 +11864,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -12298,7 +12298,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -12632,7 +12632,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -13070,7 +13070,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -13385,7 +13385,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -13669,7 +13669,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -13703,7 +13703,7 @@ "type": "object", "name": "comment", "in": "body", - "description": "

The commit comment resource.

", + "description": "

The commit comment resource.

", "isRequired": true, "childParamsGroups": [ { @@ -14010,7 +14010,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -14101,7 +14101,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -14178,7 +14178,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -14807,7 +14807,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -15434,7 +15434,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -16061,7 +16061,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -16688,7 +16688,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -17315,7 +17315,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -17942,7 +17942,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -18569,7 +18569,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -18693,7 +18693,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -18815,7 +18815,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -19608,7 +19608,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -24400,7 +24400,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -24700,7 +24700,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -26342,7 +26342,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -28008,7 +28008,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -30905,7 +30905,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -33103,7 +33103,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -33811,7 +33811,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -34435,7 +34435,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -35059,7 +35059,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -35683,7 +35683,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -36341,7 +36341,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -37016,7 +37016,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -37640,7 +37640,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -38264,7 +38264,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -38888,7 +38888,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -41590,7 +41590,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -42472,7 +42472,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -43146,7 +43146,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -43770,7 +43770,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -44394,7 +44394,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -45293,7 +45293,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -46190,7 +46190,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -47110,7 +47110,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -47144,7 +47144,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -47173,7 +47173,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -47946,7 +47946,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -47981,7 +47981,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -48080,7 +48080,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -48301,7 +48301,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -48404,7 +48404,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -48507,7 +48507,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -48610,7 +48610,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -48713,7 +48713,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -48979,7 +48979,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -49248,7 +49248,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -49537,7 +49537,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -50656,7 +50656,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -52015,7 +52015,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -53396,7 +53396,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -54863,7 +54863,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -55547,7 +55547,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -56888,7 +56888,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -58412,7 +58412,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -59842,7 +59842,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -61237,7 +61237,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -62538,7 +62538,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -64061,7 +64061,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -67424,7 +67424,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -68765,7 +68765,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -70067,7 +70067,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -73431,7 +73431,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -74897,7 +74897,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -76292,7 +76292,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -77593,7 +77593,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -78934,7 +78934,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -79048,7 +79048,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -79159,7 +79159,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -79318,7 +79318,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -79541,7 +79541,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -79763,7 +79763,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -79946,7 +79946,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -80835,7 +80835,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -81123,7 +81123,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -81407,7 +81407,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -81692,7 +81692,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -82025,7 +82025,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -82309,7 +82309,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -82524,7 +82524,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -82738,7 +82738,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -82993,7 +82993,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -83327,7 +83327,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -83560,7 +83560,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -84663,7 +84663,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -85524,7 +85524,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -85762,7 +85762,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -86105,7 +86105,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -86452,7 +86452,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -86799,7 +86799,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -87145,7 +87145,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -87325,7 +87325,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -87616,7 +87616,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -87875,7 +87875,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -88135,7 +88135,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -88417,7 +88417,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -88700,7 +88700,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -88967,7 +88967,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -89232,7 +89232,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -89497,7 +89497,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -89795,7 +89795,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -90059,7 +90059,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -90183,7 +90183,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -90304,7 +90304,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -90447,7 +90447,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -90568,7 +90568,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -91085,7 +91085,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -91598,7 +91598,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -92111,7 +92111,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -92701,7 +92701,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -93214,7 +93214,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -93477,7 +93477,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -93738,7 +93738,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -93973,7 +93973,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -94208,7 +94208,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -94449,7 +94449,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -94710,7 +94710,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -94971,7 +94971,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -95021,7 +95021,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -98357,7 +98357,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -101575,7 +101575,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -104793,7 +104793,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -108106,7 +108106,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -111419,7 +111419,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -114860,7 +114860,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -118242,7 +118242,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -121505,7 +121505,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -124717,7 +124717,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -128158,7 +128158,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -131470,7 +131470,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -134783,7 +134783,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -138096,7 +138096,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -141436,7 +141436,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -144934,7 +144934,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -148315,7 +148315,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -151650,7 +151650,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -154912,7 +154912,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -158122,7 +158122,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -161566,7 +161566,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -165007,7 +165007,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -168471,7 +168471,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -171739,7 +171739,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -174910,7 +174910,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -178171,7 +178171,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -181115,7 +181115,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -184483,7 +184483,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -185287,7 +185287,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -186339,7 +186339,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -187133,7 +187133,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -187695,7 +187695,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -188255,7 +188255,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -188863,7 +188863,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -189229,7 +189229,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -189592,7 +189592,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -190151,7 +190151,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -190514,7 +190514,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -190575,7 +190575,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -190635,7 +190635,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -190696,7 +190696,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -190758,7 +190758,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -190820,7 +190820,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -190942,7 +190942,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -191004,7 +191004,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -191066,7 +191066,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -191159,7 +191159,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -191449,7 +191449,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -191511,7 +191511,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -191587,7 +191587,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -191711,7 +191711,7 @@ { "type": "string", "name": "actor_type", - "description": "

The type of actor that can bypass a ruleset.

", + "description": "

The type of actor that can bypass a ruleset

", "isRequired": true, "enum": [ "Integration", @@ -191724,12 +191724,12 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", - "isRequired": true, + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -192475,7 +192475,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -192599,7 +192599,7 @@ { "type": "string", "name": "actor_type", - "description": "

The type of actor that can bypass a ruleset.

", + "description": "

The type of actor that can bypass a ruleset

", "isRequired": true, "enum": [ "Integration", @@ -192612,12 +192612,12 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", - "isRequired": true, + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -193363,7 +193363,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -193487,7 +193487,7 @@ { "type": "string", "name": "actor_type", - "description": "

The type of actor that can bypass a ruleset.

", + "description": "

The type of actor that can bypass a ruleset

", "isRequired": true, "enum": [ "Integration", @@ -193500,12 +193500,12 @@ { "type": "string", "name": "bypass_mode", - "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type.

", - "isRequired": true, + "description": "

When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. pull_request is not applicable for the DeployKey actor type. Also, pull_request is only applicable to branch rulesets.

", "enum": [ "always", "pull_request" - ] + ], + "default": "always" } ] }, @@ -196506,7 +196506,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -196791,7 +196791,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -197081,7 +197081,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -197363,7 +197363,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -197646,7 +197646,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -198061,7 +198061,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -198474,7 +198474,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -198887,7 +198887,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -199300,7 +199300,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -199741,7 +199741,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -200027,7 +200027,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -200308,7 +200308,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -200589,7 +200589,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -200725,7 +200725,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] } ], @@ -200786,7 +200786,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -201268,7 +201268,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -201772,7 +201772,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -202260,7 +202260,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -202825,7 +202825,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -203384,7 +203384,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -203869,7 +203869,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -203937,7 +203937,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -204536,7 +204536,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -204622,7 +204622,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -204858,7 +204858,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -205091,7 +205091,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -205325,7 +205325,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -205657,7 +205657,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -205891,7 +205891,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -206126,7 +206126,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -206303,7 +206303,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "childParamsGroups": [] }, { @@ -206483,7 +206483,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] } @@ -206549,7 +206549,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -206617,7 +206617,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -207129,7 +207129,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -207638,7 +207638,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -208141,7 +208141,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -208647,7 +208647,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -210132,7 +210132,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, @@ -211610,7 +211610,7 @@ "type": "object", "name": "sender", "in": "body", - "description": "

The GitHub user that triggered the event. This property is included in every webhook payload.

", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [] }, diff --git a/src/webhooks/lib/config.json b/src/webhooks/lib/config.json index a39125c420..3a67e4581b 100644 --- a/src/webhooks/lib/config.json +++ b/src/webhooks/lib/config.json @@ -1,3 +1,3 @@ { - "sha": "36b8f45a18c9d1a1155fcf06deb18954827af483" + "sha": "6b266a1120ab13e630a3606d1906a62b44d6db36" } \ No newline at end of file