diff --git a/deployment/src/main/java/io/quarkiverse/openapi/generator/deployment/wrapper/QuarkusJavaClientCodegen.java b/deployment/src/main/java/io/quarkiverse/openapi/generator/deployment/wrapper/QuarkusJavaClientCodegen.java index 1b9b4a67..7129d9d5 100644 --- a/deployment/src/main/java/io/quarkiverse/openapi/generator/deployment/wrapper/QuarkusJavaClientCodegen.java +++ b/deployment/src/main/java/io/quarkiverse/openapi/generator/deployment/wrapper/QuarkusJavaClientCodegen.java @@ -4,6 +4,7 @@ import java.net.URL; import java.util.List; import java.util.Map; +import java.util.Map.Entry; import java.util.Optional; import org.openapitools.codegen.SupportingFile; @@ -118,4 +119,16 @@ public void postProcess() { super.postProcess(); } } + + @Override + protected String getSymbolName(String input) { + for (Entry entry : specialCharReplacements.entrySet()) { + if (input.startsWith(entry.getKey())) { + return input.length() > entry.getKey().length() + ? entry.getValue() + "_" + input.substring(entry.getKey().length()) + : entry.getValue() + "_symbol"; + } + } + return null; + } } diff --git a/integration-tests/github/src/main/openapi/ghes-3.10.json b/integration-tests/github/src/main/openapi/ghes-3.10.json old mode 100755 new mode 100644 index ba23ad69..b0fac929 --- a/integration-tests/github/src/main/openapi/ghes-3.10.json +++ b/integration-tests/github/src/main/openapi/ghes-3.10.json @@ -7298,6 +7298,7 @@ "default": { "value": { "advanced_security_enabled_for_new_repositories": true, + "advanced_security_enabled_new_user_namespace_repos": true, "dependabot_alerts_enabled_for_new_repositories": true, "secret_scanning_enabled_for_new_repositories": true, "secret_scanning_push_protection_enabled_for_new_repositories": true, @@ -20640,8 +20641,8 @@ "schema": { "type": "string", "enum": [ - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -20726,8 +20727,8 @@ "type": "string", "description": "The [reaction type](https://docs.github.com/enterprise-server@3.10/rest/reactions/reactions#about-reactions) to add to the team discussion comment.", "enum": [ - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -20863,8 +20864,8 @@ "schema": { "type": "string", "enum": [ - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -20946,8 +20947,8 @@ "type": "string", "description": "The [reaction type](https://docs.github.com/enterprise-server@3.10/rest/reactions/reactions#about-reactions) to add to the team discussion.", "enum": [ - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -33878,8 +33879,8 @@ "schema": { "type": "string", "enum": [ - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -33964,8 +33965,8 @@ "type": "string", "description": "The [reaction type](https://docs.github.com/enterprise-server@3.10/rest/reactions/reactions#about-reactions) to add to the commit comment.", "enum": [ - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -36668,12 +36669,7 @@ }, "environment": { "type": "string", - "description": "Name for the target deployment environment, which can be changed when setting a deploy status. For example, `production`, `staging`, or `qa`.", - "enum": [ - "production", - "staging", - "qa" - ] + "description": "Name for the target deployment environment, which can be changed when setting a deploy status. For example, `production`, `staging`, or `qa`. If not defined, the environment of the previous status on the deployment will be used, if it exists. Otherwise, the environment of the deployment will be used." }, "environment_url": { "type": "string", @@ -37479,7 +37475,9 @@ } } }, - "example": "../../components/examples/deployment_protection_rules.yaml" + "example": { + "$ref": "#/components/examples/deployment-protection-rules" + } }, "examples": { "default": { @@ -40661,8 +40659,8 @@ "schema": { "type": "string", "enum": [ - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -40747,8 +40745,8 @@ "type": "string", "description": "The [reaction type](https://docs.github.com/enterprise-server@3.10/rest/reactions/reactions#about-reactions) to add to the issue comment.", "enum": [ - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -42265,8 +42263,8 @@ "schema": { "type": "string", "enum": [ - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -42354,8 +42352,8 @@ "type": "string", "description": "The [reaction type](https://docs.github.com/enterprise-server@3.10/rest/reactions/reactions#about-reactions) to add to the issue.", "enum": [ - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -45616,8 +45614,8 @@ "schema": { "type": "string", "enum": [ - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -45702,8 +45700,8 @@ "type": "string", "description": "The [reaction type](https://docs.github.com/enterprise-server@3.10/rest/reactions/reactions#about-reactions) to add to the pull request review comment.", "enum": [ - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -48631,7 +48629,7 @@ "schema": { "type": "string", "enum": [ - "plus1", + "+1", "laugh", "heart", "hooray", @@ -48715,7 +48713,7 @@ "type": "string", "description": "The [reaction type](https://docs.github.com/enterprise-server@3.10/rest/reactions/reactions#about-reactions) to add to the release.", "enum": [ - "plus1", + "+1", "laugh", "heart", "hooray", @@ -54597,8 +54595,8 @@ "schema": { "type": "string", "enum": [ - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -54683,8 +54681,8 @@ "type": "string", "description": "The [reaction type](https://docs.github.com/enterprise-server@3.10/rest/reactions/reactions#about-reactions) to add to the team discussion comment.", "enum": [ - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -54763,8 +54761,8 @@ "schema": { "type": "string", "enum": [ - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -54846,8 +54844,8 @@ "type": "string", "description": "The [reaction type](https://docs.github.com/enterprise-server@3.10/rest/reactions/reactions#about-reactions) to add to the team discussion.", "enum": [ - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -62793,7 +62791,7 @@ }, "check-suite-completed": { "post": { - "summary": "This event occurs when there is activity relating to a check suite. For information about check suites, see \"[Getting started with the Checks API](https://docs.github.com/enterprise-server@3.10/rest/guides/getting-started-with-the-checks-api).\" For information about the APIs to manage check suites, see [the GraphQL API documentation](https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#checksuite) or \"[Check Suites](https://docs.github.com/enterprise-server@3.10/rest/checks/suites)\" in the REST API documentation.\n\nFor activity relating to check runs, use the `check_run` event.\n\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the `requested` and `rerequested` event types, the app must have at lease write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.\n\nRepository and organization webhooks only receive payloads for the `completed` event types in repositories.\n\n**Note**: The API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty `pull_requests` array and a `null` value for `head_branch`.", + "summary": "This event occurs when there is activity relating to a check suite. For information about check suites, see \"[Getting started with the Checks API](https://docs.github.com/enterprise-server@3.10/rest/guides/getting-started-with-the-checks-api).\" For information about the APIs to manage check suites, see [the GraphQL API documentation](https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#checksuite) or \"[Check Suites](https://docs.github.com/enterprise-server@3.10/rest/checks/suites)\" in the REST API documentation.\n\nFor activity relating to check runs, use the `check_run` event.\n\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the `requested` and `rerequested` event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.\n\nRepository and organization webhooks only receive payloads for the `completed` event types in repositories.\n\n**Note**: The API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty `pull_requests` array and a `null` value for `head_branch`.", "description": "All check runs in a check suite have completed, and a conclusion is available.", "operationId": "check-suite/completed", "externalDocs": { @@ -62902,7 +62900,7 @@ }, "check-suite-requested": { "post": { - "summary": "This event occurs when there is activity relating to a check suite. For information about check suites, see \"[Getting started with the Checks API](https://docs.github.com/enterprise-server@3.10/rest/guides/getting-started-with-the-checks-api).\" For information about the APIs to manage check suites, see [the GraphQL API documentation](https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#checksuite) or \"[Check Suites](https://docs.github.com/enterprise-server@3.10/rest/checks/suites)\" in the REST API documentation.\n\nFor activity relating to check runs, use the `check_run` event.\n\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the `requested` and `rerequested` event types, the app must have at lease write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.\n\nRepository and organization webhooks only receive payloads for the `completed` event types in repositories.\n\n**Note**: The API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty `pull_requests` array and a `null` value for `head_branch`.", + "summary": "This event occurs when there is activity relating to a check suite. For information about check suites, see \"[Getting started with the Checks API](https://docs.github.com/enterprise-server@3.10/rest/guides/getting-started-with-the-checks-api).\" For information about the APIs to manage check suites, see [the GraphQL API documentation](https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#checksuite) or \"[Check Suites](https://docs.github.com/enterprise-server@3.10/rest/checks/suites)\" in the REST API documentation.\n\nFor activity relating to check runs, use the `check_run` event.\n\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the `requested` and `rerequested` event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.\n\nRepository and organization webhooks only receive payloads for the `completed` event types in repositories.\n\n**Note**: The API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty `pull_requests` array and a `null` value for `head_branch`.", "description": "Someone requested to run a check suite. By default, check suites are automatically created when you create a check run. For more information, see [the GraphQL API documentation for creating a check run](https://docs.github.com/enterprise-server@3.10/graphql/reference/mutations#createcheckrun) or \"[Create a check run](https://docs.github.com/enterprise-server@3.10/rest/checks/runs#create-a-check-run)\" in the REST API documentation.", "operationId": "check-suite/requested", "externalDocs": { @@ -63011,7 +63009,7 @@ }, "check-suite-rerequested": { "post": { - "summary": "This event occurs when there is activity relating to a check suite. For information about check suites, see \"[Getting started with the Checks API](https://docs.github.com/enterprise-server@3.10/rest/guides/getting-started-with-the-checks-api).\" For information about the APIs to manage check suites, see [the GraphQL API documentation](https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#checksuite) or \"[Check Suites](https://docs.github.com/enterprise-server@3.10/rest/checks/suites)\" in the REST API documentation.\n\nFor activity relating to check runs, use the `check_run` event.\n\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the `requested` and `rerequested` event types, the app must have at lease write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.\n\nRepository and organization webhooks only receive payloads for the `completed` event types in repositories.\n\n**Note**: The API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty `pull_requests` array and a `null` value for `head_branch`.", + "summary": "This event occurs when there is activity relating to a check suite. For information about check suites, see \"[Getting started with the Checks API](https://docs.github.com/enterprise-server@3.10/rest/guides/getting-started-with-the-checks-api).\" For information about the APIs to manage check suites, see [the GraphQL API documentation](https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#checksuite) or \"[Check Suites](https://docs.github.com/enterprise-server@3.10/rest/checks/suites)\" in the REST API documentation.\n\nFor activity relating to check runs, use the `check_run` event.\n\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the `requested` and `rerequested` event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.\n\nRepository and organization webhooks only receive payloads for the `completed` event types in repositories.\n\n**Note**: The API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty `pull_requests` array and a `null` value for `head_branch`.", "description": "Someone requested to re-run the check runs in a check suite. For more information, see [the GraphQL API documentation for creating a check suite](https://docs.github.com/enterprise-server@3.10/graphql/reference/mutations#createchecksuite) or \"[Create a check suite](https://docs.github.com/enterprise-server@3.10/rest/checks/suites#create-a-check-suite)\" in the REST API documentation.", "operationId": "check-suite/rerequested", "externalDocs": { @@ -88534,7 +88532,7 @@ "access_tokens_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/installations/1/access_tokens" + "example": "https://api.github.com/app/installations/1/access_tokens" }, "repositories_url": { "type": "string", @@ -92172,8 +92170,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -97485,8 +97483,8 @@ "example": "heart", "type": "string", "enum": [ - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -115303,7 +115301,7 @@ }, "simple-installation": { "title": "Simple Installation", - "description": "The GitHub App installation. This property is included when the event is configured for and sent to a GitHub App.", + "description": "The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"[Using webhooks with GitHub Apps](https://docs.github.com/enterprise-server@3.10/apps/creating-github-apps/registering-a-github-app/using-webhooks-with-github-apps).\"", "type": "object", "properties": { "id": { @@ -115322,633 +115320,2684 @@ "node_id" ] }, - "simple-check-suite": { - "description": "A suite of checks performed on the code of a given code change", + "organization-simple-webhooks": { + "title": "Organization Simple", + "description": "A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.", "type": "object", "properties": { - "after": { - "example": "d6fde92930d4715a2b49857d24b940956b26d2d3", + "login": { "type": "string", - "nullable": true + "example": "github" }, - "app": { - "$ref": "#/components/schemas/integration" + "id": { + "type": "integer", + "example": 1 }, - "before": { - "example": "146e867f55c26428e5f9fade55a9bbf5e95a7912", + "node_id": { "type": "string", - "nullable": true + "example": "MDEyOk9yZ2FuaXphdGlvbjE=" }, - "conclusion": { - "example": "neutral", + "url": { "type": "string", - "nullable": true, - "enum": [ - "success", - "failure", - "neutral", - "cancelled", - "skipped", - "timed_out", - "action_required", - "stale", - "startup_failure" - ] + "format": "uri", + "example": "https://api.github.com/orgs/github" }, - "created_at": { + "repos_url": { "type": "string", - "format": "date-time" + "format": "uri", + "example": "https://api.github.com/orgs/github/repos" }, - "head_branch": { - "example": "master", + "events_url": { "type": "string", - "nullable": true - }, - "head_sha": { - "description": "The SHA of the head commit that is being checked.", - "example": "009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d", - "type": "string" - }, - "id": { - "example": 5, - "type": "integer" + "format": "uri", + "example": "https://api.github.com/orgs/github/events" }, - "node_id": { - "example": "MDEwOkNoZWNrU3VpdGU1", - "type": "string" + "hooks_url": { + "type": "string", + "example": "https://api.github.com/orgs/github/hooks" }, - "pull_requests": { - "type": "array", - "items": { - "$ref": "#/components/schemas/pull-request-minimal" - } + "issues_url": { + "type": "string", + "example": "https://api.github.com/orgs/github/issues" }, - "repository": { - "$ref": "#/components/schemas/minimal-repository" + "members_url": { + "type": "string", + "example": "https://api.github.com/orgs/github/members{/member}" }, - "status": { - "example": "completed", + "public_members_url": { "type": "string", - "enum": [ - "queued", - "in_progress", - "completed", - "pending", - "waiting" - ] + "example": "https://api.github.com/orgs/github/public_members{/member}" }, - "updated_at": { + "avatar_url": { "type": "string", - "format": "date-time" + "example": "https://github.com/images/error/octocat_happy.gif" }, - "url": { - "example": "https://api.github.com/repos/github/hello-world/check-suites/5", - "type": "string" + "description": { + "type": "string", + "example": "A great organization", + "nullable": true } - } + }, + "required": [ + "login", + "url", + "id", + "node_id", + "repos_url", + "events_url", + "hooks_url", + "issues_url", + "members_url", + "public_members_url", + "avatar_url", + "description" + ] }, - "check-run-with-simple-check-suite": { - "title": "CheckRun", - "description": "A check performed on the code of a given code change", + "repository-webhooks": { + "title": "Repository", + "description": "The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property\nwhen the event occurs from activity in a repository.", "type": "object", "properties": { - "app": { - "$ref": "#/components/schemas/nullable-integration" - }, - "check_suite": { - "$ref": "#/components/schemas/simple-check-suite" + "id": { + "description": "Unique identifier of the repository", + "example": 42, + "type": "integer" }, - "completed_at": { - "example": "2018-05-04T01:14:52Z", + "node_id": { "type": "string", - "nullable": true, - "format": "date-time" + "example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" }, - "conclusion": { - "example": "neutral", + "name": { + "description": "The name of the repository.", "type": "string", - "nullable": true, - "enum": [ - "waiting", - "pending", - "startup_failure", - "stale", - "success", - "failure", - "neutral", - "cancelled", - "skipped", - "timed_out", - "action_required" - ] - }, - "deployment": { - "$ref": "#/components/schemas/deployment-simple" - }, - "details_url": { - "example": "https://example.com", - "type": "string" + "example": "Team Environment" }, - "external_id": { - "example": "42", - "type": "string" + "full_name": { + "type": "string", + "example": "octocat/Hello-World" }, - "head_sha": { - "description": "The SHA of the commit that is being checked.", - "example": "009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d", - "type": "string" + "license": { + "$ref": "#/components/schemas/nullable-license-simple" }, - "html_url": { - "example": "https://github.com/github/hello-world/runs/4", - "type": "string" + "organization": { + "$ref": "#/components/schemas/nullable-simple-user" }, - "id": { - "description": "The id of the check.", - "example": 21, + "forks": { "type": "integer" }, - "name": { - "description": "The name of the check.", - "example": "test-coverage", - "type": "string" - }, - "node_id": { - "example": "MDg6Q2hlY2tSdW40", - "type": "string" - }, - "output": { + "permissions": { "type": "object", "properties": { - "annotations_count": { - "type": "integer" + "admin": { + "type": "boolean" }, - "annotations_url": { - "type": "string", - "format": "uri" + "pull": { + "type": "boolean" }, - "summary": { - "type": "string", - "nullable": true + "triage": { + "type": "boolean" }, - "text": { - "type": "string", - "nullable": true + "push": { + "type": "boolean" }, - "title": { - "type": "string", - "nullable": true + "maintain": { + "type": "boolean" } }, "required": [ - "title", - "summary", - "text", - "annotations_count", - "annotations_url" + "admin", + "pull", + "push" ] }, - "pull_requests": { - "type": "array", - "items": { - "$ref": "#/components/schemas/pull-request-minimal" - } + "owner": { + "$ref": "#/components/schemas/simple-user" }, - "started_at": { - "example": "2018-05-04T01:14:52Z", + "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { "type": "string", - "format": "date-time" + "format": "uri", + "example": "https://github.com/octocat/Hello-World" }, - "status": { - "description": "The phase of the lifecycle that the check is currently in.", - "example": "queued", + "description": { "type": "string", - "enum": [ - "queued", - "in_progress", - "completed", - "pending" - ] + "example": "This your first repo!", + "nullable": true + }, + "fork": { + "type": "boolean" }, "url": { - "example": "https://api.github.com/repos/github/hello-world/check-runs/4", + "type": "string", + "format": "uri", + "example": "https://api.github.com/repos/octocat/Hello-World" + }, + "archive_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + }, + "assignees_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + }, + "blobs_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + }, + "branches_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + }, + "collaborators_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + }, + "comments_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + }, + "commits_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + }, + "compare_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + }, + "contents_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + }, + "contributors_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/contributors" + }, + "deployments_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/deployments" + }, + "downloads_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/downloads" + }, + "events_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/events" + }, + "forks_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/forks" + }, + "git_commits_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + }, + "git_refs_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + }, + "git_tags_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + }, + "git_url": { + "type": "string", + "example": "git:github.com/octocat/Hello-World.git" + }, + "issue_comment_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + }, + "issue_events_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + }, + "issues_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + }, + "keys_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + }, + "labels_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + }, + "languages_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/languages" + }, + "merges_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/merges" + }, + "milestones_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + }, + "notifications_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + }, + "pulls_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + }, + "releases_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + }, + "ssh_url": { + "type": "string", + "example": "git@github.com:octocat/Hello-World.git" + }, + "stargazers_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/stargazers" + }, + "statuses_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + }, + "subscribers_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/subscribers" + }, + "subscription_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/subscription" + }, + "tags_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/tags" + }, + "teams_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/teams" + }, + "trees_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + }, + "clone_url": { + "type": "string", + "example": "https://github.com/octocat/Hello-World.git" + }, + "mirror_url": { + "type": "string", + "format": "uri", + "example": "git:git.example.com/octocat/Hello-World", + "nullable": true + }, + "hooks_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/hooks" + }, + "svn_url": { + "type": "string", + "format": "uri", + "example": "https://svn.github.com/octocat/Hello-World" + }, + "homepage": { + "type": "string", + "format": "uri", + "example": "https://github.com", + "nullable": true + }, + "language": { + "type": "string", + "nullable": true + }, + "forks_count": { + "type": "integer", + "example": 9 + }, + "stargazers_count": { + "type": "integer", + "example": 80 + }, + "watchers_count": { + "type": "integer", + "example": 80 + }, + "size": { + "description": "The size of the repository. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "example": 108 + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "example": "master" + }, + "open_issues_count": { + "type": "integer", + "example": 0 + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "example": true + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } + }, + "has_issues": { + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "example": true + }, + "has_projects": { + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "example": true + }, + "has_wiki": { + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "example": true + }, + "has_pages": { + "type": "boolean" + }, + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "example": true + }, + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "example": true + }, + "archived": { + "description": "Whether the repository is archived.", + "default": false, + "type": "boolean" + }, + "disabled": { + "type": "boolean", + "description": "Returns whether or not this repository disabled." + }, + "visibility": { + "description": "The repository visibility: public, private, or internal.", + "default": "public", "type": "string" - } - }, - "required": [ - "id", - "node_id", - "head_sha", - "name", - "url", - "html_url", - "details_url", - "status", - "conclusion", - "started_at", - "completed_at", - "external_id", - "check_suite", - "output", - "app", - "pull_requests" - ] - }, - "discussion": { - "title": "Discussion", - "description": "A Discussion in a repository.", - "type": "object", - "properties": { - "active_lock_reason": { + }, + "pushed_at": { "type": "string", + "format": "date-time", + "example": "2011-01-26T19:06:43Z", "nullable": true }, - "answer_chosen_at": { + "created_at": { "type": "string", + "format": "date-time", + "example": "2011-01-26T19:01:12Z", "nullable": true }, - "answer_chosen_by": { - "title": "User", - "type": "object", + "updated_at": { + "type": "string", + "format": "date-time", + "example": "2011-01-26T19:14:43Z", + "nullable": true + }, + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "example": true + }, + "template_repository": { "nullable": true, + "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "id": { + "type": "integer" }, - "deleted": { - "type": "boolean" + "node_id": { + "type": "string" }, - "email": { - "type": "string", - "nullable": true + "name": { + "type": "string" }, - "events_url": { - "type": "string", - "format": "uri-template" + "full_name": { + "type": "string" }, - "followers_url": { - "type": "string", - "format": "uri" + "owner": { + "type": "object", + "properties": { + "login": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "node_id": { + "type": "string" + }, + "avatar_url": { + "type": "string" + }, + "gravatar_id": { + "type": "string" + }, + "url": { + "type": "string" + }, + "html_url": { + "type": "string" + }, + "followers_url": { + "type": "string" + }, + "following_url": { + "type": "string" + }, + "gists_url": { + "type": "string" + }, + "starred_url": { + "type": "string" + }, + "subscriptions_url": { + "type": "string" + }, + "organizations_url": { + "type": "string" + }, + "repos_url": { + "type": "string" + }, + "events_url": { + "type": "string" + }, + "received_events_url": { + "type": "string" + }, + "type": { + "type": "string" + }, + "site_admin": { + "type": "boolean" + } + } }, - "following_url": { - "type": "string", - "format": "uri-template" + "private": { + "type": "boolean" }, - "gists_url": { - "type": "string", - "format": "uri-template" + "html_url": { + "type": "string" }, - "gravatar_id": { + "description": { "type": "string" }, - "html_url": { - "type": "string", - "format": "uri" + "fork": { + "type": "boolean" }, - "id": { - "type": "integer" + "url": { + "type": "string" }, - "login": { + "archive_url": { "type": "string" }, - "name": { + "assignees_url": { "type": "string" }, - "node_id": { + "blobs_url": { "type": "string" }, - "organizations_url": { - "type": "string", - "format": "uri" + "branches_url": { + "type": "string" }, - "received_events_url": { - "type": "string", - "format": "uri" + "collaborators_url": { + "type": "string" }, - "repos_url": { - "type": "string", - "format": "uri" + "comments_url": { + "type": "string" }, - "site_admin": { - "type": "boolean" + "commits_url": { + "type": "string" }, - "starred_url": { - "type": "string", - "format": "uri-template" + "compare_url": { + "type": "string" }, - "subscriptions_url": { - "type": "string", - "format": "uri" + "contents_url": { + "type": "string" }, - "type": { - "type": "string", - "enum": [ - "Bot", - "User", - "Organization" - ] + "contributors_url": { + "type": "string" }, - "url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "login", - "id" - ] - }, - "answer_html_url": { - "type": "string", - "nullable": true - }, - "author_association": { - "title": "AuthorAssociation", - "description": "How the author is associated with the repository.", - "type": "string", - "enum": [ - "COLLABORATOR", - "CONTRIBUTOR", - "FIRST_TIMER", - "FIRST_TIME_CONTRIBUTOR", - "MANNEQUIN", - "MEMBER", - "NONE", - "OWNER" - ] - }, - "body": { - "type": "string" - }, - "category": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" + "deployments_url": { + "type": "string" }, - "description": { + "downloads_url": { "type": "string" }, - "emoji": { + "events_url": { "type": "string" }, - "id": { - "type": "integer" + "forks_url": { + "type": "string" }, - "is_answerable": { - "type": "boolean" + "git_commits_url": { + "type": "string" }, - "name": { + "git_refs_url": { "type": "string" }, - "node_id": { + "git_tags_url": { "type": "string" }, - "repository_id": { - "type": "integer" + "git_url": { + "type": "string" }, - "slug": { + "issue_comment_url": { "type": "string" }, - "updated_at": { + "issue_events_url": { "type": "string" - } - }, - "required": [ - "id", - "repository_id", - "emoji", - "name", - "description", - "created_at", - "updated_at", - "slug", - "is_answerable" - ] - }, - "comments": { - "type": "integer" - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "html_url": { - "type": "string" - }, - "id": { - "type": "integer" - }, - "locked": { - "type": "boolean" - }, - "node_id": { - "type": "string" - }, - "number": { - "type": "integer" - }, - "reactions": { - "title": "Reactions", - "type": "object", - "properties": { - "+1": { - "type": "integer" }, - "-1": { - "type": "integer" + "issues_url": { + "type": "string" }, - "confused": { - "type": "integer" + "keys_url": { + "type": "string" }, - "eyes": { - "type": "integer" + "labels_url": { + "type": "string" }, - "heart": { - "type": "integer" + "languages_url": { + "type": "string" }, - "hooray": { - "type": "integer" + "merges_url": { + "type": "string" }, - "laugh": { - "type": "integer" + "milestones_url": { + "type": "string" }, - "rocket": { - "type": "integer" + "notifications_url": { + "type": "string" }, - "total_count": { - "type": "integer" + "pulls_url": { + "type": "string" }, - "url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "url", - "total_count", - "plus1", - "minus1", - "laugh", - "confused", - "heart", - "hooray", - "eyes", - "rocket" - ] - }, - "repository_url": { - "type": "string" - }, - "state": { - "type": "string", - "description": "The current state of the discussion.\n`converting` means that the discussion is being converted from an issue.\n`transferring` means that the discussion is being transferred from another repository.", - "enum": [ - "open", - "closed", - "locked", - "converting", - "transferring" - ] - }, - "state_reason": { - "description": "The reason for the current state", - "example": "resolved", - "type": "string", - "nullable": true, - "enum": [ - "resolved", - "outdated", - "duplicate", - "reopened" - ] - }, - "timeline_url": { - "type": "string" - }, - "title": { - "type": "string" - }, - "updated_at": { - "type": "string", - "format": "date-time" - }, - "user": { - "title": "User", - "type": "object", - "nullable": true, - "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "releases_url": { + "type": "string" }, - "deleted": { - "type": "boolean" + "ssh_url": { + "type": "string" }, - "email": { - "type": "string", - "nullable": true + "stargazers_url": { + "type": "string" }, - "events_url": { - "type": "string", - "format": "uri-template" + "statuses_url": { + "type": "string" }, - "followers_url": { - "type": "string", - "format": "uri" + "subscribers_url": { + "type": "string" }, - "following_url": { - "type": "string", - "format": "uri-template" + "subscription_url": { + "type": "string" }, - "gists_url": { - "type": "string", - "format": "uri-template" + "tags_url": { + "type": "string" }, - "gravatar_id": { + "teams_url": { "type": "string" }, - "html_url": { - "type": "string", - "format": "uri" + "trees_url": { + "type": "string" }, - "id": { - "type": "integer" + "clone_url": { + "type": "string" }, - "login": { + "mirror_url": { "type": "string" }, - "name": { + "hooks_url": { "type": "string" }, - "node_id": { + "svn_url": { "type": "string" }, - "organizations_url": { - "type": "string", - "format": "uri" + "homepage": { + "type": "string" }, - "received_events_url": { - "type": "string", - "format": "uri" + "language": { + "type": "string" }, - "repos_url": { - "type": "string", - "format": "uri" + "forks_count": { + "type": "integer" }, - "site_admin": { - "type": "boolean" + "stargazers_count": { + "type": "integer" }, - "starred_url": { - "type": "string", - "format": "uri-template" + "watchers_count": { + "type": "integer" }, - "subscriptions_url": { - "type": "string", - "format": "uri" + "size": { + "type": "integer" }, - "type": { - "type": "string", - "enum": [ - "Bot", - "User", - "Organization" - ] + "default_branch": { + "type": "string" }, - "url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "login", - "id" + "open_issues_count": { + "type": "integer" + }, + "is_template": { + "type": "boolean" + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } + }, + "has_issues": { + "type": "boolean" + }, + "has_projects": { + "type": "boolean" + }, + "has_wiki": { + "type": "boolean" + }, + "has_pages": { + "type": "boolean" + }, + "has_downloads": { + "type": "boolean" + }, + "archived": { + "type": "boolean" + }, + "disabled": { + "type": "boolean" + }, + "visibility": { + "type": "string" + }, + "pushed_at": { + "type": "string" + }, + "created_at": { + "type": "string" + }, + "updated_at": { + "type": "string" + }, + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + } + } + }, + "allow_rebase_merge": { + "type": "boolean" + }, + "temp_clone_token": { + "type": "string" + }, + "allow_squash_merge": { + "type": "boolean" + }, + "allow_auto_merge": { + "type": "boolean" + }, + "delete_branch_on_merge": { + "type": "boolean" + }, + "allow_update_branch": { + "type": "boolean" + }, + "use_squash_pr_title_as_default": { + "type": "boolean" + }, + "squash_merge_commit_title": { + "type": "string", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." + }, + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." + }, + "merge_commit_title": { + "type": "string", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." + }, + "merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." + }, + "allow_merge_commit": { + "type": "boolean" + }, + "subscribers_count": { + "type": "integer" + }, + "network_count": { + "type": "integer" + } + } + }, + "temp_clone_token": { + "type": "string" + }, + "allow_squash_merge": { + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "example": true + }, + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "example": false + }, + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "example": false + }, + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "example": false + }, + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true + }, + "squash_merge_commit_title": { + "type": "string", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." + }, + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." + }, + "merge_commit_title": { + "type": "string", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." + }, + "merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." + }, + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "example": true + }, + "allow_forking": { + "description": "Whether to allow forking this repo", + "type": "boolean" + }, + "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, + "type": "boolean" + }, + "subscribers_count": { + "type": "integer" + }, + "network_count": { + "type": "integer" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "example": "\"2020-07-09T00:17:42Z\"" + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" + } + }, + "required": [ + "archive_url", + "assignees_url", + "blobs_url", + "branches_url", + "collaborators_url", + "comments_url", + "commits_url", + "compare_url", + "contents_url", + "contributors_url", + "deployments_url", + "description", + "downloads_url", + "events_url", + "fork", + "forks_url", + "full_name", + "git_commits_url", + "git_refs_url", + "git_tags_url", + "hooks_url", + "html_url", + "id", + "node_id", + "issue_comment_url", + "issue_events_url", + "issues_url", + "keys_url", + "labels_url", + "languages_url", + "merges_url", + "milestones_url", + "name", + "notifications_url", + "owner", + "private", + "pulls_url", + "releases_url", + "stargazers_url", + "statuses_url", + "subscribers_url", + "subscription_url", + "tags_url", + "teams_url", + "trees_url", + "url", + "clone_url", + "default_branch", + "forks", + "forks_count", + "git_url", + "has_downloads", + "has_issues", + "has_projects", + "has_wiki", + "has_pages", + "homepage", + "language", + "archived", + "disabled", + "mirror_url", + "open_issues", + "open_issues_count", + "license", + "pushed_at", + "size", + "ssh_url", + "stargazers_count", + "svn_url", + "watchers", + "watchers_count", + "created_at", + "updated_at" + ] + }, + "simple-user-webhooks": { + "title": "Simple User", + "description": "The GitHub user that triggered the event. This property is included in every webhook payload.", + "type": "object", + "properties": { + "name": { + "nullable": true, + "type": "string" + }, + "email": { + "nullable": true, + "type": "string" + }, + "login": { + "type": "string", + "example": "octocat" + }, + "id": { + "type": "integer", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "MDQ6VXNlcjE=" + }, + "avatar_url": { + "type": "string", + "format": "uri", + "example": "https://github.com/images/error/octocat_happy.gif" + }, + "gravatar_id": { + "type": "string", + "example": "41d064eb2195891e12d0413f63227ea7", + "nullable": true + }, + "url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat" + }, + "html_url": { + "type": "string", + "format": "uri", + "example": "https://github.com/octocat" + }, + "followers_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/followers" + }, + "following_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/following{/other_user}" + }, + "gists_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/gists{/gist_id}" + }, + "starred_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/subscriptions" + }, + "organizations_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/orgs" + }, + "repos_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/repos" + }, + "events_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/events{/privacy}" + }, + "received_events_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/received_events" + }, + "type": { + "type": "string", + "example": "User" + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "example": "\"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" + ] + }, + "simple-check-suite": { + "description": "A suite of checks performed on the code of a given code change", + "type": "object", + "properties": { + "after": { + "example": "d6fde92930d4715a2b49857d24b940956b26d2d3", + "type": "string", + "nullable": true + }, + "app": { + "$ref": "#/components/schemas/integration" + }, + "before": { + "example": "146e867f55c26428e5f9fade55a9bbf5e95a7912", + "type": "string", + "nullable": true + }, + "conclusion": { + "example": "neutral", + "type": "string", + "nullable": true, + "enum": [ + "success", + "failure", + "neutral", + "cancelled", + "skipped", + "timed_out", + "action_required", + "stale", + "startup_failure" + ] + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "head_branch": { + "example": "master", + "type": "string", + "nullable": true + }, + "head_sha": { + "description": "The SHA of the head commit that is being checked.", + "example": "009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d", + "type": "string" + }, + "id": { + "example": 5, + "type": "integer" + }, + "node_id": { + "example": "MDEwOkNoZWNrU3VpdGU1", + "type": "string" + }, + "pull_requests": { + "type": "array", + "items": { + "$ref": "#/components/schemas/pull-request-minimal" + } + }, + "repository": { + "$ref": "#/components/schemas/minimal-repository" + }, + "status": { + "example": "completed", + "type": "string", + "enum": [ + "queued", + "in_progress", + "completed", + "pending", + "waiting" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "url": { + "example": "https://api.github.com/repos/github/hello-world/check-suites/5", + "type": "string" + } + } + }, + "check-run-with-simple-check-suite": { + "title": "CheckRun", + "description": "A check performed on the code of a given code change", + "type": "object", + "properties": { + "app": { + "$ref": "#/components/schemas/nullable-integration" + }, + "check_suite": { + "$ref": "#/components/schemas/simple-check-suite" + }, + "completed_at": { + "example": "2018-05-04T01:14:52Z", + "type": "string", + "nullable": true, + "format": "date-time" + }, + "conclusion": { + "example": "neutral", + "type": "string", + "nullable": true, + "enum": [ + "waiting", + "pending", + "startup_failure", + "stale", + "success", + "failure", + "neutral", + "cancelled", + "skipped", + "timed_out", + "action_required" ] + }, + "deployment": { + "$ref": "#/components/schemas/deployment-simple" + }, + "details_url": { + "example": "https://example.com", + "type": "string" + }, + "external_id": { + "example": "42", + "type": "string" + }, + "head_sha": { + "description": "The SHA of the commit that is being checked.", + "example": "009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d", + "type": "string" + }, + "html_url": { + "example": "https://github.com/github/hello-world/runs/4", + "type": "string" + }, + "id": { + "description": "The id of the check.", + "example": 21, + "type": "integer" + }, + "name": { + "description": "The name of the check.", + "example": "test-coverage", + "type": "string" + }, + "node_id": { + "example": "MDg6Q2hlY2tSdW40", + "type": "string" + }, + "output": { + "type": "object", + "properties": { + "annotations_count": { + "type": "integer" + }, + "annotations_url": { + "type": "string", + "format": "uri" + }, + "summary": { + "type": "string", + "nullable": true + }, + "text": { + "type": "string", + "nullable": true + }, + "title": { + "type": "string", + "nullable": true + } + }, + "required": [ + "title", + "summary", + "text", + "annotations_count", + "annotations_url" + ] + }, + "pull_requests": { + "type": "array", + "items": { + "$ref": "#/components/schemas/pull-request-minimal" + } + }, + "started_at": { + "example": "2018-05-04T01:14:52Z", + "type": "string", + "format": "date-time" + }, + "status": { + "description": "The phase of the lifecycle that the check is currently in.", + "example": "queued", + "type": "string", + "enum": [ + "queued", + "in_progress", + "completed", + "pending" + ] + }, + "url": { + "example": "https://api.github.com/repos/github/hello-world/check-runs/4", + "type": "string" + } + }, + "required": [ + "id", + "node_id", + "head_sha", + "name", + "url", + "html_url", + "details_url", + "status", + "conclusion", + "started_at", + "completed_at", + "external_id", + "check_suite", + "output", + "app", + "pull_requests" + ] + }, + "discussion": { + "title": "Discussion", + "description": "A Discussion in a repository.", + "type": "object", + "properties": { + "active_lock_reason": { + "type": "string", + "nullable": true + }, + "answer_chosen_at": { + "type": "string", + "nullable": true + }, + "answer_chosen_by": { + "title": "User", + "type": "object", + "nullable": true, + "properties": { + "avatar_url": { + "type": "string", + "format": "uri" + }, + "deleted": { + "type": "boolean" + }, + "email": { + "type": "string", + "nullable": true + }, + "events_url": { + "type": "string", + "format": "uri-template" + }, + "followers_url": { + "type": "string", + "format": "uri" + }, + "following_url": { + "type": "string", + "format": "uri-template" + }, + "gists_url": { + "type": "string", + "format": "uri-template" + }, + "gravatar_id": { + "type": "string" + }, + "html_url": { + "type": "string", + "format": "uri" + }, + "id": { + "type": "integer" + }, + "login": { + "type": "string" + }, + "name": { + "type": "string" + }, + "node_id": { + "type": "string" + }, + "organizations_url": { + "type": "string", + "format": "uri" + }, + "received_events_url": { + "type": "string", + "format": "uri" + }, + "repos_url": { + "type": "string", + "format": "uri" + }, + "site_admin": { + "type": "boolean" + }, + "starred_url": { + "type": "string", + "format": "uri-template" + }, + "subscriptions_url": { + "type": "string", + "format": "uri" + }, + "type": { + "type": "string", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + "url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "login", + "id" + ] + }, + "answer_html_url": { + "type": "string", + "nullable": true + }, + "author_association": { + "title": "AuthorAssociation", + "description": "How the author is associated with the repository.", + "type": "string", + "enum": [ + "COLLABORATOR", + "CONTRIBUTOR", + "FIRST_TIMER", + "FIRST_TIME_CONTRIBUTOR", + "MANNEQUIN", + "MEMBER", + "NONE", + "OWNER" + ] + }, + "body": { + "type": "string" + }, + "category": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "description": { + "type": "string" + }, + "emoji": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "is_answerable": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "node_id": { + "type": "string" + }, + "repository_id": { + "type": "integer" + }, + "slug": { + "type": "string" + }, + "updated_at": { + "type": "string" + } + }, + "required": [ + "id", + "repository_id", + "emoji", + "name", + "description", + "created_at", + "updated_at", + "slug", + "is_answerable" + ] + }, + "comments": { + "type": "integer" + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "html_url": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "locked": { + "type": "boolean" + }, + "node_id": { + "type": "string" + }, + "number": { + "type": "integer" + }, + "reactions": { + "title": "Reactions", + "type": "object", + "properties": { + "+1": { + "type": "integer" + }, + "-1": { + "type": "integer" + }, + "confused": { + "type": "integer" + }, + "eyes": { + "type": "integer" + }, + "heart": { + "type": "integer" + }, + "hooray": { + "type": "integer" + }, + "laugh": { + "type": "integer" + }, + "rocket": { + "type": "integer" + }, + "total_count": { + "type": "integer" + }, + "url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "url", + "total_count", + "+1", + "-1", + "laugh", + "confused", + "heart", + "hooray", + "eyes", + "rocket" + ] + }, + "repository_url": { + "type": "string" + }, + "state": { + "type": "string", + "description": "The current state of the discussion.\n`converting` means that the discussion is being converted from an issue.\n`transferring` means that the discussion is being transferred from another repository.", + "enum": [ + "open", + "closed", + "locked", + "converting", + "transferring" + ] + }, + "state_reason": { + "description": "The reason for the current state", + "example": "resolved", + "type": "string", + "nullable": true, + "enum": [ + "resolved", + "outdated", + "duplicate", + "reopened" + ] + }, + "timeline_url": { + "type": "string" + }, + "title": { + "type": "string" + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "user": { + "title": "User", + "type": "object", + "nullable": true, + "properties": { + "avatar_url": { + "type": "string", + "format": "uri" + }, + "deleted": { + "type": "boolean" + }, + "email": { + "type": "string", + "nullable": true + }, + "events_url": { + "type": "string", + "format": "uri-template" + }, + "followers_url": { + "type": "string", + "format": "uri" + }, + "following_url": { + "type": "string", + "format": "uri-template" + }, + "gists_url": { + "type": "string", + "format": "uri-template" + }, + "gravatar_id": { + "type": "string" + }, + "html_url": { + "type": "string", + "format": "uri" + }, + "id": { + "type": "integer" + }, + "login": { + "type": "string" + }, + "name": { + "type": "string" + }, + "node_id": { + "type": "string" + }, + "organizations_url": { + "type": "string", + "format": "uri" + }, + "received_events_url": { + "type": "string", + "format": "uri" + }, + "repos_url": { + "type": "string", + "format": "uri" + }, + "site_admin": { + "type": "boolean" + }, + "starred_url": { + "type": "string", + "format": "uri-template" + }, + "subscriptions_url": { + "type": "string", + "format": "uri" + }, + "type": { + "type": "string", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + "url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "login", + "id" + ] + } + }, + "required": [ + "repository_url", + "category", + "answer_html_url", + "answer_chosen_at", + "answer_chosen_by", + "html_url", + "id", + "node_id", + "number", + "title", + "user", + "state", + "state_reason", + "locked", + "comments", + "created_at", + "updated_at", + "author_association", + "active_lock_reason", + "body" + ] + }, + "nullable-repository-webhooks": { + "title": "Repository", + "description": "The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property\nwhen the event occurs from activity in a repository.", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier of the repository", + "example": 42, + "type": "integer" + }, + "node_id": { + "type": "string", + "example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + }, + "name": { + "description": "The name of the repository.", + "type": "string", + "example": "Team Environment" + }, + "full_name": { + "type": "string", + "example": "octocat/Hello-World" + }, + "license": { + "$ref": "#/components/schemas/nullable-license-simple" + }, + "organization": { + "$ref": "#/components/schemas/nullable-simple-user" + }, + "forks": { + "type": "integer" + }, + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] + }, + "owner": { + "$ref": "#/components/schemas/simple-user" + }, + "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "example": "https://github.com/octocat/Hello-World" + }, + "description": { + "type": "string", + "example": "This your first repo!", + "nullable": true + }, + "fork": { + "type": "boolean" + }, + "url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/repos/octocat/Hello-World" + }, + "archive_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + }, + "assignees_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + }, + "blobs_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + }, + "branches_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + }, + "collaborators_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + }, + "comments_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + }, + "commits_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + }, + "compare_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + }, + "contents_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + }, + "contributors_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/contributors" + }, + "deployments_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/deployments" + }, + "downloads_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/downloads" + }, + "events_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/events" + }, + "forks_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/forks" + }, + "git_commits_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + }, + "git_refs_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + }, + "git_tags_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + }, + "git_url": { + "type": "string", + "example": "git:github.com/octocat/Hello-World.git" + }, + "issue_comment_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + }, + "issue_events_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + }, + "issues_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + }, + "keys_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + }, + "labels_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + }, + "languages_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/languages" + }, + "merges_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/merges" + }, + "milestones_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + }, + "notifications_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + }, + "pulls_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + }, + "releases_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + }, + "ssh_url": { + "type": "string", + "example": "git@github.com:octocat/Hello-World.git" + }, + "stargazers_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/stargazers" + }, + "statuses_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + }, + "subscribers_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/subscribers" + }, + "subscription_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/subscription" + }, + "tags_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/tags" + }, + "teams_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/teams" + }, + "trees_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + }, + "clone_url": { + "type": "string", + "example": "https://github.com/octocat/Hello-World.git" + }, + "mirror_url": { + "type": "string", + "format": "uri", + "example": "git:git.example.com/octocat/Hello-World", + "nullable": true + }, + "hooks_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/hooks" + }, + "svn_url": { + "type": "string", + "format": "uri", + "example": "https://svn.github.com/octocat/Hello-World" + }, + "homepage": { + "type": "string", + "format": "uri", + "example": "https://github.com", + "nullable": true + }, + "language": { + "type": "string", + "nullable": true + }, + "forks_count": { + "type": "integer", + "example": 9 + }, + "stargazers_count": { + "type": "integer", + "example": 80 + }, + "watchers_count": { + "type": "integer", + "example": 80 + }, + "size": { + "description": "The size of the repository. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "example": 108 + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "example": "master" + }, + "open_issues_count": { + "type": "integer", + "example": 0 + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "example": true + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } + }, + "has_issues": { + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "example": true + }, + "has_projects": { + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "example": true + }, + "has_wiki": { + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "example": true + }, + "has_pages": { + "type": "boolean" + }, + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "example": true + }, + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "example": true + }, + "archived": { + "description": "Whether the repository is archived.", + "default": false, + "type": "boolean" + }, + "disabled": { + "type": "boolean", + "description": "Returns whether or not this repository disabled." + }, + "visibility": { + "description": "The repository visibility: public, private, or internal.", + "default": "public", + "type": "string" + }, + "pushed_at": { + "type": "string", + "format": "date-time", + "example": "2011-01-26T19:06:43Z", + "nullable": true + }, + "created_at": { + "type": "string", + "format": "date-time", + "example": "2011-01-26T19:01:12Z", + "nullable": true + }, + "updated_at": { + "type": "string", + "format": "date-time", + "example": "2011-01-26T19:14:43Z", + "nullable": true + }, + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "example": true + }, + "template_repository": { + "nullable": true, + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "node_id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "full_name": { + "type": "string" + }, + "owner": { + "type": "object", + "properties": { + "login": { + "type": "string" + }, + "id": { + "type": "integer" + }, + "node_id": { + "type": "string" + }, + "avatar_url": { + "type": "string" + }, + "gravatar_id": { + "type": "string" + }, + "url": { + "type": "string" + }, + "html_url": { + "type": "string" + }, + "followers_url": { + "type": "string" + }, + "following_url": { + "type": "string" + }, + "gists_url": { + "type": "string" + }, + "starred_url": { + "type": "string" + }, + "subscriptions_url": { + "type": "string" + }, + "organizations_url": { + "type": "string" + }, + "repos_url": { + "type": "string" + }, + "events_url": { + "type": "string" + }, + "received_events_url": { + "type": "string" + }, + "type": { + "type": "string" + }, + "site_admin": { + "type": "boolean" + } + } + }, + "private": { + "type": "boolean" + }, + "html_url": { + "type": "string" + }, + "description": { + "type": "string" + }, + "fork": { + "type": "boolean" + }, + "url": { + "type": "string" + }, + "archive_url": { + "type": "string" + }, + "assignees_url": { + "type": "string" + }, + "blobs_url": { + "type": "string" + }, + "branches_url": { + "type": "string" + }, + "collaborators_url": { + "type": "string" + }, + "comments_url": { + "type": "string" + }, + "commits_url": { + "type": "string" + }, + "compare_url": { + "type": "string" + }, + "contents_url": { + "type": "string" + }, + "contributors_url": { + "type": "string" + }, + "deployments_url": { + "type": "string" + }, + "downloads_url": { + "type": "string" + }, + "events_url": { + "type": "string" + }, + "forks_url": { + "type": "string" + }, + "git_commits_url": { + "type": "string" + }, + "git_refs_url": { + "type": "string" + }, + "git_tags_url": { + "type": "string" + }, + "git_url": { + "type": "string" + }, + "issue_comment_url": { + "type": "string" + }, + "issue_events_url": { + "type": "string" + }, + "issues_url": { + "type": "string" + }, + "keys_url": { + "type": "string" + }, + "labels_url": { + "type": "string" + }, + "languages_url": { + "type": "string" + }, + "merges_url": { + "type": "string" + }, + "milestones_url": { + "type": "string" + }, + "notifications_url": { + "type": "string" + }, + "pulls_url": { + "type": "string" + }, + "releases_url": { + "type": "string" + }, + "ssh_url": { + "type": "string" + }, + "stargazers_url": { + "type": "string" + }, + "statuses_url": { + "type": "string" + }, + "subscribers_url": { + "type": "string" + }, + "subscription_url": { + "type": "string" + }, + "tags_url": { + "type": "string" + }, + "teams_url": { + "type": "string" + }, + "trees_url": { + "type": "string" + }, + "clone_url": { + "type": "string" + }, + "mirror_url": { + "type": "string" + }, + "hooks_url": { + "type": "string" + }, + "svn_url": { + "type": "string" + }, + "homepage": { + "type": "string" + }, + "language": { + "type": "string" + }, + "forks_count": { + "type": "integer" + }, + "stargazers_count": { + "type": "integer" + }, + "watchers_count": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "default_branch": { + "type": "string" + }, + "open_issues_count": { + "type": "integer" + }, + "is_template": { + "type": "boolean" + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } + }, + "has_issues": { + "type": "boolean" + }, + "has_projects": { + "type": "boolean" + }, + "has_wiki": { + "type": "boolean" + }, + "has_pages": { + "type": "boolean" + }, + "has_downloads": { + "type": "boolean" + }, + "archived": { + "type": "boolean" + }, + "disabled": { + "type": "boolean" + }, + "visibility": { + "type": "string" + }, + "pushed_at": { + "type": "string" + }, + "created_at": { + "type": "string" + }, + "updated_at": { + "type": "string" + }, + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + } + } + }, + "allow_rebase_merge": { + "type": "boolean" + }, + "temp_clone_token": { + "type": "string" + }, + "allow_squash_merge": { + "type": "boolean" + }, + "allow_auto_merge": { + "type": "boolean" + }, + "delete_branch_on_merge": { + "type": "boolean" + }, + "allow_update_branch": { + "type": "boolean" + }, + "use_squash_pr_title_as_default": { + "type": "boolean" + }, + "squash_merge_commit_title": { + "type": "string", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." + }, + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." + }, + "merge_commit_title": { + "type": "string", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." + }, + "merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." + }, + "allow_merge_commit": { + "type": "boolean" + }, + "subscribers_count": { + "type": "integer" + }, + "network_count": { + "type": "integer" + } + } + }, + "temp_clone_token": { + "type": "string" + }, + "allow_squash_merge": { + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "example": true + }, + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "example": false + }, + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "example": false + }, + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "example": false + }, + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true + }, + "squash_merge_commit_title": { + "type": "string", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." + }, + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." + }, + "merge_commit_title": { + "type": "string", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." + }, + "merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." + }, + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "example": true + }, + "allow_forking": { + "description": "Whether to allow forking this repo", + "type": "boolean" + }, + "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, + "type": "boolean" + }, + "subscribers_count": { + "type": "integer" + }, + "network_count": { + "type": "integer" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "example": "\"2020-07-09T00:17:42Z\"" + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ - "repository_url", - "category", - "answer_html_url", - "answer_chosen_at", - "answer_chosen_by", + "archive_url", + "assignees_url", + "blobs_url", + "branches_url", + "collaborators_url", + "comments_url", + "commits_url", + "compare_url", + "contents_url", + "contributors_url", + "deployments_url", + "description", + "downloads_url", + "events_url", + "fork", + "forks_url", + "full_name", + "git_commits_url", + "git_refs_url", + "git_tags_url", + "hooks_url", "html_url", "id", "node_id", - "number", - "title", - "user", - "state", - "state_reason", - "locked", - "comments", + "issue_comment_url", + "issue_events_url", + "issues_url", + "keys_url", + "labels_url", + "languages_url", + "merges_url", + "milestones_url", + "name", + "notifications_url", + "owner", + "private", + "pulls_url", + "releases_url", + "stargazers_url", + "statuses_url", + "subscribers_url", + "subscription_url", + "tags_url", + "teams_url", + "trees_url", + "url", + "clone_url", + "default_branch", + "forks", + "forks_count", + "git_url", + "has_downloads", + "has_issues", + "has_projects", + "has_wiki", + "has_pages", + "homepage", + "language", + "archived", + "disabled", + "mirror_url", + "open_issues", + "open_issues_count", + "license", + "pushed_at", + "size", + "ssh_url", + "stargazers_count", + "svn_url", + "watchers", + "watchers_count", "created_at", - "updated_at", - "author_association", - "active_lock_reason", - "body" - ] + "updated_at" + ], + "nullable": true }, "personal-access-token-request": { "title": "Personal Access Token Request", @@ -116343,10 +118392,10 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "rule": { "title": "branch protection rule", @@ -116514,7 +118563,7 @@ ] }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -116541,10 +118590,10 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "rule": { "title": "branch protection rule", @@ -116712,7 +118761,7 @@ ] }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -116841,10 +118890,10 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "rule": { "title": "branch protection rule", @@ -117012,7 +119061,7 @@ ] }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -117041,16 +119090,16 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "ref": { "type": "string" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -117077,13 +119126,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -117123,13 +119172,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -117169,10 +119218,10 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "requested_action": { "description": "The action requested by the user.", @@ -117185,7 +119234,7 @@ } }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -117226,13 +119275,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -118019,13 +120068,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -118798,13 +120847,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -119571,13 +121620,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -119885,17 +121934,17 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "ref": { "description": "The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty.", "type": "string" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -120229,17 +122278,17 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "ref": { "description": "The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty.", "type": "string" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -120491,17 +122540,17 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "ref": { "description": "The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty.", "type": "string" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -120839,17 +122888,17 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "ref": { "description": "The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty.", "type": "string" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -121092,7 +123141,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "ref": { "description": "The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty.", @@ -121100,10 +123149,10 @@ "nullable": true }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -121314,17 +123363,17 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "ref": { "description": "The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty.", "type": "string" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -121443,8 +123492,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -121576,13 +123625,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -121612,7 +123661,7 @@ "type": "string" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "pusher_type": { "description": "The pusher type for the event. Can be either `user` or a deploy key.", @@ -121631,10 +123680,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -121658,7 +123707,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "pusher_type": { "description": "The pusher type for the event. Can be either `user` or a deploy key.", @@ -121677,10 +123726,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -121708,16 +123757,16 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "enterprise": { "$ref": "#/components/schemas/enterprise" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -121744,16 +123793,16 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "enterprise": { "$ref": "#/components/schemas/enterprise" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -121780,16 +123829,16 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "enterprise": { "$ref": "#/components/schemas/enterprise" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -121816,16 +123865,16 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "enterprise": { "$ref": "#/components/schemas/enterprise" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -121852,16 +123901,16 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "enterprise": { "$ref": "#/components/schemas/enterprise" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -121933,13 +123982,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -122011,13 +124060,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -122679,13 +124728,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "workflow": { "title": "Workflow", @@ -123630,16 +125679,16 @@ } }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "installation": { "$ref": "#/components/schemas/simple-installation" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } } }, @@ -123721,10 +125770,10 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "reviewers": { "type": "array", @@ -123833,7 +125882,7 @@ } }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "since": { "type": "string" @@ -124849,10 +126898,10 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "reviewers": { "type": "array", @@ -124961,7 +127010,7 @@ } }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "since": { "type": "string" @@ -125918,10 +127967,10 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "requestor": { "title": "User", @@ -126122,7 +128171,7 @@ } }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "since": { "type": "string" @@ -128390,13 +130439,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "workflow": { "title": "Workflow", @@ -129401,8 +131450,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -129536,13 +131585,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -129636,13 +131685,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -129673,13 +131722,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -129781,8 +131830,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -129916,13 +131965,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -130025,8 +132074,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -130160,13 +132209,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -130288,8 +132337,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -130423,13 +132472,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -130688,8 +132737,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -131049,13 +133098,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -131085,13 +133134,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -131148,13 +133197,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -131225,13 +133274,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -131262,13 +133311,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -131298,13 +133347,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -131334,13 +133383,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -131367,7 +133416,7 @@ "$ref": "#/components/schemas/discussion" }, "new_repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" } }, "required": [ @@ -131385,13 +133434,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -131497,8 +133546,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -131623,13 +133672,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -131700,13 +133749,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -131737,13 +133786,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -131773,13 +133822,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -131799,7 +133848,7 @@ ] }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -131816,7 +133865,7 @@ ] }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -132736,13 +134785,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -132768,13 +134817,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -132793,7 +134842,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "pages": { "description": "The pages that were updated.", @@ -132842,10 +134891,10 @@ } }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -132871,7 +134920,7 @@ "$ref": "#/components/schemas/installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repositories": { "description": "An array of repository objects that the installation can access.", @@ -132908,7 +134957,7 @@ } }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "requester": { "title": "User", @@ -133003,7 +135052,7 @@ ] }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -133029,7 +135078,7 @@ "$ref": "#/components/schemas/installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repositories": { "description": "An array of repository objects that the installation can access.", @@ -133066,13 +135115,13 @@ } }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "requester": { "nullable": true }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -133098,7 +135147,7 @@ "$ref": "#/components/schemas/installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repositories": { "description": "An array of repository objects that the installation can access.", @@ -133135,13 +135184,13 @@ } }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "requester": { "nullable": true }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -133167,7 +135216,7 @@ "$ref": "#/components/schemas/installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repositories_added": { "description": "An array of repository objects, which were added to the installation.", @@ -133231,7 +135280,7 @@ } }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "repository_selection": { "description": "Describe whether all repositories have been selected or there's a selection involved", @@ -133334,7 +135383,7 @@ ] }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -133364,7 +135413,7 @@ "$ref": "#/components/schemas/installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repositories_added": { "description": "An array of repository objects, which were added to the installation.", @@ -133435,7 +135484,7 @@ } }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "repository_selection": { "description": "Describe whether all repositories have been selected or there's a selection involved", @@ -133538,7 +135587,7 @@ ] }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -133568,7 +135617,7 @@ "$ref": "#/components/schemas/installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repositories": { "description": "An array of repository objects that the installation can access.", @@ -133605,13 +135654,13 @@ } }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "requester": { "nullable": true }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -133779,13 +135828,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "target_type": { "type": "string" @@ -133816,7 +135865,7 @@ "$ref": "#/components/schemas/installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repositories": { "description": "An array of repository objects that the installation can access.", @@ -133853,13 +135902,13 @@ } }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "requester": { "nullable": true }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -133964,8 +136013,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -135118,8 +137167,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -135607,13 +137656,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -135720,8 +137769,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -136871,8 +138920,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -137360,13 +139409,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -137491,8 +139540,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -138645,8 +140694,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -139134,13 +141183,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -140278,8 +142327,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -140440,13 +142489,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -141494,8 +143543,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -141854,13 +143903,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -142898,8 +144947,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -143059,13 +145108,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -144108,8 +146157,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -144820,13 +146869,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -145900,8 +147949,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -146103,13 +148152,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -147153,8 +149202,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -147356,13 +149405,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -148403,8 +150452,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -148768,13 +150817,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -149816,8 +151865,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -150526,13 +152575,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -151568,8 +153617,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -153344,8 +155393,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -153505,13 +155554,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -154548,8 +156597,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -154709,13 +156758,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -155760,8 +157809,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -156119,13 +158168,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -157159,8 +159208,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -158940,8 +160989,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -159101,13 +161150,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -160245,8 +162294,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -160407,13 +162456,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -161456,8 +163505,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -161659,13 +163708,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -162704,8 +164753,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -163060,13 +165109,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -164103,8 +166152,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -164264,13 +166313,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -164338,13 +166387,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -164411,13 +166460,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -164527,13 +166576,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -164673,13 +166722,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -164829,13 +166878,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -164955,13 +167004,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -165080,10 +167129,10 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "scope": { "description": "The scope of the membership. Currently, can only be `team`.", @@ -165448,10 +167497,10 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "scope": { "description": "The scope of the membership. Currently, can only be `team`.", @@ -165763,6 +167812,7 @@ "items": { "type": "string", "enum": [ + "*", "branch_protection_rule", "check_run", "check_suite", @@ -165850,13 +167900,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/nullable-repository" + "$ref": "#/components/schemas/nullable-repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -166062,13 +168112,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -166274,13 +168324,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -166487,13 +168537,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -166742,13 +168792,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -166955,13 +169005,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -167108,13 +169158,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -167260,13 +169310,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -167444,13 +169494,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "user": { "title": "User", @@ -167689,13 +169739,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -167855,13 +169905,13 @@ ] }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -167937,7 +169987,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "package": { "description": "Information about the package.", @@ -168733,10 +170783,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -168762,7 +170812,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "package": { "description": "Information about the package.", @@ -169336,10 +171386,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -169503,13 +171553,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -169533,10 +171583,10 @@ "$ref": "#/components/schemas/personal-access-token-request" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "installation": { "$ref": "#/components/schemas/simple-installation" @@ -169564,10 +171614,10 @@ "$ref": "#/components/schemas/personal-access-token-request" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "installation": { "$ref": "#/components/schemas/simple-installation" @@ -169595,10 +171645,10 @@ "$ref": "#/components/schemas/personal-access-token-request" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "installation": { "$ref": "#/components/schemas/simple-installation" @@ -169626,10 +171676,10 @@ "$ref": "#/components/schemas/personal-access-token-request" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "installation": { "$ref": "#/components/schemas/simple-installation" @@ -169741,13 +171791,13 @@ "type": "integer" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "zen": { "description": "Random string of GitHub zen.", @@ -169804,7 +171854,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "project_card": { "title": "Project Card", @@ -169964,10 +172014,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -169994,7 +172044,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "project_card": { "title": "Project Card", @@ -170154,10 +172204,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -170183,7 +172233,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "project_card": { "title": "Project Card", @@ -170345,10 +172395,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/nullable-repository" + "$ref": "#/components/schemas/nullable-repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -170394,7 +172444,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "project_card": { "title": "Project Card", @@ -170554,10 +172604,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -170603,7 +172653,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "project_card": { "allOf": [ @@ -170871,10 +172921,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -170900,7 +172950,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "project": { "title": "Project", @@ -171066,10 +173116,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -171095,7 +173145,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "project_column": { "title": "Project Column", @@ -171149,10 +173199,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -171177,7 +173227,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "project_column": { "title": "Project Column", @@ -171231,10 +173281,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/nullable-repository" + "$ref": "#/components/schemas/nullable-repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -171275,7 +173325,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "project_column": { "title": "Project Column", @@ -171329,10 +173379,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -171358,7 +173408,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "project_column": { "title": "Project Column", @@ -171412,10 +173462,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -171441,7 +173491,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "project": { "title": "Project", @@ -171607,10 +173657,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -171636,7 +173686,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "project": { "title": "Project", @@ -171802,10 +173852,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/nullable-repository" + "$ref": "#/components/schemas/nullable-repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -171860,7 +173910,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "project": { "title": "Project", @@ -172026,10 +174076,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -172054,7 +174104,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "project": { "title": "Project", @@ -172220,10 +174270,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -172246,13 +174296,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "projects_v2": { "$ref": "#/components/schemas/projects-v2" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -172276,13 +174326,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "projects_v2": { "$ref": "#/components/schemas/projects-v2" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -172306,13 +174356,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "projects_v2": { "$ref": "#/components/schemas/projects-v2" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -172389,13 +174439,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "projects_v2": { "$ref": "#/components/schemas/projects-v2" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -172440,13 +174490,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "projects_v2_item": { "$ref": "#/components/schemas/projects-v2-item" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -172488,13 +174538,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "projects_v2_item": { "$ref": "#/components/schemas/projects-v2-item" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -172519,13 +174569,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "projects_v2_item": { "$ref": "#/components/schemas/projects-v2-item" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -172549,13 +174599,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "projects_v2_item": { "$ref": "#/components/schemas/projects-v2-item" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -172623,13 +174673,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "projects_v2_item": { "$ref": "#/components/schemas/projects-v2-item" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -172671,13 +174721,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "projects_v2_item": { "$ref": "#/components/schemas/projects-v2-item" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -172722,13 +174772,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "projects_v2_item": { "$ref": "#/components/schemas/projects-v2-item" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -172753,13 +174803,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "projects_v2": { "$ref": "#/components/schemas/projects-v2" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -172780,13 +174830,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -172907,7 +174957,7 @@ "type": "integer" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "pull_request": { "title": "Pull Request", @@ -175827,10 +177877,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -175862,7 +177912,7 @@ "type": "integer" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "pull_request": { "title": "Pull Request", @@ -178780,10 +180830,10 @@ "type": "string" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -178815,7 +180865,7 @@ "type": "integer" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "pull_request": { "title": "Pull Request", @@ -181734,10 +183784,10 @@ "type": "string" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -181769,7 +183819,7 @@ "type": "integer" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "pull_request": { "allOf": [ @@ -181837,10 +183887,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -181872,7 +183922,7 @@ "type": "integer" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "pull_request": { "allOf": [ @@ -181940,10 +183990,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -181975,7 +184025,7 @@ "type": "integer" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "pull_request": { "title": "Pull Request", @@ -184884,10 +186934,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -184979,7 +187029,7 @@ "type": "integer" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "pull_request": { "allOf": [ @@ -185047,10 +187097,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -185123,7 +187173,7 @@ "type": "integer" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "pull_request": { "title": "Pull Request", @@ -188044,10 +190094,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -188079,7 +190129,7 @@ "type": "integer" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "pull_request": { "title": "Pull Request", @@ -190998,10 +193048,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -191033,7 +193083,7 @@ "type": "integer" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "pull_request": { "title": "Pull Request", @@ -193942,10 +195992,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -193976,7 +196026,7 @@ "type": "integer" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "pull_request": { "allOf": [ @@ -194044,10 +196094,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -194079,7 +196129,7 @@ "type": "integer" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "pull_request": { "allOf": [ @@ -194147,10 +196197,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -194182,7 +196232,7 @@ "type": "integer" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "pull_request": { "allOf": [ @@ -194250,10 +196300,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -194457,8 +196507,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -194636,7 +196686,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "pull_request": { "type": "object", @@ -197414,10 +199464,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -197620,8 +199670,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -197799,7 +199849,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "pull_request": { "type": "object", @@ -200565,10 +202615,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -200789,8 +202839,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -200968,7 +203018,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "pull_request": { "type": "object", @@ -203735,10 +205785,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -203767,7 +205817,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "pull_request": { "title": "Simple Pull Request", @@ -206548,7 +208598,7 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "review": { "description": "The review that was affected.", @@ -206749,7 +208799,7 @@ ] }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -206794,7 +208844,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "pull_request": { "title": "Simple Pull Request", @@ -209478,7 +211528,7 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "review": { "description": "The review that was affected.", @@ -209674,7 +211724,7 @@ ] }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -209709,7 +211759,7 @@ "type": "integer" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "pull_request": { "title": "Pull Request", @@ -212631,7 +214681,7 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "requested_reviewer": { "title": "User", @@ -212726,7 +214776,7 @@ ] }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -212758,7 +214808,7 @@ "type": "integer" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "pull_request": { "title": "Pull Request", @@ -215680,7 +217730,7 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "requested_team": { "title": "Team", @@ -215821,7 +217871,7 @@ ] }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -215858,7 +217908,7 @@ "type": "integer" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "pull_request": { "title": "Pull Request", @@ -218775,7 +220825,7 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "requested_reviewer": { "title": "User", @@ -218871,7 +220921,7 @@ ] }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -218903,7 +220953,7 @@ "type": "integer" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "pull_request": { "title": "Pull Request", @@ -221811,7 +223861,7 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "requested_team": { "title": "Team", @@ -221943,7 +223993,7 @@ ] }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -221974,7 +224024,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "pull_request": { "title": "Simple Pull Request", @@ -224757,7 +226807,7 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "review": { "description": "The review that was affected.", @@ -224953,7 +227003,7 @@ ] }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -224981,7 +227031,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "pull_request": { "title": "Simple Pull Request", @@ -227683,10 +229733,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "thread": { "type": "object", @@ -227876,8 +229926,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -228084,7 +230134,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "pull_request": { "title": "Simple Pull Request", @@ -230772,10 +232822,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "thread": { "type": "object", @@ -230964,8 +233014,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -231181,7 +233231,7 @@ "type": "integer" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "pull_request": { "title": "Pull Request", @@ -234099,10 +236149,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -234229,7 +236279,7 @@ "type": "integer" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "pull_request": { "title": "Pull Request", @@ -237151,10 +239201,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -237226,7 +239276,7 @@ "type": "integer" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "pull_request": { "title": "Pull Request", @@ -240146,10 +242196,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -240181,7 +242231,7 @@ "type": "integer" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "pull_request": { "title": "Pull Request", @@ -243085,10 +245135,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -243373,7 +245423,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "pusher": { "title": "Committer", @@ -244004,7 +246054,7 @@ ] }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -244038,7 +246088,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "registry_package": { "type": "object", @@ -244783,10 +246833,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -244811,7 +246861,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "registry_package": { "type": "object", @@ -245298,10 +247348,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -245327,7 +247377,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "release": { "title": "Release", @@ -245671,8 +247721,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -245730,10 +247780,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -245760,7 +247810,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "release": { "title": "Release", @@ -246104,8 +248154,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -246163,10 +248213,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -246234,7 +248284,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "release": { "title": "Release", @@ -246578,8 +248628,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -246637,10 +248687,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -246667,7 +248717,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "release": { "allOf": [ @@ -247013,8 +249063,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -247205,10 +249255,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -247234,7 +249284,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "release": { "allOf": [ @@ -247580,8 +249630,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -247769,10 +249819,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -247798,7 +249848,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "release": { "title": "Release", @@ -248142,8 +250192,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -248201,10 +250251,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -248230,7 +250280,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "release": { "allOf": [ @@ -248576,8 +250626,8 @@ "required": [ "url", "total_count", - "plus1", - "minus1", + "+1", + "-1", "laugh", "confused", "heart", @@ -248764,10 +250814,10 @@ ] }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -248792,13 +250842,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -248821,13 +250871,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -248851,13 +250901,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -248883,13 +250933,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -248915,13 +250965,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -248955,13 +251005,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -249042,13 +251092,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -249075,13 +251125,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -249107,13 +251157,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -249166,13 +251216,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -249381,13 +251431,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -249414,13 +251464,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -249666,13 +251716,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -250028,13 +252078,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -250281,13 +252331,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -250542,13 +252592,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -250578,13 +252628,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -250613,13 +252663,13 @@ "$ref": "#/components/schemas/secret-scanning-location" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -250662,13 +252712,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -250697,13 +252747,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -250732,13 +252782,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -250764,10 +252814,10 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "security_advisory": { "description": "The details of the security advisory, including summary, description, and severity.", @@ -250926,7 +252976,7 @@ ] }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -250951,10 +253001,10 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "security_advisory": { "description": "The details of the security advisory, including summary, description, and severity.", @@ -251113,7 +253163,7 @@ ] }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -251138,10 +253188,10 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "security_advisory": { "description": "The details of the security advisory, including summary, description, and severity.", @@ -251299,7 +253349,7 @@ ] }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -251331,13 +253381,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { "$ref": "#/components/schemas/full-repository" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -251362,13 +253412,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "sponsorship": { "type": "object", @@ -251702,13 +253752,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "sponsorship": { "type": "object", @@ -252059,13 +254109,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "sponsorship": { "type": "object", @@ -252404,13 +254454,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "sponsorship": { "type": "object", @@ -252807,13 +254857,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "sponsorship": { "type": "object", @@ -253207,13 +255257,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "sponsorship": { "type": "object", @@ -253548,13 +255598,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "starred_at": { "description": "The time the star was created. This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`. Will be `null` for the `deleted` action.", @@ -253586,13 +255636,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "starred_at": { "description": "The time the star was created. This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`. Will be `null` for the `deleted` action.", @@ -254090,13 +256140,13 @@ "type": "string" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "sha": { "description": "The Commit SHA.", @@ -254148,13 +256198,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "team": { "title": "Team", @@ -254326,7 +256376,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { "title": "Repository", @@ -254917,7 +256967,7 @@ ] }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "team": { "title": "Team", @@ -255089,7 +257139,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { "title": "Repository", @@ -255680,7 +257730,7 @@ ] }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "team": { "title": "Team", @@ -255853,7 +257903,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { "title": "Repository", @@ -256444,7 +258494,7 @@ ] }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "team": { "title": "Team", @@ -256703,7 +258753,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { "title": "Repository", @@ -257294,7 +259344,7 @@ ] }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "team": { "title": "Team", @@ -257468,7 +259518,7 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { "title": "Repository", @@ -258059,7 +260109,7 @@ ] }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "team": { "title": "Team", @@ -258231,13 +260281,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "user": { "title": "User", @@ -258352,13 +260402,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "user": { "title": "User", @@ -258474,13 +260524,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ @@ -258505,16 +260555,16 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "ref": { "type": "string" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "workflow": { "type": "string" @@ -258545,13 +260595,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "workflow_job": { "allOf": [ @@ -258876,13 +260926,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "workflow_job": { "allOf": [ @@ -259239,13 +261289,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "workflow_job": { "type": "object", @@ -259447,13 +261497,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "workflow_job": { "type": "object", @@ -259656,13 +261706,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "workflow": { "title": "Workflow", @@ -261626,13 +263676,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "workflow": { "title": "Workflow", @@ -263596,13 +265646,13 @@ "$ref": "#/components/schemas/simple-installation" }, "organization": { - "$ref": "#/components/schemas/organization-simple" + "$ref": "#/components/schemas/organization-simple-webhooks" }, "repository": { - "$ref": "#/components/schemas/repository" + "$ref": "#/components/schemas/repository-webhooks" }, "sender": { - "$ref": "#/components/schemas/simple-user" + "$ref": "#/components/schemas/simple-user-webhooks" }, "workflow": { "title": "Workflow", @@ -265586,7 +267636,7 @@ "type": "User", "site_admin": false }, - "access_tokens_url": "https://api.github.com/installations/1/access_tokens", + "access_tokens_url": "https://api.github.com/app/installations/1/access_tokens", "repositories_url": "https://api.github.com/installation/repositories", "html_url": "https://github.com/organizations/github/settings/installations/1", "app_id": 1, @@ -265639,7 +267689,7 @@ "type": "User", "site_admin": false }, - "access_tokens_url": "https://api.github.com/installations/1/access_tokens", + "access_tokens_url": "https://api.github.com/app/installations/1/access_tokens", "repositories_url": "https://api.github.com/installation/repositories", "html_url": "https://github.com/organizations/github/settings/installations/1", "app_id": 1, @@ -272075,7 +274125,7 @@ "site_admin": false }, "repository_selection": "all", - "access_tokens_url": "https://api.github.com/installations/1/access_tokens", + "access_tokens_url": "https://api.github.com/app/installations/1/access_tokens", "repositories_url": "https://api.github.com/installation/repositories", "html_url": "https://github.com/organizations/github/settings/installations/1", "app_id": 1, @@ -281465,6 +283515,39 @@ "name": "main" } }, + "deployment-protection-rules": { + "value": [ + { + "total_count": 2 + }, + { + "custom_deployment_protection_rules": [ + { + "id": 3, + "node_id": "IEH37kRlcGxveW1lbnRTdGF0ddiv", + "enabled": true, + "app": { + "id": 1, + "node_id": "GHT58kRlcGxveW1lbnRTdTY!bbcy", + "slug": "a-custom-app", + "integration_url": "https://api.github.com/apps/a-custom-app" + } + }, + { + "id": 4, + "node_id": "MDE2OkRlcGxveW1lbnRTdHJ41128", + "enabled": true, + "app": { + "id": 1, + "node_id": "UHVE67RlcGxveW1lbnRTdTY!jfeuy", + "slug": "another-custom-app", + "integration_url": "https://api.github.com/apps/another-custom-app" + } + } + ] + } + ] + }, "deployment-protection-rule": { "value": { "id": 3, @@ -288530,7 +290613,7 @@ "type": "User", "site_admin": false }, - "access_tokens_url": "https://api.github.com/installations/1/access_tokens", + "access_tokens_url": "https://api.github.com/app/installations/1/access_tokens", "repositories_url": "https://api.github.com/installation/repositories", "html_url": "https://github.com/organizations/github/settings/installations/1", "app_id": 1, @@ -288580,7 +290663,7 @@ "type": "User", "site_admin": false }, - "access_tokens_url": "https://api.github.com/installations/1/access_tokens", + "access_tokens_url": "https://api.github.com/app/installations/1/access_tokens", "repositories_url": "https://api.github.com/installation/repositories", "html_url": "https://github.com/organizations/github/settings/installations/1", "app_id": 1, @@ -293807,4 +295890,4 @@ } } } -} +} \ No newline at end of file