From 490ae716b5c6bb4ff27ae91da3d3ea56634f6933 Mon Sep 17 00:00:00 2001 From: Tim Rogers Date: Wed, 29 Jun 2022 13:20:11 +0100 Subject: [PATCH] chore: update auto-generated `endpoints.json` file using `octokit/openapi` v6.2.1 and the latest GraphQL query --- .../update-endpoints/generated/endpoints.json | 5178 +++++++++++++++-- 1 file changed, 4794 insertions(+), 384 deletions(-) diff --git a/scripts/update-endpoints/generated/endpoints.json b/scripts/update-endpoints/generated/endpoints.json index a70c0408..57604037 100644 --- a/scripts/update-endpoints/generated/endpoints.json +++ b/scripts/update-endpoints/generated/endpoints.json @@ -18,6 +18,11 @@ "code": 422, "schema": "{\"title\":\"Validation Error Simple\",\"description\":\"Validation Error Simple\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "runner_id" }, + { "name": "labels" } ] }, { @@ -39,6 +44,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error Simple\",\"description\":\"Validation Error Simple\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "runner_id" }, + { "name": "labels" } ] }, { @@ -47,7 +58,12 @@ "scope": "actions", "documentationUrl": "https://docs.github.com/rest/reference/actions#add-repository-acess-to-a-self-hosted-runner-group-in-an-organization", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "org" }, + { "name": "runner_group_id" }, + { "name": "repository_id" } + ] }, { "url": "/orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}", @@ -58,6 +74,11 @@ "responses": [ { "code": 204, "schema": null }, { "code": 409, "schema": null } + ], + "parameters": [ + { "name": "org" }, + { "name": "secret_name" }, + { "name": "repository_id" } ] }, { @@ -66,7 +87,12 @@ "scope": "actions", "documentationUrl": "https://docs.github.com/rest/reference/actions#add-a-self-hosted-runner-to-a-group-for-an-organization", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "org" }, + { "name": "runner_group_id" }, + { "name": "runner_id" } + ] }, { "url": "/repos/{owner}/{repo}/actions/runs/{run_id}/approve", @@ -87,6 +113,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "run_id" } ] }, { @@ -104,6 +135,11 @@ "code": 409, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "run_id" } ] }, { @@ -118,6 +154,13 @@ "schema": "{\"title\":\"Empty Object\",\"description\":\"An object without any properties.\",\"type\":\"object\",\"properties\":{},\"additionalProperties\":false}" }, { "code": 204, "schema": null } + ], + "parameters": [ + { "name": "repository_id" }, + { "name": "environment_name" }, + { "name": "secret_name" }, + { "name": "encrypted_value" }, + { "name": "key_id" } ] }, { @@ -132,6 +175,14 @@ "schema": "{\"title\":\"Empty Object\",\"description\":\"An object without any properties.\",\"type\":\"object\",\"properties\":{},\"additionalProperties\":false}" }, { "code": 204, "schema": null } + ], + "parameters": [ + { "name": "org" }, + { "name": "secret_name" }, + { "name": "encrypted_value" }, + { "name": "key_id" }, + { "name": "visibility" }, + { "name": "selected_repository_ids" } ] }, { @@ -146,6 +197,13 @@ "schema": "{\"type\":\"object\",\"properties\":{},\"additionalProperties\":false}" }, { "code": 204, "schema": null } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "secret_name" }, + { "name": "encrypted_value" }, + { "name": "key_id" } ] }, { @@ -159,7 +217,8 @@ "code": 201, "schema": "{\"title\":\"Authentication Token\",\"description\":\"Authentication Token\",\"type\":\"object\",\"properties\":{\"token\":{\"description\":\"The token used for authentication\",\"type\":\"string\",\"example\":\"v1.1f699f1069f60xxx\"},\"expires_at\":{\"description\":\"The time this token expires\",\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2016-07-11T22:14:10Z\"},\"permissions\":{\"type\":\"object\",\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"repositories\":{\"description\":\"The repositories this token has access to\",\"type\":\"array\",\"items\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"]}},\"single_file\":{\"type\":\"string\",\"example\":\"config.yaml\",\"nullable\":true},\"repository_selection\":{\"description\":\"Describe whether all repositories have been selected or there's a selection involved\",\"type\":\"string\",\"enum\":[\"all\",\"selected\"]}},\"required\":[\"token\",\"expires_at\"]}" } - ] + ], + "parameters": [{ "name": "org" }] }, { "url": "/repos/{owner}/{repo}/actions/runners/registration-token", @@ -172,7 +231,8 @@ "code": 201, "schema": "{\"title\":\"Authentication Token\",\"description\":\"Authentication Token\",\"type\":\"object\",\"properties\":{\"token\":{\"description\":\"The token used for authentication\",\"type\":\"string\",\"example\":\"v1.1f699f1069f60xxx\"},\"expires_at\":{\"description\":\"The time this token expires\",\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2016-07-11T22:14:10Z\"},\"permissions\":{\"type\":\"object\",\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"repositories\":{\"description\":\"The repositories this token has access to\",\"type\":\"array\",\"items\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"]}},\"single_file\":{\"type\":\"string\",\"example\":\"config.yaml\",\"nullable\":true},\"repository_selection\":{\"description\":\"Describe whether all repositories have been selected or there's a selection involved\",\"type\":\"string\",\"enum\":[\"all\",\"selected\"]}},\"required\":[\"token\",\"expires_at\"]}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/orgs/{org}/actions/runners/remove-token", @@ -185,7 +245,8 @@ "code": 201, "schema": "{\"title\":\"Authentication Token\",\"description\":\"Authentication Token\",\"type\":\"object\",\"properties\":{\"token\":{\"description\":\"The token used for authentication\",\"type\":\"string\",\"example\":\"v1.1f699f1069f60xxx\"},\"expires_at\":{\"description\":\"The time this token expires\",\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2016-07-11T22:14:10Z\"},\"permissions\":{\"type\":\"object\",\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"repositories\":{\"description\":\"The repositories this token has access to\",\"type\":\"array\",\"items\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"]}},\"single_file\":{\"type\":\"string\",\"example\":\"config.yaml\",\"nullable\":true},\"repository_selection\":{\"description\":\"Describe whether all repositories have been selected or there's a selection involved\",\"type\":\"string\",\"enum\":[\"all\",\"selected\"]}},\"required\":[\"token\",\"expires_at\"]}" } - ] + ], + "parameters": [{ "name": "org" }] }, { "url": "/repos/{owner}/{repo}/actions/runners/remove-token", @@ -198,7 +259,8 @@ "code": 201, "schema": "{\"title\":\"Authentication Token\",\"description\":\"Authentication Token\",\"type\":\"object\",\"properties\":{\"token\":{\"description\":\"The token used for authentication\",\"type\":\"string\",\"example\":\"v1.1f699f1069f60xxx\"},\"expires_at\":{\"description\":\"The time this token expires\",\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2016-07-11T22:14:10Z\"},\"permissions\":{\"type\":\"object\",\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"repositories\":{\"description\":\"The repositories this token has access to\",\"type\":\"array\",\"items\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"]}},\"single_file\":{\"type\":\"string\",\"example\":\"config.yaml\",\"nullable\":true},\"repository_selection\":{\"description\":\"Describe whether all repositories have been selected or there's a selection involved\",\"type\":\"string\",\"enum\":[\"all\",\"selected\"]}},\"required\":[\"token\",\"expires_at\"]}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/orgs/{org}/actions/runner-groups", @@ -211,6 +273,16 @@ "code": 201, "schema": "{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"number\"},\"name\":{\"type\":\"string\"},\"visibility\":{\"type\":\"string\"},\"default\":{\"type\":\"boolean\"},\"selected_repositories_url\":{\"description\":\"Link to the selected repositories resource for this runner group. Not present unless visibility was set to `selected`\",\"type\":\"string\"},\"runners_url\":{\"type\":\"string\"},\"inherited\":{\"type\":\"boolean\"},\"inherited_allows_public_repositories\":{\"type\":\"boolean\"},\"allows_public_repositories\":{\"type\":\"boolean\"},\"workflow_restrictions_read_only\":{\"description\":\"If `true`, the `restricted_to_workflows` and `selected_workflows` fields cannot be modified.\",\"type\":\"boolean\",\"default\":false},\"restricted_to_workflows\":{\"description\":\"If `true`, the runner group will be restricted to running only the workflows specified in the `selected_workflows` array.\",\"type\":\"boolean\",\"default\":false},\"selected_workflows\":{\"description\":\"List of workflows the runner group should be allowed to run. This setting will be ignored unless `restricted_to_workflows` is set to `true`.\",\"type\":\"array\",\"items\":{\"type\":\"string\",\"description\":\"Name of workflow the runner group should be allowed to run. Note that a ref, tag, or long SHA is required.\",\"example\":\"octo-org/octo-repo/.github/workflows/deploy.yaml@main\"}}},\"required\":[\"id\",\"name\",\"visibility\",\"default\",\"runners_url\",\"inherited\",\"allows_public_repositories\"]}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "name" }, + { "name": "visibility" }, + { "name": "selected_repository_ids" }, + { "name": "runners" }, + { "name": "allows_public_repositories" }, + { "name": "restricted_to_workflows" }, + { "name": "selected_workflows" } ] }, { @@ -219,7 +291,15 @@ "scope": "actions", "documentationUrl": "https://docs.github.com/rest/reference/actions#create-a-workflow-dispatch-event", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "workflow_id" }, + { "name": "ref" }, + { "name": "inputs" }, + { "name": "inputs.*" } + ] }, { "url": "/repos/{owner}/{repo}/actions/caches/{cache_id}", @@ -227,7 +307,12 @@ "scope": "actions", "documentationUrl": "https://docs.github.com/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "cache_id" } + ] }, { "url": "/repos/{owner}/{repo}/actions/caches{?key,ref}", @@ -240,6 +325,12 @@ "code": 200, "schema": "{\"title\":\"Repository actions caches\",\"description\":\"Repository actions caches\",\"type\":\"object\",\"properties\":{\"total_count\":{\"description\":\"Total number of caches\",\"type\":\"integer\",\"example\":2},\"actions_caches\":{\"description\":\"Array of caches\",\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":2},\"ref\":{\"type\":\"string\",\"example\":\"refs/heads/main\"},\"key\":{\"type\":\"string\",\"example\":\"Linux-node-958aff96db2d75d67787d1e634ae70b659de937b\"},\"version\":{\"type\":\"string\",\"example\":\"73885106f58cc52a7df9ec4d4a5622a5614813162cb516c759a30af6bf56e6f0\"},\"last_accessed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2019-01-24T22:45:36.000Z\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2019-01-24T22:45:36.000Z\"},\"size_in_bytes\":{\"type\":\"integer\",\"example\":1024}}}}},\"required\":[\"total_count\",\"actions_caches\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "key" }, + { "name": "ref" } ] }, { @@ -248,7 +339,12 @@ "scope": "actions", "documentationUrl": "https://docs.github.com/rest/reference/actions#delete-an-artifact", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "artifact_id" } + ] }, { "url": "/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}", @@ -256,7 +352,12 @@ "scope": "actions", "documentationUrl": "https://docs.github.com/rest/reference/actions#delete-an-environment-secret", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "repository_id" }, + { "name": "environment_name" }, + { "name": "secret_name" } + ] }, { "url": "/orgs/{org}/actions/secrets/{secret_name}", @@ -264,7 +365,8 @@ "scope": "actions", "documentationUrl": "https://docs.github.com/rest/reference/actions#delete-an-organization-secret", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [{ "name": "org" }, { "name": "secret_name" }] }, { "url": "/repos/{owner}/{repo}/actions/secrets/{secret_name}", @@ -272,7 +374,12 @@ "scope": "actions", "documentationUrl": "https://docs.github.com/rest/reference/actions#delete-a-repository-secret", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "secret_name" } + ] }, { "url": "/orgs/{org}/actions/runners/{runner_id}", @@ -280,7 +387,8 @@ "scope": "actions", "documentationUrl": "https://docs.github.com/rest/reference/actions#delete-a-self-hosted-runner-from-an-organization", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [{ "name": "org" }, { "name": "runner_id" }] }, { "url": "/repos/{owner}/{repo}/actions/runners/{runner_id}", @@ -288,7 +396,12 @@ "scope": "actions", "documentationUrl": "https://docs.github.com/rest/reference/actions#delete-a-self-hosted-runner-from-a-repository", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "runner_id" } + ] }, { "url": "/orgs/{org}/actions/runner-groups/{runner_group_id}", @@ -296,7 +409,8 @@ "scope": "actions", "documentationUrl": "https://docs.github.com/rest/reference/actions#delete-a-self-hosted-runner-group-from-an-organization", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [{ "name": "org" }, { "name": "runner_group_id" }] }, { "url": "/repos/{owner}/{repo}/actions/runs/{run_id}", @@ -304,7 +418,12 @@ "scope": "actions", "documentationUrl": "https://docs.github.com/rest/reference/actions#delete-a-workflow-run", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "run_id" } + ] }, { "url": "/repos/{owner}/{repo}/actions/runs/{run_id}/logs", @@ -322,6 +441,11 @@ "code": 500, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "run_id" } ] }, { @@ -330,7 +454,8 @@ "scope": "actions", "documentationUrl": "https://docs.github.com/rest/reference/actions#disable-a-selected-repository-for-github-actions-in-an-organization", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [{ "name": "org" }, { "name": "repository_id" }] }, { "url": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/disable", @@ -338,7 +463,12 @@ "scope": "actions", "documentationUrl": "https://docs.github.com/rest/reference/actions#disable-a-workflow", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "workflow_id" } + ] }, { "url": "/repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format}", @@ -352,6 +482,12 @@ "code": 410, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "artifact_id" }, + { "name": "archive_format" } ] }, { @@ -360,7 +496,12 @@ "scope": "actions", "documentationUrl": "https://docs.github.com/rest/reference/actions#download-job-logs-for-a-workflow-run", "renamed": null, - "responses": [{ "code": 302, "schema": null }] + "responses": [{ "code": 302, "schema": null }], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "job_id" } + ] }, { "url": "/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/logs", @@ -368,7 +509,13 @@ "scope": "actions", "documentationUrl": "https://docs.github.com/rest/reference/actions#download-workflow-run-attempt-logs", "renamed": null, - "responses": [{ "code": 302, "schema": null }] + "responses": [{ "code": 302, "schema": null }], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "run_id" }, + { "name": "attempt_number" } + ] }, { "url": "/repos/{owner}/{repo}/actions/runs/{run_id}/logs", @@ -376,7 +523,12 @@ "scope": "actions", "documentationUrl": "https://docs.github.com/rest/reference/actions#download-workflow-run-logs", "renamed": null, - "responses": [{ "code": 302, "schema": null }] + "responses": [{ "code": 302, "schema": null }], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "run_id" } + ] }, { "url": "/orgs/{org}/actions/permissions/repositories/{repository_id}", @@ -384,7 +536,8 @@ "scope": "actions", "documentationUrl": "https://docs.github.com/rest/reference/actions#enable-a-selected-repository-for-github-actions-in-an-organization", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [{ "name": "org" }, { "name": "repository_id" }] }, { "url": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable", @@ -392,7 +545,12 @@ "scope": "actions", "documentationUrl": "https://docs.github.com/rest/reference/actions#enable-a-workflow", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "workflow_id" } + ] }, { "url": "/repos/{owner}/{repo}/actions/caches", @@ -405,6 +563,16 @@ "code": 200, "schema": "{\"title\":\"Repository actions caches\",\"description\":\"Repository actions caches\",\"type\":\"object\",\"properties\":{\"total_count\":{\"description\":\"Total number of caches\",\"type\":\"integer\",\"example\":2},\"actions_caches\":{\"description\":\"Array of caches\",\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":2},\"ref\":{\"type\":\"string\",\"example\":\"refs/heads/main\"},\"key\":{\"type\":\"string\",\"example\":\"Linux-node-958aff96db2d75d67787d1e634ae70b659de937b\"},\"version\":{\"type\":\"string\",\"example\":\"73885106f58cc52a7df9ec4d4a5622a5614813162cb516c759a30af6bf56e6f0\"},\"last_accessed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2019-01-24T22:45:36.000Z\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2019-01-24T22:45:36.000Z\"},\"size_in_bytes\":{\"type\":\"integer\",\"example\":1024}}}}},\"required\":[\"total_count\",\"actions_caches\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "per_page" }, + { "name": "page" }, + { "name": "ref" }, + { "name": "key" }, + { "name": "sort" }, + { "name": "direction" } ] }, { @@ -418,7 +586,8 @@ "code": 200, "schema": "{\"title\":\"Actions Cache Usage by repository\",\"description\":\"GitHub Actions Cache Usage by repository.\",\"type\":\"object\",\"properties\":{\"full_name\":{\"description\":\"The repository owner and name for the cache usage being shown.\",\"type\":\"string\",\"example\":\"octo-org/Hello-World\"},\"active_caches_size_in_bytes\":{\"description\":\"The sum of the size in bytes of all the active cache items in the repository.\",\"type\":\"integer\",\"example\":2322142},\"active_caches_count\":{\"description\":\"The number of active caches in the repository.\",\"type\":\"integer\",\"example\":3}},\"required\":[\"full_name\",\"active_caches_size_in_bytes\",\"active_caches_count\"]}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/orgs/{org}/actions/cache/usage-by-repository", @@ -431,6 +600,11 @@ "code": 200, "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"repository_cache_usages\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"repository_cache_usages\":{\"type\":\"array\",\"items\":{\"title\":\"Actions Cache Usage by repository\",\"description\":\"GitHub Actions Cache Usage by repository.\",\"type\":\"object\",\"properties\":{\"full_name\":{\"description\":\"The repository owner and name for the cache usage being shown.\",\"type\":\"string\",\"example\":\"octo-org/Hello-World\"},\"active_caches_size_in_bytes\":{\"description\":\"The sum of the size in bytes of all the active cache items in the repository.\",\"type\":\"integer\",\"example\":2322142},\"active_caches_count\":{\"description\":\"The number of active caches in the repository.\",\"type\":\"integer\",\"example\":3}},\"required\":[\"full_name\",\"active_caches_size_in_bytes\",\"active_caches_count\"]}}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -444,7 +618,8 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"total_active_caches_count\":{\"type\":\"integer\",\"description\":\"The count of active caches across all repositories of an enterprise or an organization.\"},\"total_active_caches_size_in_bytes\":{\"type\":\"integer\",\"description\":\"The total size in bytes of all active cache items across all repositories of an enterprise or an organization.\"}},\"required\":[\"total_active_caches_count\",\"total_active_caches_size_in_bytes\"]}" } - ] + ], + "parameters": [{ "name": "enterprise" }] }, { "url": "/orgs/{org}/actions/cache/usage", @@ -457,7 +632,8 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"total_active_caches_count\":{\"type\":\"integer\",\"description\":\"The count of active caches across all repositories of an enterprise or an organization.\"},\"total_active_caches_size_in_bytes\":{\"type\":\"integer\",\"description\":\"The total size in bytes of all active cache items across all repositories of an enterprise or an organization.\"}},\"required\":[\"total_active_caches_count\",\"total_active_caches_size_in_bytes\"]}" } - ] + ], + "parameters": [{ "name": "org" }] }, { "url": "/orgs/{org}/actions/permissions/selected-actions", @@ -470,7 +646,8 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"github_owned_allowed\":{\"type\":\"boolean\",\"description\":\"Whether GitHub-owned actions are allowed. For example, this includes the actions in the `actions` organization.\"},\"verified_allowed\":{\"type\":\"boolean\",\"description\":\"Whether actions from GitHub Marketplace verified creators are allowed. Set to `true` to allow all actions by GitHub Marketplace verified creators.\"},\"patterns_allowed\":{\"type\":\"array\",\"description\":\"Specifies a list of string-matching patterns to allow specific action(s) and reusable workflow(s). Wildcards, tags, and SHAs are allowed. For example, `monalisa/octocat@*`, `monalisa/octocat@v2`, `monalisa/*`.\\\"\",\"items\":{\"type\":\"string\"}}}}" } - ] + ], + "parameters": [{ "name": "org" }] }, { "url": "/repos/{owner}/{repo}/actions/permissions/selected-actions", @@ -483,7 +660,8 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"github_owned_allowed\":{\"type\":\"boolean\",\"description\":\"Whether GitHub-owned actions are allowed. For example, this includes the actions in the `actions` organization.\"},\"verified_allowed\":{\"type\":\"boolean\",\"description\":\"Whether actions from GitHub Marketplace verified creators are allowed. Set to `true` to allow all actions by GitHub Marketplace verified creators.\"},\"patterns_allowed\":{\"type\":\"array\",\"description\":\"Specifies a list of string-matching patterns to allow specific action(s) and reusable workflow(s). Wildcards, tags, and SHAs are allowed. For example, `monalisa/octocat@*`, `monalisa/octocat@v2`, `monalisa/*`.\\\"\",\"items\":{\"type\":\"string\"}}}}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repos/{owner}/{repo}/actions/artifacts/{artifact_id}", @@ -496,6 +674,11 @@ "code": 200, "schema": "{\"title\":\"Artifact\",\"description\":\"An artifact\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":5},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkNoZWNrU3VpdGU1\"},\"name\":{\"description\":\"The name of the artifact.\",\"type\":\"string\",\"example\":\"AdventureWorks.Framework\"},\"size_in_bytes\":{\"description\":\"The size in bytes of the artifact.\",\"type\":\"integer\",\"example\":12345},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/artifacts/5\"},\"archive_download_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/artifacts/5/zip\"},\"expired\":{\"description\":\"Whether or not the artifact has expired.\",\"type\":\"boolean\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"expires_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"workflow_run\":{\"type\":\"object\",\"nullable\":true,\"properties\":{\"id\":{\"example\":10,\"type\":\"integer\"},\"repository_id\":{\"example\":42,\"type\":\"integer\"},\"head_repository_id\":{\"example\":42,\"type\":\"integer\"},\"head_branch\":{\"example\":\"main\",\"type\":\"string\"},\"head_sha\":{\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"}}}},\"required\":[\"id\",\"node_id\",\"name\",\"size_in_bytes\",\"url\",\"archive_download_url\",\"expired\",\"created_at\",\"expires_at\",\"updated_at\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "artifact_id" } ] }, { @@ -521,7 +704,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repositories/{repository_id}/environments/{environment_name}/secrets/public-key", @@ -534,7 +718,8 @@ "code": 200, "schema": "{\"title\":\"ActionsPublicKey\",\"description\":\"The public key used for setting Actions Secrets.\",\"type\":\"object\",\"properties\":{\"key_id\":{\"description\":\"The identifier for the key.\",\"type\":\"string\",\"example\":\"1234567\"},\"key\":{\"description\":\"The Base64 encoded public key.\",\"type\":\"string\",\"example\":\"hBT5WZEj8ZoOv6TYJsfWq7MxTEQopZO5/IT3ZCVQPzs=\"},\"id\":{\"type\":\"integer\",\"example\":2},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/user/keys/2\"},\"title\":{\"type\":\"string\",\"example\":\"ssh-rsa AAAAB3NzaC1yc2EAAA\"},\"created_at\":{\"type\":\"string\",\"example\":\"2011-01-26T19:01:12Z\"}},\"required\":[\"key_id\",\"key\"]}" } - ] + ], + "parameters": [{ "name": "repository_id" }, { "name": "environment_name" }] }, { "url": "/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}", @@ -547,6 +732,11 @@ "code": 200, "schema": "{\"title\":\"Actions Secret\",\"description\":\"Set secrets for GitHub Actions.\",\"type\":\"object\",\"properties\":{\"name\":{\"description\":\"The name of the secret.\",\"example\":\"SECRET_TOKEN\",\"type\":\"string\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"}},\"required\":[\"name\",\"created_at\",\"updated_at\"]}" } + ], + "parameters": [ + { "name": "repository_id" }, + { "name": "environment_name" }, + { "name": "secret_name" } ] }, { @@ -560,7 +750,8 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"default_workflow_permissions\":{\"type\":\"string\",\"description\":\"The default workflow permissions granted to the GITHUB_TOKEN when running workflows.\",\"enum\":[\"read\",\"write\"]},\"can_approve_pull_request_reviews\":{\"type\":\"boolean\",\"description\":\"Whether GitHub Actions can approve pull requests. Enabling this can be a security risk.\"}},\"required\":[\"default_workflow_permissions\",\"can_approve_pull_request_reviews\"]}" } - ] + ], + "parameters": [{ "name": "enterprise" }] }, { "url": "/orgs/{org}/actions/permissions/workflow", @@ -573,7 +764,8 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"default_workflow_permissions\":{\"type\":\"string\",\"description\":\"The default workflow permissions granted to the GITHUB_TOKEN when running workflows.\",\"enum\":[\"read\",\"write\"]},\"can_approve_pull_request_reviews\":{\"type\":\"boolean\",\"description\":\"Whether GitHub Actions can approve pull requests. Enabling this can be a security risk.\"}},\"required\":[\"default_workflow_permissions\",\"can_approve_pull_request_reviews\"]}" } - ] + ], + "parameters": [{ "name": "org" }] }, { "url": "/repos/{owner}/{repo}/actions/permissions/workflow", @@ -586,7 +778,8 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"default_workflow_permissions\":{\"type\":\"string\",\"description\":\"The default workflow permissions granted to the GITHUB_TOKEN when running workflows.\",\"enum\":[\"read\",\"write\"]},\"can_approve_pull_request_reviews\":{\"type\":\"boolean\",\"description\":\"Whether GitHub Actions can approve pull requests. Enabling this can be a security risk.\"}},\"required\":[\"default_workflow_permissions\",\"can_approve_pull_request_reviews\"]}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/orgs/{org}/actions/permissions", @@ -599,7 +792,8 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"enabled_repositories\":{\"type\":\"string\",\"description\":\"The policy that controls the repositories in the organization that are allowed to run GitHub Actions.\",\"enum\":[\"all\",\"none\",\"selected\"]},\"selected_repositories_url\":{\"type\":\"string\",\"description\":\"The API URL to use to get or set the selected repositories that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`.\"},\"allowed_actions\":{\"type\":\"string\",\"description\":\"The permissions policy that controls the actions and reusable workflows that are allowed to run.\",\"enum\":[\"all\",\"local_only\",\"selected\"]},\"selected_actions_url\":{\"type\":\"string\",\"description\":\"The API URL to use to get or set the actions and reusable workflows that are allowed to run, when `allowed_actions` is set to `selected`.\"}},\"required\":[\"enabled_repositories\"]}" } - ] + ], + "parameters": [{ "name": "org" }] }, { "url": "/repos/{owner}/{repo}/actions/permissions", @@ -612,7 +806,8 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"enabled\":{\"type\":\"boolean\",\"description\":\"Whether GitHub Actions is enabled on the repository.\"},\"allowed_actions\":{\"type\":\"string\",\"description\":\"The permissions policy that controls the actions and reusable workflows that are allowed to run.\",\"enum\":[\"all\",\"local_only\",\"selected\"]},\"selected_actions_url\":{\"type\":\"string\",\"description\":\"The API URL to use to get or set the actions and reusable workflows that are allowed to run, when `allowed_actions` is set to `selected`.\"}},\"required\":[\"enabled\"]}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repos/{owner}/{repo}/actions/jobs/{job_id}", @@ -625,6 +820,11 @@ "code": 200, "schema": "{\"title\":\"Job\",\"description\":\"Information of a job execution in a workflow run\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The id of the job.\",\"example\":21,\"type\":\"integer\"},\"run_id\":{\"description\":\"The id of the associated workflow run.\",\"example\":5,\"type\":\"integer\"},\"run_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5\"},\"run_attempt\":{\"type\":\"integer\",\"description\":\"Attempt number of the associated workflow run, 1 for first attempt and higher if the workflow was re-run.\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDg6Q2hlY2tSdW40\"},\"head_sha\":{\"description\":\"The SHA of the commit that is being run.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/jobs/21\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/runs/4\",\"nullable\":true},\"status\":{\"description\":\"The phase of the lifecycle that the job is currently in.\",\"example\":\"queued\",\"type\":\"string\",\"enum\":[\"queued\",\"in_progress\",\"completed\"]},\"conclusion\":{\"description\":\"The outcome of the job.\",\"example\":\"success\",\"type\":\"string\",\"nullable\":true},\"started_at\":{\"description\":\"The time that the job started, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\"},\"completed_at\":{\"description\":\"The time that the job finished, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\",\"nullable\":true},\"name\":{\"description\":\"The name of the job.\",\"example\":\"test-coverage\",\"type\":\"string\"},\"steps\":{\"description\":\"Steps in this job.\",\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"name\",\"status\",\"conclusion\",\"number\"],\"properties\":{\"status\":{\"description\":\"The phase of the lifecycle that the job is currently in.\",\"example\":\"queued\",\"type\":\"string\",\"enum\":[\"queued\",\"in_progress\",\"completed\"]},\"conclusion\":{\"description\":\"The outcome of the job.\",\"example\":\"success\",\"type\":\"string\",\"nullable\":true},\"name\":{\"description\":\"The name of the job.\",\"example\":\"test-coverage\",\"type\":\"string\"},\"number\":{\"type\":\"integer\",\"example\":1},\"started_at\":{\"description\":\"The time that the step started, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\",\"nullable\":true},\"completed_at\":{\"description\":\"The time that the job finished, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\",\"nullable\":true}}}},\"check_run_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-runs/4\"},\"labels\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"description\":\"Labels for the workflow job. Specified by the \\\"runs_on\\\" attribute in the action's workflow file.\",\"example\":[\"self-hosted\",\"foo\",\"bar\"]},\"runner_id\":{\"type\":\"integer\",\"nullable\":true,\"example\":1,\"description\":\"The ID of the runner to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)\"},\"runner_name\":{\"type\":\"string\",\"nullable\":true,\"example\":\"my runner\",\"description\":\"The name of the runner to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)\"},\"runner_group_id\":{\"type\":\"integer\",\"nullable\":true,\"example\":2,\"description\":\"The ID of the runner group to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)\"},\"runner_group_name\":{\"type\":\"string\",\"nullable\":true,\"example\":\"my runner group\",\"description\":\"The name of the runner group to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)\"}},\"required\":[\"id\",\"node_id\",\"run_id\",\"run_url\",\"head_sha\",\"name\",\"url\",\"html_url\",\"status\",\"conclusion\",\"started_at\",\"completed_at\",\"check_run_url\",\"labels\",\"runner_id\",\"runner_name\",\"runner_group_id\",\"runner_group_name\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "job_id" } ] }, { @@ -638,7 +838,8 @@ "code": 200, "schema": "{\"title\":\"ActionsPublicKey\",\"description\":\"The public key used for setting Actions Secrets.\",\"type\":\"object\",\"properties\":{\"key_id\":{\"description\":\"The identifier for the key.\",\"type\":\"string\",\"example\":\"1234567\"},\"key\":{\"description\":\"The Base64 encoded public key.\",\"type\":\"string\",\"example\":\"hBT5WZEj8ZoOv6TYJsfWq7MxTEQopZO5/IT3ZCVQPzs=\"},\"id\":{\"type\":\"integer\",\"example\":2},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/user/keys/2\"},\"title\":{\"type\":\"string\",\"example\":\"ssh-rsa AAAAB3NzaC1yc2EAAA\"},\"created_at\":{\"type\":\"string\",\"example\":\"2011-01-26T19:01:12Z\"}},\"required\":[\"key_id\",\"key\"]}" } - ] + ], + "parameters": [{ "name": "org" }] }, { "url": "/orgs/{org}/actions/secrets/{secret_name}", @@ -651,7 +852,8 @@ "code": 200, "schema": "{\"title\":\"Actions Secret for an Organization\",\"description\":\"Secrets for GitHub Actions for an organization.\",\"type\":\"object\",\"properties\":{\"name\":{\"description\":\"The name of the secret.\",\"example\":\"SECRET_TOKEN\",\"type\":\"string\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"visibility\":{\"description\":\"Visibility of a secret\",\"enum\":[\"all\",\"private\",\"selected\"],\"type\":\"string\"},\"selected_repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/org/secrets/my_secret/repositories\"}},\"required\":[\"name\",\"created_at\",\"updated_at\",\"visibility\"]}" } - ] + ], + "parameters": [{ "name": "org" }, { "name": "secret_name" }] }, { "url": "/repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments", @@ -664,6 +866,11 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Pending Deployment\",\"description\":\"Details of a deployment that is waiting for protection rules to pass\",\"type\":\"object\",\"properties\":{\"environment\":{\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The id of the environment.\",\"example\":56780428,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkVudmlyb25tZW50NTY3ODA0Mjg=\"},\"name\":{\"description\":\"The name of the environment.\",\"example\":\"staging\",\"type\":\"string\"},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/environments/staging\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/deployments/activity_log?environments_filter=staging\"}}},\"wait_timer\":{\"type\":\"integer\",\"description\":\"The set duration of the wait timer\",\"example\":30},\"wait_timer_started_at\":{\"description\":\"The time that the wait timer began.\",\"example\":\"2020-11-23T22:00:40Z\",\"format\":\"date-time\",\"type\":\"string\",\"nullable\":true},\"current_user_can_approve\":{\"description\":\"Whether the currently authenticated user can approve the deployment\",\"type\":\"boolean\",\"example\":true},\"reviewers\":{\"type\":\"array\",\"description\":\"The people or teams that may approve jobs that reference the environment. You can list up to six users or teams as reviewers. The reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed.\",\"items\":{\"type\":\"object\",\"properties\":{\"type\":{\"type\":\"string\",\"description\":\"The type of reviewer.\",\"enum\":[\"User\",\"Team\"],\"example\":\"User\"},\"reviewer\":{\"anyOf\":[{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},{\"title\":\"Team\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"slug\":{\"type\":\"string\"},\"description\":{\"type\":\"string\",\"nullable\":true},\"privacy\":{\"type\":\"string\"},\"permission\":{\"type\":\"string\"},\"permissions\":{\"type\":\"object\",\"properties\":{\"pull\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"admin\":{\"type\":\"boolean\"}},\"required\":[\"pull\",\"triage\",\"push\",\"maintain\",\"admin\"]},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"members_url\":{\"type\":\"string\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\"},\"parent\":{\"title\":\"Team Simple\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"name\":{\"description\":\"Name of the team\",\"type\":\"string\",\"example\":\"Justice League\"},\"description\":{\"description\":\"Description of the team\",\"type\":\"string\",\"nullable\":true,\"example\":\"A great team.\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"type\":\"string\",\"example\":\"admin\"},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"example\":\"closed\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\"],\"nullable\":true}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\",\"parent\"]}]}}}}},\"required\":[\"environment\",\"wait_timer\",\"wait_timer_started_at\",\"current_user_can_approve\",\"reviewers\"]}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "run_id" } ] }, { @@ -677,7 +884,8 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"enabled\":{\"type\":\"boolean\",\"description\":\"Whether GitHub Actions is enabled on the repository.\"},\"allowed_actions\":{\"type\":\"string\",\"description\":\"The permissions policy that controls the actions and reusable workflows that are allowed to run.\",\"enum\":[\"all\",\"local_only\",\"selected\"]},\"selected_actions_url\":{\"type\":\"string\",\"description\":\"The API URL to use to get or set the actions and reusable workflows that are allowed to run, when `allowed_actions` is set to `selected`.\"}},\"required\":[\"enabled\"]}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repos/{owner}/{repo}/actions/secrets/public-key", @@ -690,7 +898,8 @@ "code": 200, "schema": "{\"title\":\"ActionsPublicKey\",\"description\":\"The public key used for setting Actions Secrets.\",\"type\":\"object\",\"properties\":{\"key_id\":{\"description\":\"The identifier for the key.\",\"type\":\"string\",\"example\":\"1234567\"},\"key\":{\"description\":\"The Base64 encoded public key.\",\"type\":\"string\",\"example\":\"hBT5WZEj8ZoOv6TYJsfWq7MxTEQopZO5/IT3ZCVQPzs=\"},\"id\":{\"type\":\"integer\",\"example\":2},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/user/keys/2\"},\"title\":{\"type\":\"string\",\"example\":\"ssh-rsa AAAAB3NzaC1yc2EAAA\"},\"created_at\":{\"type\":\"string\",\"example\":\"2011-01-26T19:01:12Z\"}},\"required\":[\"key_id\",\"key\"]}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repos/{owner}/{repo}/actions/secrets/{secret_name}", @@ -703,6 +912,11 @@ "code": 200, "schema": "{\"title\":\"Actions Secret\",\"description\":\"Set secrets for GitHub Actions.\",\"type\":\"object\",\"properties\":{\"name\":{\"description\":\"The name of the secret.\",\"example\":\"SECRET_TOKEN\",\"type\":\"string\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"}},\"required\":[\"name\",\"created_at\",\"updated_at\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "secret_name" } ] }, { @@ -716,6 +930,11 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Environment Approval\",\"description\":\"An entry in the reviews log for environment deployments\",\"type\":\"object\",\"properties\":{\"environments\":{\"description\":\"The list of environments that were approved or rejected\",\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The id of the environment.\",\"example\":56780428,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkVudmlyb25tZW50NTY3ODA0Mjg=\"},\"name\":{\"description\":\"The name of the environment.\",\"example\":\"staging\",\"type\":\"string\"},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/environments/staging\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/deployments/activity_log?environments_filter=staging\"},\"created_at\":{\"description\":\"The time that the environment was created, in ISO 8601 format.\",\"example\":\"2020-11-23T22:00:40Z\",\"format\":\"date-time\",\"type\":\"string\"},\"updated_at\":{\"description\":\"The time that the environment was last updated, in ISO 8601 format.\",\"example\":\"2020-11-23T22:00:40Z\",\"format\":\"date-time\",\"type\":\"string\"}}}},\"state\":{\"description\":\"Whether deployment to the environment(s) was approved or rejected\",\"enum\":[\"approved\",\"rejected\"],\"example\":\"approved\",\"type\":\"string\"},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"comment\":{\"type\":\"string\",\"description\":\"The comment submitted with the deployment review\",\"example\":\"Ship it!\"}},\"required\":[\"environments\",\"state\",\"user\",\"comment\"]}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "run_id" } ] }, { @@ -729,7 +948,8 @@ "code": 200, "schema": "{\"title\":\"Self hosted runners\",\"description\":\"A self hosted runner\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The id of the runner.\",\"type\":\"integer\",\"example\":5},\"name\":{\"description\":\"The name of the runner.\",\"type\":\"string\",\"example\":\"iMac\"},\"os\":{\"description\":\"The Operating System of the runner.\",\"type\":\"string\",\"example\":\"macos\"},\"status\":{\"description\":\"The status of the runner.\",\"type\":\"string\",\"example\":\"online\"},\"busy\":{\"type\":\"boolean\"},\"labels\":{\"type\":\"array\",\"items\":{\"title\":\"Self hosted runner label\",\"description\":\"A label for a self hosted runner\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"description\":\"Unique identifier of the label.\"},\"name\":{\"type\":\"string\",\"description\":\"Name of the label.\"},\"type\":{\"type\":\"string\",\"description\":\"The type of label. Read-only labels are applied automatically when the runner is configured.\",\"enum\":[\"read-only\",\"custom\"]}},\"required\":[\"name\"]}}},\"required\":[\"id\",\"name\",\"os\",\"status\",\"busy\",\"labels\"]}" } - ] + ], + "parameters": [{ "name": "org" }, { "name": "runner_id" }] }, { "url": "/repos/{owner}/{repo}/actions/runners/{runner_id}", @@ -742,6 +962,11 @@ "code": 200, "schema": "{\"title\":\"Self hosted runners\",\"description\":\"A self hosted runner\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The id of the runner.\",\"type\":\"integer\",\"example\":5},\"name\":{\"description\":\"The name of the runner.\",\"type\":\"string\",\"example\":\"iMac\"},\"os\":{\"description\":\"The Operating System of the runner.\",\"type\":\"string\",\"example\":\"macos\"},\"status\":{\"description\":\"The status of the runner.\",\"type\":\"string\",\"example\":\"online\"},\"busy\":{\"type\":\"boolean\"},\"labels\":{\"type\":\"array\",\"items\":{\"title\":\"Self hosted runner label\",\"description\":\"A label for a self hosted runner\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"description\":\"Unique identifier of the label.\"},\"name\":{\"type\":\"string\",\"description\":\"Name of the label.\"},\"type\":{\"type\":\"string\",\"description\":\"The type of label. Read-only labels are applied automatically when the runner is configured.\",\"enum\":[\"read-only\",\"custom\"]}},\"required\":[\"name\"]}}},\"required\":[\"id\",\"name\",\"os\",\"status\",\"busy\",\"labels\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "runner_id" } ] }, { @@ -755,7 +980,8 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"number\"},\"name\":{\"type\":\"string\"},\"visibility\":{\"type\":\"string\"},\"default\":{\"type\":\"boolean\"},\"selected_repositories_url\":{\"description\":\"Link to the selected repositories resource for this runner group. Not present unless visibility was set to `selected`\",\"type\":\"string\"},\"runners_url\":{\"type\":\"string\"},\"inherited\":{\"type\":\"boolean\"},\"inherited_allows_public_repositories\":{\"type\":\"boolean\"},\"allows_public_repositories\":{\"type\":\"boolean\"},\"workflow_restrictions_read_only\":{\"description\":\"If `true`, the `restricted_to_workflows` and `selected_workflows` fields cannot be modified.\",\"type\":\"boolean\",\"default\":false},\"restricted_to_workflows\":{\"description\":\"If `true`, the runner group will be restricted to running only the workflows specified in the `selected_workflows` array.\",\"type\":\"boolean\",\"default\":false},\"selected_workflows\":{\"description\":\"List of workflows the runner group should be allowed to run. This setting will be ignored unless `restricted_to_workflows` is set to `true`.\",\"type\":\"array\",\"items\":{\"type\":\"string\",\"description\":\"Name of workflow the runner group should be allowed to run. Note that a ref, tag, or long SHA is required.\",\"example\":\"octo-org/octo-repo/.github/workflows/deploy.yaml@main\"}}},\"required\":[\"id\",\"name\",\"visibility\",\"default\",\"runners_url\",\"inherited\",\"allows_public_repositories\"]}" } - ] + ], + "parameters": [{ "name": "org" }, { "name": "runner_group_id" }] }, { "url": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}", @@ -768,6 +994,11 @@ "code": 200, "schema": "{\"title\":\"Workflow\",\"description\":\"A GitHub Actions workflow\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":5},\"node_id\":{\"type\":\"string\",\"example\":\"MDg6V29ya2Zsb3cxMg==\"},\"name\":{\"type\":\"string\",\"example\":\"CI\"},\"path\":{\"type\":\"string\",\"example\":\"ruby.yaml\"},\"state\":{\"type\":\"string\",\"example\":\"active\",\"enum\":[\"active\",\"deleted\",\"disabled_fork\",\"disabled_inactivity\",\"disabled_manually\"]},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2019-12-06T14:20:20.000Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2019-12-06T14:20:20.000Z\"},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/actions/setup-ruby/workflows/5\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/actions/setup-ruby/blob/master/.github/workflows/ruby.yaml\"},\"badge_url\":{\"type\":\"string\",\"example\":\"https://github.com/actions/setup-ruby/workflows/CI/badge.svg\"},\"deleted_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2019-12-06T14:20:20.000Z\"}},\"required\":[\"id\",\"node_id\",\"name\",\"path\",\"state\",\"url\",\"html_url\",\"badge_url\",\"created_at\",\"updated_at\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "workflow_id" } ] }, { @@ -781,7 +1012,8 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"access_level\":{\"type\":\"string\",\"description\":\"Defines the level of access that workflows outside of the repository have to actions and reusable workflows within the\\nrepository. `none` means access is only possible from workflows in this repository.\",\"enum\":[\"none\",\"organization\",\"enterprise\"]}},\"required\":[\"access_level\"]}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repos/{owner}/{repo}/actions/runs/{run_id}", @@ -794,6 +1026,12 @@ "code": 200, "schema": "{\"title\":\"Workflow Run\",\"description\":\"An invocation of a workflow\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"description\":\"The ID of the workflow run.\",\"example\":5},\"name\":{\"type\":\"string\",\"description\":\"The name of the workflow run.\",\"nullable\":true,\"example\":\"Build\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkNoZWNrU3VpdGU1\"},\"check_suite_id\":{\"type\":\"integer\",\"description\":\"The ID of the associated check suite.\",\"example\":42},\"check_suite_node_id\":{\"type\":\"string\",\"description\":\"The node ID of the associated check suite.\",\"example\":\"MDEwOkNoZWNrU3VpdGU0Mg==\"},\"head_branch\":{\"type\":\"string\",\"nullable\":true,\"example\":\"master\"},\"head_sha\":{\"description\":\"The SHA of the head commit that points to the version of the workflow being run.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"path\":{\"description\":\"The full path of the workflow\",\"example\":\"octocat/octo-repo/.github/workflows/ci.yml@main\",\"type\":\"string\"},\"run_number\":{\"type\":\"integer\",\"description\":\"The auto incrementing run number for the workflow run.\",\"example\":106},\"run_attempt\":{\"type\":\"integer\",\"description\":\"Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.\",\"example\":1},\"referenced_workflows\":{\"type\":\"array\",\"nullable\":true,\"items\":{\"title\":\"Referenced workflow\",\"description\":\"A workflow referenced/reused by the initial caller workflow\",\"type\":\"object\",\"properties\":{\"path\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"ref\":{\"type\":\"string\"}},\"required\":[\"path\",\"sha\"]}},\"event\":{\"type\":\"string\",\"example\":\"push\"},\"status\":{\"type\":\"string\",\"nullable\":true,\"example\":\"completed\"},\"conclusion\":{\"type\":\"string\",\"nullable\":true,\"example\":\"neutral\"},\"workflow_id\":{\"type\":\"integer\",\"description\":\"The ID of the parent workflow.\",\"example\":5},\"url\":{\"type\":\"string\",\"description\":\"The URL to the workflow run.\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/suites/4\"},\"pull_requests\":{\"type\":\"array\",\"nullable\":true,\"items\":{\"title\":\"Pull Request Minimal\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"number\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"head\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]},\"base\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]}},\"required\":[\"id\",\"number\",\"url\",\"head\",\"base\"]}},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"actor\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"triggering_actor\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"run_started_at\":{\"type\":\"string\",\"format\":\"date-time\",\"description\":\"The start time of the latest run. Resets on re-run.\"},\"jobs_url\":{\"description\":\"The URL to the jobs for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/jobs\"},\"logs_url\":{\"description\":\"The URL to download the logs for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/logs\"},\"check_suite_url\":{\"description\":\"The URL to the associated check suite.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-suites/12\"},\"artifacts_url\":{\"description\":\"The URL to the artifacts for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun/artifacts\"},\"cancel_url\":{\"description\":\"The URL to cancel the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/cancel\"},\"rerun_url\":{\"description\":\"The URL to rerun the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun\"},\"previous_attempt_url\":{\"nullable\":true,\"description\":\"The URL to the previous attempted run of this workflow, if one exists.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3\"},\"workflow_url\":{\"description\":\"The URL to the workflow.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/workflows/main.yaml\"},\"head_commit\":{\"title\":\"Simple Commit\",\"description\":\"Simple Commit\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\"},\"tree_id\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\"},\"author\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"email\":{\"type\":\"string\"}},\"required\":[\"name\",\"email\"],\"nullable\":true},\"committer\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"email\":{\"type\":\"string\"}},\"required\":[\"name\",\"email\"],\"nullable\":true}},\"required\":[\"id\",\"tree_id\",\"message\",\"timestamp\",\"author\",\"committer\"],\"nullable\":true},\"repository\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"private\":{\"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\"},\"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\"},\"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\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"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\",\"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},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"template_repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"],\"nullable\":true},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: http://contributor-covenant.org/version/1/4/\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"}},\"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\"]},\"head_repository\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"private\":{\"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\"},\"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\"},\"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\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"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\",\"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},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"template_repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"],\"nullable\":true},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: http://contributor-covenant.org/version/1/4/\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"}},\"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\"]},\"head_repository_id\":{\"type\":\"integer\",\"example\":5}},\"required\":[\"id\",\"node_id\",\"head_branch\",\"run_number\",\"event\",\"status\",\"conclusion\",\"head_sha\",\"path\",\"workflow_id\",\"url\",\"html_url\",\"created_at\",\"updated_at\",\"head_commit\",\"head_repository\",\"repository\",\"jobs_url\",\"logs_url\",\"check_suite_url\",\"cancel_url\",\"rerun_url\",\"artifacts_url\",\"workflow_url\",\"pull_requests\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "run_id" }, + { "name": "exclude_pull_requests" } ] }, { @@ -807,6 +1045,13 @@ "code": 200, "schema": "{\"title\":\"Workflow Run\",\"description\":\"An invocation of a workflow\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"description\":\"The ID of the workflow run.\",\"example\":5},\"name\":{\"type\":\"string\",\"description\":\"The name of the workflow run.\",\"nullable\":true,\"example\":\"Build\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkNoZWNrU3VpdGU1\"},\"check_suite_id\":{\"type\":\"integer\",\"description\":\"The ID of the associated check suite.\",\"example\":42},\"check_suite_node_id\":{\"type\":\"string\",\"description\":\"The node ID of the associated check suite.\",\"example\":\"MDEwOkNoZWNrU3VpdGU0Mg==\"},\"head_branch\":{\"type\":\"string\",\"nullable\":true,\"example\":\"master\"},\"head_sha\":{\"description\":\"The SHA of the head commit that points to the version of the workflow being run.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"path\":{\"description\":\"The full path of the workflow\",\"example\":\"octocat/octo-repo/.github/workflows/ci.yml@main\",\"type\":\"string\"},\"run_number\":{\"type\":\"integer\",\"description\":\"The auto incrementing run number for the workflow run.\",\"example\":106},\"run_attempt\":{\"type\":\"integer\",\"description\":\"Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.\",\"example\":1},\"referenced_workflows\":{\"type\":\"array\",\"nullable\":true,\"items\":{\"title\":\"Referenced workflow\",\"description\":\"A workflow referenced/reused by the initial caller workflow\",\"type\":\"object\",\"properties\":{\"path\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"ref\":{\"type\":\"string\"}},\"required\":[\"path\",\"sha\"]}},\"event\":{\"type\":\"string\",\"example\":\"push\"},\"status\":{\"type\":\"string\",\"nullable\":true,\"example\":\"completed\"},\"conclusion\":{\"type\":\"string\",\"nullable\":true,\"example\":\"neutral\"},\"workflow_id\":{\"type\":\"integer\",\"description\":\"The ID of the parent workflow.\",\"example\":5},\"url\":{\"type\":\"string\",\"description\":\"The URL to the workflow run.\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/suites/4\"},\"pull_requests\":{\"type\":\"array\",\"nullable\":true,\"items\":{\"title\":\"Pull Request Minimal\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"number\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"head\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]},\"base\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]}},\"required\":[\"id\",\"number\",\"url\",\"head\",\"base\"]}},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"actor\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"triggering_actor\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"run_started_at\":{\"type\":\"string\",\"format\":\"date-time\",\"description\":\"The start time of the latest run. Resets on re-run.\"},\"jobs_url\":{\"description\":\"The URL to the jobs for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/jobs\"},\"logs_url\":{\"description\":\"The URL to download the logs for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/logs\"},\"check_suite_url\":{\"description\":\"The URL to the associated check suite.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-suites/12\"},\"artifacts_url\":{\"description\":\"The URL to the artifacts for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun/artifacts\"},\"cancel_url\":{\"description\":\"The URL to cancel the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/cancel\"},\"rerun_url\":{\"description\":\"The URL to rerun the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun\"},\"previous_attempt_url\":{\"nullable\":true,\"description\":\"The URL to the previous attempted run of this workflow, if one exists.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3\"},\"workflow_url\":{\"description\":\"The URL to the workflow.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/workflows/main.yaml\"},\"head_commit\":{\"title\":\"Simple Commit\",\"description\":\"Simple Commit\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\"},\"tree_id\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\"},\"author\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"email\":{\"type\":\"string\"}},\"required\":[\"name\",\"email\"],\"nullable\":true},\"committer\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"email\":{\"type\":\"string\"}},\"required\":[\"name\",\"email\"],\"nullable\":true}},\"required\":[\"id\",\"tree_id\",\"message\",\"timestamp\",\"author\",\"committer\"],\"nullable\":true},\"repository\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"private\":{\"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\"},\"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\"},\"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\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"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\",\"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},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"template_repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"],\"nullable\":true},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: http://contributor-covenant.org/version/1/4/\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"}},\"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\"]},\"head_repository\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"private\":{\"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\"},\"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\"},\"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\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"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\",\"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},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"template_repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"],\"nullable\":true},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: http://contributor-covenant.org/version/1/4/\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"}},\"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\"]},\"head_repository_id\":{\"type\":\"integer\",\"example\":5}},\"required\":[\"id\",\"node_id\",\"head_branch\",\"run_number\",\"event\",\"status\",\"conclusion\",\"head_sha\",\"path\",\"workflow_id\",\"url\",\"html_url\",\"created_at\",\"updated_at\",\"head_commit\",\"head_repository\",\"repository\",\"jobs_url\",\"logs_url\",\"check_suite_url\",\"cancel_url\",\"rerun_url\",\"artifacts_url\",\"workflow_url\",\"pull_requests\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "run_id" }, + { "name": "attempt_number" }, + { "name": "exclude_pull_requests" } ] }, { @@ -820,6 +1065,11 @@ "code": 200, "schema": "{\"title\":\"Workflow Run Usage\",\"description\":\"Workflow Run Usage\",\"type\":\"object\",\"properties\":{\"billable\":{\"type\":\"object\",\"properties\":{\"UBUNTU\":{\"type\":\"object\",\"required\":[\"total_ms\",\"jobs\"],\"properties\":{\"total_ms\":{\"type\":\"integer\"},\"jobs\":{\"type\":\"integer\"},\"job_runs\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"job_id\",\"duration_ms\"],\"properties\":{\"job_id\":{\"type\":\"integer\"},\"duration_ms\":{\"type\":\"integer\"}}}}}},\"MACOS\":{\"type\":\"object\",\"required\":[\"total_ms\",\"jobs\"],\"properties\":{\"total_ms\":{\"type\":\"integer\"},\"jobs\":{\"type\":\"integer\"},\"job_runs\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"job_id\",\"duration_ms\"],\"properties\":{\"job_id\":{\"type\":\"integer\"},\"duration_ms\":{\"type\":\"integer\"}}}}}},\"WINDOWS\":{\"type\":\"object\",\"required\":[\"total_ms\",\"jobs\"],\"properties\":{\"total_ms\":{\"type\":\"integer\"},\"jobs\":{\"type\":\"integer\"},\"job_runs\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"job_id\",\"duration_ms\"],\"properties\":{\"job_id\":{\"type\":\"integer\"},\"duration_ms\":{\"type\":\"integer\"}}}}}}}},\"run_duration_ms\":{\"type\":\"integer\"}},\"required\":[\"billable\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "run_id" } ] }, { @@ -833,6 +1083,11 @@ "code": 200, "schema": "{\"title\":\"Workflow Usage\",\"description\":\"Workflow Usage\",\"type\":\"object\",\"properties\":{\"billable\":{\"type\":\"object\",\"properties\":{\"UBUNTU\":{\"type\":\"object\",\"properties\":{\"total_ms\":{\"type\":\"integer\"}}},\"MACOS\":{\"type\":\"object\",\"properties\":{\"total_ms\":{\"type\":\"integer\"}}},\"WINDOWS\":{\"type\":\"object\",\"properties\":{\"total_ms\":{\"type\":\"integer\"}}}}}},\"required\":[\"billable\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "workflow_id" } ] }, { @@ -846,6 +1101,12 @@ "code": 200, "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"artifacts\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"artifacts\":{\"type\":\"array\",\"items\":{\"title\":\"Artifact\",\"description\":\"An artifact\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":5},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkNoZWNrU3VpdGU1\"},\"name\":{\"description\":\"The name of the artifact.\",\"type\":\"string\",\"example\":\"AdventureWorks.Framework\"},\"size_in_bytes\":{\"description\":\"The size in bytes of the artifact.\",\"type\":\"integer\",\"example\":12345},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/artifacts/5\"},\"archive_download_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/artifacts/5/zip\"},\"expired\":{\"description\":\"Whether or not the artifact has expired.\",\"type\":\"boolean\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"expires_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"workflow_run\":{\"type\":\"object\",\"nullable\":true,\"properties\":{\"id\":{\"example\":10,\"type\":\"integer\"},\"repository_id\":{\"example\":42,\"type\":\"integer\"},\"head_repository_id\":{\"example\":42,\"type\":\"integer\"},\"head_branch\":{\"example\":\"main\",\"type\":\"string\"},\"head_sha\":{\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"}}}},\"required\":[\"id\",\"node_id\",\"name\",\"size_in_bytes\",\"url\",\"archive_download_url\",\"expired\",\"created_at\",\"expires_at\",\"updated_at\"]}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -859,6 +1120,12 @@ "code": 200, "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"secrets\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"secrets\":{\"type\":\"array\",\"items\":{\"title\":\"Actions Secret\",\"description\":\"Set secrets for GitHub Actions.\",\"type\":\"object\",\"properties\":{\"name\":{\"description\":\"The name of the secret.\",\"example\":\"SECRET_TOKEN\",\"type\":\"string\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"}},\"required\":[\"name\",\"created_at\",\"updated_at\"]}}}}" } + ], + "parameters": [ + { "name": "repository_id" }, + { "name": "environment_name" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -872,6 +1139,14 @@ "code": 200, "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"jobs\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"jobs\":{\"type\":\"array\",\"items\":{\"title\":\"Job\",\"description\":\"Information of a job execution in a workflow run\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The id of the job.\",\"example\":21,\"type\":\"integer\"},\"run_id\":{\"description\":\"The id of the associated workflow run.\",\"example\":5,\"type\":\"integer\"},\"run_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5\"},\"run_attempt\":{\"type\":\"integer\",\"description\":\"Attempt number of the associated workflow run, 1 for first attempt and higher if the workflow was re-run.\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDg6Q2hlY2tSdW40\"},\"head_sha\":{\"description\":\"The SHA of the commit that is being run.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/jobs/21\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/runs/4\",\"nullable\":true},\"status\":{\"description\":\"The phase of the lifecycle that the job is currently in.\",\"example\":\"queued\",\"type\":\"string\",\"enum\":[\"queued\",\"in_progress\",\"completed\"]},\"conclusion\":{\"description\":\"The outcome of the job.\",\"example\":\"success\",\"type\":\"string\",\"nullable\":true},\"started_at\":{\"description\":\"The time that the job started, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\"},\"completed_at\":{\"description\":\"The time that the job finished, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\",\"nullable\":true},\"name\":{\"description\":\"The name of the job.\",\"example\":\"test-coverage\",\"type\":\"string\"},\"steps\":{\"description\":\"Steps in this job.\",\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"name\",\"status\",\"conclusion\",\"number\"],\"properties\":{\"status\":{\"description\":\"The phase of the lifecycle that the job is currently in.\",\"example\":\"queued\",\"type\":\"string\",\"enum\":[\"queued\",\"in_progress\",\"completed\"]},\"conclusion\":{\"description\":\"The outcome of the job.\",\"example\":\"success\",\"type\":\"string\",\"nullable\":true},\"name\":{\"description\":\"The name of the job.\",\"example\":\"test-coverage\",\"type\":\"string\"},\"number\":{\"type\":\"integer\",\"example\":1},\"started_at\":{\"description\":\"The time that the step started, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\",\"nullable\":true},\"completed_at\":{\"description\":\"The time that the job finished, in ISO 8601 format.\",\"example\":\"2019-08-08T08:00:00-07:00\",\"format\":\"date-time\",\"type\":\"string\",\"nullable\":true}}}},\"check_run_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-runs/4\"},\"labels\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"description\":\"Labels for the workflow job. Specified by the \\\"runs_on\\\" attribute in the action's workflow file.\",\"example\":[\"self-hosted\",\"foo\",\"bar\"]},\"runner_id\":{\"type\":\"integer\",\"nullable\":true,\"example\":1,\"description\":\"The ID of the runner to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)\"},\"runner_name\":{\"type\":\"string\",\"nullable\":true,\"example\":\"my runner\",\"description\":\"The name of the runner to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)\"},\"runner_group_id\":{\"type\":\"integer\",\"nullable\":true,\"example\":2,\"description\":\"The ID of the runner group to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)\"},\"runner_group_name\":{\"type\":\"string\",\"nullable\":true,\"example\":\"my runner group\",\"description\":\"The name of the runner group to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)\"}},\"required\":[\"id\",\"node_id\",\"run_id\",\"run_url\",\"head_sha\",\"name\",\"url\",\"html_url\",\"status\",\"conclusion\",\"started_at\",\"completed_at\",\"check_run_url\",\"labels\",\"runner_id\",\"runner_name\",\"runner_group_id\",\"runner_group_name\"]}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "run_id" }, + { "name": "filter" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -889,6 +1164,14 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "run_id" }, + { "name": "attempt_number" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -906,7 +1189,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "org" }, { "name": "runner_id" }] }, { "url": "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels", @@ -923,6 +1207,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "runner_id" } ] }, { @@ -936,6 +1225,11 @@ "code": 200, "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"secrets\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"secrets\":{\"type\":\"array\",\"items\":{\"title\":\"Actions Secret for an Organization\",\"description\":\"Secrets for GitHub Actions for an organization.\",\"type\":\"object\",\"properties\":{\"name\":{\"description\":\"The name of the secret.\",\"example\":\"SECRET_TOKEN\",\"type\":\"string\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"visibility\":{\"description\":\"Visibility of a secret\",\"enum\":[\"all\",\"private\",\"selected\"],\"type\":\"string\"},\"selected_repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/org/secrets/my_secret/repositories\"}},\"required\":[\"name\",\"created_at\",\"updated_at\",\"visibility\"]}}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -949,6 +1243,12 @@ "code": 200, "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"repositories\"],\"properties\":{\"total_count\":{\"type\":\"number\"},\"repositories\":{\"type\":\"array\",\"items\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"private\":{\"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\"},\"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\"},\"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\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"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\",\"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},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"template_repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"],\"nullable\":true},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: http://contributor-covenant.org/version/1/4/\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"}},\"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\"]}}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "runner_group_id" }, + { "name": "page" }, + { "name": "per_page" } ] }, { @@ -962,6 +1262,12 @@ "code": 200, "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"secrets\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"secrets\":{\"type\":\"array\",\"items\":{\"title\":\"Actions Secret\",\"description\":\"Set secrets for GitHub Actions.\",\"type\":\"object\",\"properties\":{\"name\":{\"description\":\"The name of the secret.\",\"example\":\"SECRET_TOKEN\",\"type\":\"string\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"}},\"required\":[\"name\",\"created_at\",\"updated_at\"]}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -975,6 +1281,12 @@ "code": 200, "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"workflows\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"workflows\":{\"type\":\"array\",\"items\":{\"title\":\"Workflow\",\"description\":\"A GitHub Actions workflow\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":5},\"node_id\":{\"type\":\"string\",\"example\":\"MDg6V29ya2Zsb3cxMg==\"},\"name\":{\"type\":\"string\",\"example\":\"CI\"},\"path\":{\"type\":\"string\",\"example\":\"ruby.yaml\"},\"state\":{\"type\":\"string\",\"example\":\"active\",\"enum\":[\"active\",\"deleted\",\"disabled_fork\",\"disabled_inactivity\",\"disabled_manually\"]},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2019-12-06T14:20:20.000Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2019-12-06T14:20:20.000Z\"},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/actions/setup-ruby/workflows/5\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/actions/setup-ruby/blob/master/.github/workflows/ruby.yaml\"},\"badge_url\":{\"type\":\"string\",\"example\":\"https://github.com/actions/setup-ruby/workflows/CI/badge.svg\"},\"deleted_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2019-12-06T14:20:20.000Z\"}},\"required\":[\"id\",\"node_id\",\"name\",\"path\",\"state\",\"url\",\"html_url\",\"badge_url\",\"created_at\",\"updated_at\"]}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -988,7 +1300,8 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Runner Application\",\"description\":\"Runner Application\",\"type\":\"object\",\"properties\":{\"os\":{\"type\":\"string\"},\"architecture\":{\"type\":\"string\"},\"download_url\":{\"type\":\"string\"},\"filename\":{\"type\":\"string\"},\"temp_download_token\":{\"description\":\"A short lived bearer token used to download the runner, if needed.\",\"type\":\"string\"},\"sha256_checksum\":{\"type\":\"string\"}},\"required\":[\"os\",\"architecture\",\"download_url\",\"filename\"]}}" } - ] + ], + "parameters": [{ "name": "org" }] }, { "url": "/repos/{owner}/{repo}/actions/runners/downloads", @@ -1001,7 +1314,8 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Runner Application\",\"description\":\"Runner Application\",\"type\":\"object\",\"properties\":{\"os\":{\"type\":\"string\"},\"architecture\":{\"type\":\"string\"},\"download_url\":{\"type\":\"string\"},\"filename\":{\"type\":\"string\"},\"temp_download_token\":{\"description\":\"A short lived bearer token used to download the runner, if needed.\",\"type\":\"string\"},\"sha256_checksum\":{\"type\":\"string\"}},\"required\":[\"os\",\"architecture\",\"download_url\",\"filename\"]}}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/orgs/{org}/actions/secrets/{secret_name}/repositories", @@ -1014,6 +1328,12 @@ "code": 200, "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"repositories\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"repositories\":{\"type\":\"array\",\"items\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"private\":{\"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\"},\"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\"},\"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\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"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\",\"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},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"template_repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"],\"nullable\":true},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: http://contributor-covenant.org/version/1/4/\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"}},\"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\"]}}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "secret_name" }, + { "name": "page" }, + { "name": "per_page" } ] }, { @@ -1027,6 +1347,11 @@ "code": 200, "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"repositories\"],\"properties\":{\"total_count\":{\"type\":\"number\"},\"repositories\":{\"type\":\"array\",\"items\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"]}}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -1040,6 +1365,12 @@ "code": 200, "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"runner_groups\"],\"properties\":{\"total_count\":{\"type\":\"number\"},\"runner_groups\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"number\"},\"name\":{\"type\":\"string\"},\"visibility\":{\"type\":\"string\"},\"default\":{\"type\":\"boolean\"},\"selected_repositories_url\":{\"description\":\"Link to the selected repositories resource for this runner group. Not present unless visibility was set to `selected`\",\"type\":\"string\"},\"runners_url\":{\"type\":\"string\"},\"inherited\":{\"type\":\"boolean\"},\"inherited_allows_public_repositories\":{\"type\":\"boolean\"},\"allows_public_repositories\":{\"type\":\"boolean\"},\"workflow_restrictions_read_only\":{\"description\":\"If `true`, the `restricted_to_workflows` and `selected_workflows` fields cannot be modified.\",\"type\":\"boolean\",\"default\":false},\"restricted_to_workflows\":{\"description\":\"If `true`, the runner group will be restricted to running only the workflows specified in the `selected_workflows` array.\",\"type\":\"boolean\",\"default\":false},\"selected_workflows\":{\"description\":\"List of workflows the runner group should be allowed to run. This setting will be ignored unless `restricted_to_workflows` is set to `true`.\",\"type\":\"array\",\"items\":{\"type\":\"string\",\"description\":\"Name of workflow the runner group should be allowed to run. Note that a ref, tag, or long SHA is required.\",\"example\":\"octo-org/octo-repo/.github/workflows/deploy.yaml@main\"}}},\"required\":[\"id\",\"name\",\"visibility\",\"default\",\"runners_url\",\"inherited\",\"allows_public_repositories\"]}}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "per_page" }, + { "name": "page" }, + { "name": "visible_to_repository" } ] }, { @@ -1053,6 +1384,11 @@ "code": 200, "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"runners\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"runners\":{\"type\":\"array\",\"items\":{\"title\":\"Self hosted runners\",\"description\":\"A self hosted runner\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The id of the runner.\",\"type\":\"integer\",\"example\":5},\"name\":{\"description\":\"The name of the runner.\",\"type\":\"string\",\"example\":\"iMac\"},\"os\":{\"description\":\"The Operating System of the runner.\",\"type\":\"string\",\"example\":\"macos\"},\"status\":{\"description\":\"The status of the runner.\",\"type\":\"string\",\"example\":\"online\"},\"busy\":{\"type\":\"boolean\"},\"labels\":{\"type\":\"array\",\"items\":{\"title\":\"Self hosted runner label\",\"description\":\"A label for a self hosted runner\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"description\":\"Unique identifier of the label.\"},\"name\":{\"type\":\"string\",\"description\":\"Name of the label.\"},\"type\":{\"type\":\"string\",\"description\":\"The type of label. Read-only labels are applied automatically when the runner is configured.\",\"enum\":[\"read-only\",\"custom\"]}},\"required\":[\"name\"]}}},\"required\":[\"id\",\"name\",\"os\",\"status\",\"busy\",\"labels\"]}}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -1066,6 +1402,12 @@ "code": 200, "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"runners\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"runners\":{\"type\":\"array\",\"items\":{\"title\":\"Self hosted runners\",\"description\":\"A self hosted runner\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The id of the runner.\",\"type\":\"integer\",\"example\":5},\"name\":{\"description\":\"The name of the runner.\",\"type\":\"string\",\"example\":\"iMac\"},\"os\":{\"description\":\"The Operating System of the runner.\",\"type\":\"string\",\"example\":\"macos\"},\"status\":{\"description\":\"The status of the runner.\",\"type\":\"string\",\"example\":\"online\"},\"busy\":{\"type\":\"boolean\"},\"labels\":{\"type\":\"array\",\"items\":{\"title\":\"Self hosted runner label\",\"description\":\"A label for a self hosted runner\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"description\":\"Unique identifier of the label.\"},\"name\":{\"type\":\"string\",\"description\":\"Name of the label.\"},\"type\":{\"type\":\"string\",\"description\":\"The type of label. Read-only labels are applied automatically when the runner is configured.\",\"enum\":[\"read-only\",\"custom\"]}},\"required\":[\"name\"]}}},\"required\":[\"id\",\"name\",\"os\",\"status\",\"busy\",\"labels\"]}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -1079,6 +1421,12 @@ "code": 200, "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"runners\"],\"properties\":{\"total_count\":{\"type\":\"number\"},\"runners\":{\"type\":\"array\",\"items\":{\"title\":\"Self hosted runners\",\"description\":\"A self hosted runner\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The id of the runner.\",\"type\":\"integer\",\"example\":5},\"name\":{\"description\":\"The name of the runner.\",\"type\":\"string\",\"example\":\"iMac\"},\"os\":{\"description\":\"The Operating System of the runner.\",\"type\":\"string\",\"example\":\"macos\"},\"status\":{\"description\":\"The status of the runner.\",\"type\":\"string\",\"example\":\"online\"},\"busy\":{\"type\":\"boolean\"},\"labels\":{\"type\":\"array\",\"items\":{\"title\":\"Self hosted runner label\",\"description\":\"A label for a self hosted runner\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"description\":\"Unique identifier of the label.\"},\"name\":{\"type\":\"string\",\"description\":\"Name of the label.\"},\"type\":{\"type\":\"string\",\"description\":\"The type of label. Read-only labels are applied automatically when the runner is configured.\",\"enum\":[\"read-only\",\"custom\"]}},\"required\":[\"name\"]}}},\"required\":[\"id\",\"name\",\"os\",\"status\",\"busy\",\"labels\"]}}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "runner_group_id" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -1092,6 +1440,13 @@ "code": 200, "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"artifacts\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"artifacts\":{\"type\":\"array\",\"items\":{\"title\":\"Artifact\",\"description\":\"An artifact\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":5},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkNoZWNrU3VpdGU1\"},\"name\":{\"description\":\"The name of the artifact.\",\"type\":\"string\",\"example\":\"AdventureWorks.Framework\"},\"size_in_bytes\":{\"description\":\"The size in bytes of the artifact.\",\"type\":\"integer\",\"example\":12345},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/artifacts/5\"},\"archive_download_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/artifacts/5/zip\"},\"expired\":{\"description\":\"Whether or not the artifact has expired.\",\"type\":\"boolean\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"expires_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"workflow_run\":{\"type\":\"object\",\"nullable\":true,\"properties\":{\"id\":{\"example\":10,\"type\":\"integer\"},\"repository_id\":{\"example\":42,\"type\":\"integer\"},\"head_repository_id\":{\"example\":42,\"type\":\"integer\"},\"head_branch\":{\"example\":\"main\",\"type\":\"string\"},\"head_sha\":{\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"}}}},\"required\":[\"id\",\"node_id\",\"name\",\"size_in_bytes\",\"url\",\"archive_download_url\",\"expired\",\"created_at\",\"expires_at\",\"updated_at\"]}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "run_id" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -1105,6 +1460,20 @@ "code": 200, "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"workflow_runs\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"workflow_runs\":{\"type\":\"array\",\"items\":{\"title\":\"Workflow Run\",\"description\":\"An invocation of a workflow\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"description\":\"The ID of the workflow run.\",\"example\":5},\"name\":{\"type\":\"string\",\"description\":\"The name of the workflow run.\",\"nullable\":true,\"example\":\"Build\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkNoZWNrU3VpdGU1\"},\"check_suite_id\":{\"type\":\"integer\",\"description\":\"The ID of the associated check suite.\",\"example\":42},\"check_suite_node_id\":{\"type\":\"string\",\"description\":\"The node ID of the associated check suite.\",\"example\":\"MDEwOkNoZWNrU3VpdGU0Mg==\"},\"head_branch\":{\"type\":\"string\",\"nullable\":true,\"example\":\"master\"},\"head_sha\":{\"description\":\"The SHA of the head commit that points to the version of the workflow being run.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"path\":{\"description\":\"The full path of the workflow\",\"example\":\"octocat/octo-repo/.github/workflows/ci.yml@main\",\"type\":\"string\"},\"run_number\":{\"type\":\"integer\",\"description\":\"The auto incrementing run number for the workflow run.\",\"example\":106},\"run_attempt\":{\"type\":\"integer\",\"description\":\"Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.\",\"example\":1},\"referenced_workflows\":{\"type\":\"array\",\"nullable\":true,\"items\":{\"title\":\"Referenced workflow\",\"description\":\"A workflow referenced/reused by the initial caller workflow\",\"type\":\"object\",\"properties\":{\"path\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"ref\":{\"type\":\"string\"}},\"required\":[\"path\",\"sha\"]}},\"event\":{\"type\":\"string\",\"example\":\"push\"},\"status\":{\"type\":\"string\",\"nullable\":true,\"example\":\"completed\"},\"conclusion\":{\"type\":\"string\",\"nullable\":true,\"example\":\"neutral\"},\"workflow_id\":{\"type\":\"integer\",\"description\":\"The ID of the parent workflow.\",\"example\":5},\"url\":{\"type\":\"string\",\"description\":\"The URL to the workflow run.\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/suites/4\"},\"pull_requests\":{\"type\":\"array\",\"nullable\":true,\"items\":{\"title\":\"Pull Request Minimal\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"number\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"head\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]},\"base\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]}},\"required\":[\"id\",\"number\",\"url\",\"head\",\"base\"]}},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"actor\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"triggering_actor\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"run_started_at\":{\"type\":\"string\",\"format\":\"date-time\",\"description\":\"The start time of the latest run. Resets on re-run.\"},\"jobs_url\":{\"description\":\"The URL to the jobs for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/jobs\"},\"logs_url\":{\"description\":\"The URL to download the logs for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/logs\"},\"check_suite_url\":{\"description\":\"The URL to the associated check suite.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-suites/12\"},\"artifacts_url\":{\"description\":\"The URL to the artifacts for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun/artifacts\"},\"cancel_url\":{\"description\":\"The URL to cancel the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/cancel\"},\"rerun_url\":{\"description\":\"The URL to rerun the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun\"},\"previous_attempt_url\":{\"nullable\":true,\"description\":\"The URL to the previous attempted run of this workflow, if one exists.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3\"},\"workflow_url\":{\"description\":\"The URL to the workflow.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/workflows/main.yaml\"},\"head_commit\":{\"title\":\"Simple Commit\",\"description\":\"Simple Commit\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\"},\"tree_id\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\"},\"author\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"email\":{\"type\":\"string\"}},\"required\":[\"name\",\"email\"],\"nullable\":true},\"committer\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"email\":{\"type\":\"string\"}},\"required\":[\"name\",\"email\"],\"nullable\":true}},\"required\":[\"id\",\"tree_id\",\"message\",\"timestamp\",\"author\",\"committer\"],\"nullable\":true},\"repository\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"private\":{\"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\"},\"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\"},\"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\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"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\",\"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},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"template_repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"],\"nullable\":true},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: http://contributor-covenant.org/version/1/4/\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"}},\"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\"]},\"head_repository\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"private\":{\"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\"},\"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\"},\"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\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"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\",\"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},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"template_repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"],\"nullable\":true},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: http://contributor-covenant.org/version/1/4/\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"}},\"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\"]},\"head_repository_id\":{\"type\":\"integer\",\"example\":5}},\"required\":[\"id\",\"node_id\",\"head_branch\",\"run_number\",\"event\",\"status\",\"conclusion\",\"head_sha\",\"path\",\"workflow_id\",\"url\",\"html_url\",\"created_at\",\"updated_at\",\"head_commit\",\"head_repository\",\"repository\",\"jobs_url\",\"logs_url\",\"check_suite_url\",\"cancel_url\",\"rerun_url\",\"artifacts_url\",\"workflow_url\",\"pull_requests\"]}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "workflow_id" }, + { "name": "actor" }, + { "name": "branch" }, + { "name": "event" }, + { "name": "status" }, + { "name": "per_page" }, + { "name": "page" }, + { "name": "created" }, + { "name": "exclude_pull_requests" }, + { "name": "check_suite_id" } ] }, { @@ -1118,6 +1487,19 @@ "code": 200, "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"workflow_runs\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"workflow_runs\":{\"type\":\"array\",\"items\":{\"title\":\"Workflow Run\",\"description\":\"An invocation of a workflow\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"description\":\"The ID of the workflow run.\",\"example\":5},\"name\":{\"type\":\"string\",\"description\":\"The name of the workflow run.\",\"nullable\":true,\"example\":\"Build\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkNoZWNrU3VpdGU1\"},\"check_suite_id\":{\"type\":\"integer\",\"description\":\"The ID of the associated check suite.\",\"example\":42},\"check_suite_node_id\":{\"type\":\"string\",\"description\":\"The node ID of the associated check suite.\",\"example\":\"MDEwOkNoZWNrU3VpdGU0Mg==\"},\"head_branch\":{\"type\":\"string\",\"nullable\":true,\"example\":\"master\"},\"head_sha\":{\"description\":\"The SHA of the head commit that points to the version of the workflow being run.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"path\":{\"description\":\"The full path of the workflow\",\"example\":\"octocat/octo-repo/.github/workflows/ci.yml@main\",\"type\":\"string\"},\"run_number\":{\"type\":\"integer\",\"description\":\"The auto incrementing run number for the workflow run.\",\"example\":106},\"run_attempt\":{\"type\":\"integer\",\"description\":\"Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.\",\"example\":1},\"referenced_workflows\":{\"type\":\"array\",\"nullable\":true,\"items\":{\"title\":\"Referenced workflow\",\"description\":\"A workflow referenced/reused by the initial caller workflow\",\"type\":\"object\",\"properties\":{\"path\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"ref\":{\"type\":\"string\"}},\"required\":[\"path\",\"sha\"]}},\"event\":{\"type\":\"string\",\"example\":\"push\"},\"status\":{\"type\":\"string\",\"nullable\":true,\"example\":\"completed\"},\"conclusion\":{\"type\":\"string\",\"nullable\":true,\"example\":\"neutral\"},\"workflow_id\":{\"type\":\"integer\",\"description\":\"The ID of the parent workflow.\",\"example\":5},\"url\":{\"type\":\"string\",\"description\":\"The URL to the workflow run.\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/suites/4\"},\"pull_requests\":{\"type\":\"array\",\"nullable\":true,\"items\":{\"title\":\"Pull Request Minimal\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"number\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"head\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]},\"base\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]}},\"required\":[\"id\",\"number\",\"url\",\"head\",\"base\"]}},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"actor\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"triggering_actor\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"run_started_at\":{\"type\":\"string\",\"format\":\"date-time\",\"description\":\"The start time of the latest run. Resets on re-run.\"},\"jobs_url\":{\"description\":\"The URL to the jobs for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/jobs\"},\"logs_url\":{\"description\":\"The URL to download the logs for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/logs\"},\"check_suite_url\":{\"description\":\"The URL to the associated check suite.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-suites/12\"},\"artifacts_url\":{\"description\":\"The URL to the artifacts for the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun/artifacts\"},\"cancel_url\":{\"description\":\"The URL to cancel the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/cancel\"},\"rerun_url\":{\"description\":\"The URL to rerun the workflow run.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/rerun\"},\"previous_attempt_url\":{\"nullable\":true,\"description\":\"The URL to the previous attempted run of this workflow, if one exists.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/runs/5/attempts/3\"},\"workflow_url\":{\"description\":\"The URL to the workflow.\",\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/actions/workflows/main.yaml\"},\"head_commit\":{\"title\":\"Simple Commit\",\"description\":\"Simple Commit\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\"},\"tree_id\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\"},\"author\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"email\":{\"type\":\"string\"}},\"required\":[\"name\",\"email\"],\"nullable\":true},\"committer\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"email\":{\"type\":\"string\"}},\"required\":[\"name\",\"email\"],\"nullable\":true}},\"required\":[\"id\",\"tree_id\",\"message\",\"timestamp\",\"author\",\"committer\"],\"nullable\":true},\"repository\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"private\":{\"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\"},\"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\"},\"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\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"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\",\"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},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"template_repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"],\"nullable\":true},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: http://contributor-covenant.org/version/1/4/\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"}},\"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\"]},\"head_repository\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"private\":{\"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\"},\"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\"},\"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\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"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\",\"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},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"template_repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"],\"nullable\":true},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: http://contributor-covenant.org/version/1/4/\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"}},\"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\"]},\"head_repository_id\":{\"type\":\"integer\",\"example\":5}},\"required\":[\"id\",\"node_id\",\"head_branch\",\"run_number\",\"event\",\"status\",\"conclusion\",\"head_sha\",\"path\",\"workflow_id\",\"url\",\"html_url\",\"created_at\",\"updated_at\",\"head_commit\",\"head_repository\",\"repository\",\"jobs_url\",\"logs_url\",\"check_suite_url\",\"cancel_url\",\"rerun_url\",\"artifacts_url\",\"workflow_url\",\"pull_requests\"]}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "actor" }, + { "name": "branch" }, + { "name": "event" }, + { "name": "status" }, + { "name": "per_page" }, + { "name": "page" }, + { "name": "created" }, + { "name": "exclude_pull_requests" }, + { "name": "check_suite_id" } ] }, { @@ -1135,6 +1517,12 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "job_id" }, + { "name": "enable_debug_logging" } ] }, { @@ -1148,6 +1536,12 @@ "code": 201, "schema": "{\"type\":\"object\",\"properties\":{},\"additionalProperties\":false}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "run_id" }, + { "name": "enable_debug_logging" } ] }, { @@ -1161,6 +1555,12 @@ "code": 201, "schema": "{\"title\":\"Empty Object\",\"description\":\"An object without any properties.\",\"type\":\"object\",\"properties\":{},\"additionalProperties\":false}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "run_id" }, + { "name": "enable_debug_logging" } ] }, { @@ -1178,7 +1578,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "org" }, { "name": "runner_id" }] }, { "url": "/repos/{owner}/{repo}/actions/runners/{runner_id}/labels", @@ -1195,6 +1596,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "runner_id" } ] }, { @@ -1216,6 +1622,11 @@ "code": 422, "schema": "{\"title\":\"Validation Error Simple\",\"description\":\"Validation Error Simple\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "runner_id" }, + { "name": "name" } ] }, { @@ -1237,6 +1648,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error Simple\",\"description\":\"Validation Error Simple\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "runner_id" }, + { "name": "name" } ] }, { @@ -1245,7 +1662,12 @@ "scope": "actions", "documentationUrl": "https://docs.github.com/rest/reference/actions#remove-repository-access-to-a-self-hosted-runner-group-in-an-organization", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "org" }, + { "name": "runner_group_id" }, + { "name": "repository_id" } + ] }, { "url": "/orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}", @@ -1256,6 +1678,11 @@ "responses": [ { "code": 204, "schema": null }, { "code": 409, "schema": null } + ], + "parameters": [ + { "name": "org" }, + { "name": "secret_name" }, + { "name": "repository_id" } ] }, { @@ -1264,7 +1691,12 @@ "scope": "actions", "documentationUrl": "https://docs.github.com/rest/reference/actions#remove-a-self-hosted-runner-from-a-group-for-an-organization", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "org" }, + { "name": "runner_group_id" }, + { "name": "runner_id" } + ] }, { "url": "/repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments", @@ -1277,6 +1709,14 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Deployment\",\"description\":\"A request for a specific ref(branch,sha,tag) to be deployed\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example/deployments/1\"},\"id\":{\"description\":\"Unique identifier of the deployment\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkRlcGxveW1lbnQx\"},\"sha\":{\"type\":\"string\",\"example\":\"a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d\"},\"ref\":{\"description\":\"The ref to deploy. This can be a branch, tag, or sha.\",\"example\":\"topic-branch\",\"type\":\"string\"},\"task\":{\"description\":\"Parameter to specify a task to execute\",\"example\":\"deploy\",\"type\":\"string\"},\"payload\":{\"oneOf\":[{\"type\":\"object\",\"additionalProperties\":true},{\"type\":\"string\"}]},\"original_environment\":{\"type\":\"string\",\"example\":\"staging\"},\"environment\":{\"description\":\"Name for the target deployment environment.\",\"example\":\"production\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"Deploy request from hubot\",\"nullable\":true},\"creator\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-07-20T01:19:13Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-07-20T01:19:13Z\"},\"statuses_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example/deployments/1/statuses\"},\"repository_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example\"},\"transient_environment\":{\"description\":\"Specifies if the given environment is will no longer exist at some point in the future. Default: false.\",\"example\":true,\"type\":\"boolean\"},\"production_environment\":{\"description\":\"Specifies if the given environment is one that end-users directly interact with. Default: false.\",\"example\":true,\"type\":\"boolean\"},\"performed_via_github_app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true}},\"required\":[\"id\",\"node_id\",\"sha\",\"ref\",\"task\",\"environment\",\"creator\",\"payload\",\"description\",\"statuses_url\",\"repository_url\",\"url\",\"created_at\",\"updated_at\"]}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "run_id" }, + { "name": "environment_ids" }, + { "name": "state" }, + { "name": "comment" } ] }, { @@ -1285,7 +1725,11 @@ "scope": "actions", "documentationUrl": "https://docs.github.com/rest/reference/actions/oidc#set-actions-oidc-custom-issuer-policy-for-enterprise", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "enterprise" }, + { "name": "include_enterprise_slug" } + ] }, { "url": "/orgs/{org}/actions/permissions/selected-actions", @@ -1293,7 +1737,13 @@ "scope": "actions", "documentationUrl": "https://docs.github.com/rest/reference/actions#set-allowed-actions-for-an-organization", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "org" }, + { "name": "github_owned_allowed" }, + { "name": "verified_allowed" }, + { "name": "patterns_allowed" } + ] }, { "url": "/repos/{owner}/{repo}/actions/permissions/selected-actions", @@ -1301,7 +1751,14 @@ "scope": "actions", "documentationUrl": "https://docs.github.com/rest/reference/actions#set-allowed-actions-for-a-repository", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "github_owned_allowed" }, + { "name": "verified_allowed" }, + { "name": "patterns_allowed" } + ] }, { "url": "/orgs/{org}/actions/runners/{runner_id}/labels", @@ -1322,6 +1779,11 @@ "code": 422, "schema": "{\"title\":\"Validation Error Simple\",\"description\":\"Validation Error Simple\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "runner_id" }, + { "name": "labels" } ] }, { @@ -1343,6 +1805,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error Simple\",\"description\":\"Validation Error Simple\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "runner_id" }, + { "name": "labels" } ] }, { @@ -1372,6 +1840,11 @@ "code": 422, "schema": "{\"title\":\"Validation Error Simple\",\"description\":\"Validation Error Simple\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "use_default" } ] }, { @@ -1380,7 +1853,12 @@ "scope": "actions", "documentationUrl": "https://docs.github.com/rest/reference/actions#set-default-workflow-permissions-for-an-enterprise", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "enterprise" }, + { "name": "default_workflow_permissions" }, + { "name": "can_approve_pull_request_reviews" } + ] }, { "url": "/orgs/{org}/actions/permissions/workflow", @@ -1391,6 +1869,11 @@ "responses": [ { "code": 204, "schema": null }, { "code": 409, "schema": null } + ], + "parameters": [ + { "name": "org" }, + { "name": "default_workflow_permissions" }, + { "name": "can_approve_pull_request_reviews" } ] }, { @@ -1402,6 +1885,12 @@ "responses": [ { "code": 204, "schema": null }, { "code": 409, "schema": null } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "default_workflow_permissions" }, + { "name": "can_approve_pull_request_reviews" } ] }, { @@ -1410,7 +1899,12 @@ "scope": "actions", "documentationUrl": "https://docs.github.com/rest/reference/actions#set-github-actions-permissions-for-an-organization", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "org" }, + { "name": "enabled_repositories" }, + { "name": "allowed_actions" } + ] }, { "url": "/repos/{owner}/{repo}/actions/permissions", @@ -1418,7 +1912,13 @@ "scope": "actions", "documentationUrl": "https://docs.github.com/rest/reference/actions#set-github-actions-permissions-for-a-repository", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "enabled" }, + { "name": "allowed_actions" } + ] }, { "url": "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories", @@ -1426,7 +1926,12 @@ "scope": "actions", "documentationUrl": "https://docs.github.com/rest/reference/actions#set-repository-access-to-a-self-hosted-runner-group-in-an-organization", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "org" }, + { "name": "runner_group_id" }, + { "name": "selected_repository_ids" } + ] }, { "url": "/orgs/{org}/actions/secrets/{secret_name}/repositories", @@ -1434,7 +1939,12 @@ "scope": "actions", "documentationUrl": "https://docs.github.com/rest/reference/actions#set-selected-repositories-for-an-organization-secret", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "org" }, + { "name": "secret_name" }, + { "name": "selected_repository_ids" } + ] }, { "url": "/orgs/{org}/actions/permissions/repositories", @@ -1442,7 +1952,8 @@ "scope": "actions", "documentationUrl": "https://docs.github.com/rest/reference/actions#set-selected-repositories-enabled-for-github-actions-in-an-organization", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [{ "name": "org" }, { "name": "selected_repository_ids" }] }, { "url": "/orgs/{org}/actions/runner-groups/{runner_group_id}/runners", @@ -1450,7 +1961,12 @@ "scope": "actions", "documentationUrl": "https://docs.github.com/rest/reference/actions#set-self-hosted-runners-in-a-group-for-an-organization", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "org" }, + { "name": "runner_group_id" }, + { "name": "runners" } + ] }, { "url": "/repos/{owner}/{repo}/actions/permissions/access", @@ -1458,7 +1974,12 @@ "scope": "actions", "documentationUrl": "https://docs.github.com/rest/reference/actions#set-workflow-access-to-a-repository", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "access_level" } + ] }, { "url": "/orgs/{org}/actions/runner-groups/{runner_group_id}", @@ -1471,6 +1992,15 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"number\"},\"name\":{\"type\":\"string\"},\"visibility\":{\"type\":\"string\"},\"default\":{\"type\":\"boolean\"},\"selected_repositories_url\":{\"description\":\"Link to the selected repositories resource for this runner group. Not present unless visibility was set to `selected`\",\"type\":\"string\"},\"runners_url\":{\"type\":\"string\"},\"inherited\":{\"type\":\"boolean\"},\"inherited_allows_public_repositories\":{\"type\":\"boolean\"},\"allows_public_repositories\":{\"type\":\"boolean\"},\"workflow_restrictions_read_only\":{\"description\":\"If `true`, the `restricted_to_workflows` and `selected_workflows` fields cannot be modified.\",\"type\":\"boolean\",\"default\":false},\"restricted_to_workflows\":{\"description\":\"If `true`, the runner group will be restricted to running only the workflows specified in the `selected_workflows` array.\",\"type\":\"boolean\",\"default\":false},\"selected_workflows\":{\"description\":\"List of workflows the runner group should be allowed to run. This setting will be ignored unless `restricted_to_workflows` is set to `true`.\",\"type\":\"array\",\"items\":{\"type\":\"string\",\"description\":\"Name of workflow the runner group should be allowed to run. Note that a ref, tag, or long SHA is required.\",\"example\":\"octo-org/octo-repo/.github/workflows/deploy.yaml@main\"}}},\"required\":[\"id\",\"name\",\"visibility\",\"default\",\"runners_url\",\"inherited\",\"allows_public_repositories\"]}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "runner_group_id" }, + { "name": "name" }, + { "name": "visibility" }, + { "name": "allows_public_repositories" }, + { "name": "restricted_to_workflows" }, + { "name": "selected_workflows" } ] }, { @@ -1494,7 +2024,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repos/{owner}/{repo}/subscription", @@ -1502,7 +2033,8 @@ "scope": "activity", "documentationUrl": "https://docs.github.com/rest/reference/activity#delete-a-repository-subscription", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/notifications/threads/{thread_id}/subscription", @@ -1521,7 +2053,8 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "thread_id" }] }, { "url": "/feeds", @@ -1534,7 +2067,8 @@ "code": 200, "schema": "{\"title\":\"Feed\",\"description\":\"Feed\",\"type\":\"object\",\"properties\":{\"timeline_url\":{\"type\":\"string\",\"example\":\"https://github.com/timeline\"},\"user_url\":{\"type\":\"string\",\"example\":\"https://github.com/{user}\"},\"current_user_public_url\":{\"type\":\"string\",\"example\":\"https://github.com/octocat\"},\"current_user_url\":{\"type\":\"string\",\"example\":\"https://github.com/octocat.private?token=abc123\"},\"current_user_actor_url\":{\"type\":\"string\",\"example\":\"https://github.com/octocat.private.actor?token=abc123\"},\"current_user_organization_url\":{\"type\":\"string\",\"example\":\"https://github.com/octocat-org\"},\"current_user_organization_urls\":{\"type\":\"array\",\"example\":[\"https://github.com/organizations/github/octocat.private.atom?token=abc123\"],\"items\":{\"type\":\"string\",\"format\":\"uri\"}},\"security_advisories_url\":{\"type\":\"string\",\"example\":\"https://github.com/security-advisories\"},\"_links\":{\"type\":\"object\",\"properties\":{\"timeline\":{\"title\":\"Link With Type\",\"description\":\"Hypermedia Link with Type\",\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\"},\"type\":{\"type\":\"string\"}},\"required\":[\"href\",\"type\"]},\"user\":{\"title\":\"Link With Type\",\"description\":\"Hypermedia Link with Type\",\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\"},\"type\":{\"type\":\"string\"}},\"required\":[\"href\",\"type\"]},\"security_advisories\":{\"title\":\"Link With Type\",\"description\":\"Hypermedia Link with Type\",\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\"},\"type\":{\"type\":\"string\"}},\"required\":[\"href\",\"type\"]},\"current_user\":{\"title\":\"Link With Type\",\"description\":\"Hypermedia Link with Type\",\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\"},\"type\":{\"type\":\"string\"}},\"required\":[\"href\",\"type\"]},\"current_user_public\":{\"title\":\"Link With Type\",\"description\":\"Hypermedia Link with Type\",\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\"},\"type\":{\"type\":\"string\"}},\"required\":[\"href\",\"type\"]},\"current_user_actor\":{\"title\":\"Link With Type\",\"description\":\"Hypermedia Link with Type\",\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\"},\"type\":{\"type\":\"string\"}},\"required\":[\"href\",\"type\"]},\"current_user_organization\":{\"title\":\"Link With Type\",\"description\":\"Hypermedia Link with Type\",\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\"},\"type\":{\"type\":\"string\"}},\"required\":[\"href\",\"type\"]},\"current_user_organizations\":{\"type\":\"array\",\"items\":{\"title\":\"Link With Type\",\"description\":\"Hypermedia Link with Type\",\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\"},\"type\":{\"type\":\"string\"}},\"required\":[\"href\",\"type\"]}}},\"required\":[\"timeline\",\"user\"]}},\"required\":[\"_links\",\"timeline_url\",\"user_url\"]}" } - ] + ], + "parameters": [] }, { "url": "/repos/{owner}/{repo}/subscription", @@ -1552,7 +2086,8 @@ "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" }, { "code": 404, "schema": null } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/notifications/threads/{thread_id}", @@ -1574,7 +2109,8 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "thread_id" }] }, { "url": "/notifications/threads/{thread_id}/subscription", @@ -1596,7 +2132,8 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "thread_id" }] }, { "url": "/users/{username}/events", @@ -1609,6 +2146,11 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Event\",\"description\":\"Event\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\"},\"type\":{\"type\":\"string\",\"nullable\":true},\"actor\":{\"title\":\"Actor\",\"description\":\"Actor\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"login\":{\"type\":\"string\"},\"display_login\":{\"type\":\"string\"},\"gravatar_id\":{\"type\":\"string\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"login\",\"gravatar_id\",\"url\",\"avatar_url\"]},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"name\":{\"type\":\"string\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"name\",\"url\"]},\"org\":{\"title\":\"Actor\",\"description\":\"Actor\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"login\":{\"type\":\"string\"},\"display_login\":{\"type\":\"string\"},\"gravatar_id\":{\"type\":\"string\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"login\",\"gravatar_id\",\"url\",\"avatar_url\"]},\"payload\":{\"type\":\"object\",\"properties\":{\"action\":{\"type\":\"string\"},\"issue\":{\"title\":\"Issue\",\"description\":\"Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"url\":{\"description\":\"URL for the issue\",\"example\":\"https://api.github.com/repositories/42/issues/1\",\"type\":\"string\",\"format\":\"uri\"},\"repository_url\":{\"type\":\"string\",\"format\":\"uri\"},\"labels_url\":{\"type\":\"string\"},\"comments_url\":{\"type\":\"string\",\"format\":\"uri\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"},\"number\":{\"description\":\"Number uniquely identifying the issue within its repository\",\"example\":42,\"type\":\"integer\"},\"state\":{\"description\":\"State of the issue; either 'open' or 'closed'\",\"example\":\"open\",\"type\":\"string\"},\"state_reason\":{\"description\":\"The reason for the current state\",\"example\":\"not_planned\",\"type\":\"string\",\"nullable\":true},\"title\":{\"description\":\"Title of the issue\",\"example\":\"Widget creation fails in Safari on OS X 10.8\",\"type\":\"string\"},\"body\":{\"description\":\"Contents of the issue\",\"example\":\"It looks like the new widget form is broken on Safari. When I try and create the widget, Safari crashes. This is reproducible on 10.8, but not 10.9. Maybe a browser bug?\",\"type\":\"string\",\"nullable\":true},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"labels\":{\"description\":\"Labels to associate with this issue; pass one or more label names to replace the set of labels on this issue; send an empty array to clear all labels from the issue; note that the labels are silently dropped for users without push access to the repository\",\"example\":[\"bug\",\"registration\"],\"type\":\"array\",\"items\":{\"oneOf\":[{\"type\":\"string\"},{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"format\":\"int64\"},\"node_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"name\":{\"type\":\"string\"},\"description\":{\"type\":\"string\",\"nullable\":true},\"color\":{\"type\":\"string\",\"nullable\":true},\"default\":{\"type\":\"boolean\"}}}]}},\"assignee\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"assignees\":{\"type\":\"array\",\"items\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"nullable\":true},\"milestone\":{\"title\":\"Milestone\",\"description\":\"A collection of related issues and pull requests.\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/milestones/1\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World/milestones/v1.0\"},\"labels_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/milestones/1/labels\"},\"id\":{\"type\":\"integer\",\"example\":1002604},\"node_id\":{\"type\":\"string\",\"example\":\"MDk6TWlsZXN0b25lMTAwMjYwNA==\"},\"number\":{\"description\":\"The number of the milestone.\",\"type\":\"integer\",\"example\":42},\"state\":{\"description\":\"The state of the milestone.\",\"example\":\"open\",\"type\":\"string\",\"enum\":[\"open\",\"closed\"],\"default\":\"open\"},\"title\":{\"description\":\"The title of the milestone.\",\"example\":\"v1.0\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"Tracking milestone for version 1.0\",\"nullable\":true},\"creator\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"open_issues\":{\"type\":\"integer\",\"example\":4},\"closed_issues\":{\"type\":\"integer\",\"example\":8},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-10T20:09:31Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2014-03-03T18:58:10Z\"},\"closed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2013-02-12T13:22:01Z\",\"nullable\":true},\"due_on\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-10-09T23:39:01Z\",\"nullable\":true}},\"required\":[\"closed_issues\",\"creator\",\"description\",\"due_on\",\"closed_at\",\"id\",\"node_id\",\"labels_url\",\"html_url\",\"number\",\"open_issues\",\"state\",\"title\",\"url\",\"created_at\",\"updated_at\"],\"nullable\":true},\"locked\":{\"type\":\"boolean\"},\"active_lock_reason\":{\"type\":\"string\",\"nullable\":true},\"comments\":{\"type\":\"integer\"},\"pull_request\":{\"type\":\"object\",\"properties\":{\"merged_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"diff_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"patch_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"diff_url\",\"html_url\",\"patch_url\",\"url\"]},\"closed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"draft\":{\"type\":\"boolean\"},\"closed_by\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"body_html\":{\"type\":\"string\"},\"body_text\":{\"type\":\"string\"},\"timeline_url\":{\"type\":\"string\",\"format\":\"uri\"},\"repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"]},\"performed_via_github_app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"author_association\":{\"title\":\"author_association\",\"type\":\"string\",\"example\":\"OWNER\",\"description\":\"How the author is associated with the repository.\",\"enum\":[\"COLLABORATOR\",\"CONTRIBUTOR\",\"FIRST_TIMER\",\"FIRST_TIME_CONTRIBUTOR\",\"MANNEQUIN\",\"MEMBER\",\"NONE\",\"OWNER\"]},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"assignee\",\"closed_at\",\"comments\",\"comments_url\",\"events_url\",\"html_url\",\"id\",\"node_id\",\"labels\",\"labels_url\",\"milestone\",\"number\",\"repository_url\",\"state\",\"locked\",\"title\",\"url\",\"user\",\"author_association\",\"created_at\",\"updated_at\"]},\"comment\":{\"title\":\"Issue Comment\",\"description\":\"Comments provide a way for people to collaborate on an issue.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the issue comment\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"url\":{\"description\":\"URL for the issue comment\",\"example\":\"https://api.github.com/repositories/42/issues/comments/1\",\"type\":\"string\",\"format\":\"uri\"},\"body\":{\"description\":\"Contents of the issue comment\",\"example\":\"What version of Safari were you using when you observed this bug?\",\"type\":\"string\"},\"body_text\":{\"type\":\"string\"},\"body_html\":{\"type\":\"string\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-14T16:00:49Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-14T16:00:49Z\"},\"issue_url\":{\"type\":\"string\",\"format\":\"uri\"},\"author_association\":{\"title\":\"author_association\",\"type\":\"string\",\"example\":\"OWNER\",\"description\":\"How the author is associated with the repository.\",\"enum\":[\"COLLABORATOR\",\"CONTRIBUTOR\",\"FIRST_TIMER\",\"FIRST_TIME_CONTRIBUTOR\",\"MANNEQUIN\",\"MEMBER\",\"NONE\",\"OWNER\"]},\"performed_via_github_app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"id\",\"node_id\",\"html_url\",\"issue_url\",\"author_association\",\"user\",\"url\",\"created_at\",\"updated_at\"]},\"pages\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"page_name\":{\"type\":\"string\"},\"title\":{\"type\":\"string\"},\"summary\":{\"type\":\"string\",\"nullable\":true},\"action\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"html_url\":{\"type\":\"string\"}}}}}},\"public\":{\"type\":\"boolean\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true}},\"required\":[\"id\",\"type\",\"actor\",\"repo\",\"payload\",\"public\",\"created_at\"]}}" } + ], + "parameters": [ + { "name": "username" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -1635,6 +2177,14 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "all" }, + { "name": "participating" }, + { "name": "since" }, + { "name": "before" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -1648,6 +2198,12 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Event\",\"description\":\"Event\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\"},\"type\":{\"type\":\"string\",\"nullable\":true},\"actor\":{\"title\":\"Actor\",\"description\":\"Actor\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"login\":{\"type\":\"string\"},\"display_login\":{\"type\":\"string\"},\"gravatar_id\":{\"type\":\"string\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"login\",\"gravatar_id\",\"url\",\"avatar_url\"]},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"name\":{\"type\":\"string\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"name\",\"url\"]},\"org\":{\"title\":\"Actor\",\"description\":\"Actor\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"login\":{\"type\":\"string\"},\"display_login\":{\"type\":\"string\"},\"gravatar_id\":{\"type\":\"string\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"login\",\"gravatar_id\",\"url\",\"avatar_url\"]},\"payload\":{\"type\":\"object\",\"properties\":{\"action\":{\"type\":\"string\"},\"issue\":{\"title\":\"Issue\",\"description\":\"Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"url\":{\"description\":\"URL for the issue\",\"example\":\"https://api.github.com/repositories/42/issues/1\",\"type\":\"string\",\"format\":\"uri\"},\"repository_url\":{\"type\":\"string\",\"format\":\"uri\"},\"labels_url\":{\"type\":\"string\"},\"comments_url\":{\"type\":\"string\",\"format\":\"uri\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"},\"number\":{\"description\":\"Number uniquely identifying the issue within its repository\",\"example\":42,\"type\":\"integer\"},\"state\":{\"description\":\"State of the issue; either 'open' or 'closed'\",\"example\":\"open\",\"type\":\"string\"},\"state_reason\":{\"description\":\"The reason for the current state\",\"example\":\"not_planned\",\"type\":\"string\",\"nullable\":true},\"title\":{\"description\":\"Title of the issue\",\"example\":\"Widget creation fails in Safari on OS X 10.8\",\"type\":\"string\"},\"body\":{\"description\":\"Contents of the issue\",\"example\":\"It looks like the new widget form is broken on Safari. When I try and create the widget, Safari crashes. This is reproducible on 10.8, but not 10.9. Maybe a browser bug?\",\"type\":\"string\",\"nullable\":true},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"labels\":{\"description\":\"Labels to associate with this issue; pass one or more label names to replace the set of labels on this issue; send an empty array to clear all labels from the issue; note that the labels are silently dropped for users without push access to the repository\",\"example\":[\"bug\",\"registration\"],\"type\":\"array\",\"items\":{\"oneOf\":[{\"type\":\"string\"},{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"format\":\"int64\"},\"node_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"name\":{\"type\":\"string\"},\"description\":{\"type\":\"string\",\"nullable\":true},\"color\":{\"type\":\"string\",\"nullable\":true},\"default\":{\"type\":\"boolean\"}}}]}},\"assignee\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"assignees\":{\"type\":\"array\",\"items\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"nullable\":true},\"milestone\":{\"title\":\"Milestone\",\"description\":\"A collection of related issues and pull requests.\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/milestones/1\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World/milestones/v1.0\"},\"labels_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/milestones/1/labels\"},\"id\":{\"type\":\"integer\",\"example\":1002604},\"node_id\":{\"type\":\"string\",\"example\":\"MDk6TWlsZXN0b25lMTAwMjYwNA==\"},\"number\":{\"description\":\"The number of the milestone.\",\"type\":\"integer\",\"example\":42},\"state\":{\"description\":\"The state of the milestone.\",\"example\":\"open\",\"type\":\"string\",\"enum\":[\"open\",\"closed\"],\"default\":\"open\"},\"title\":{\"description\":\"The title of the milestone.\",\"example\":\"v1.0\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"Tracking milestone for version 1.0\",\"nullable\":true},\"creator\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"open_issues\":{\"type\":\"integer\",\"example\":4},\"closed_issues\":{\"type\":\"integer\",\"example\":8},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-10T20:09:31Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2014-03-03T18:58:10Z\"},\"closed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2013-02-12T13:22:01Z\",\"nullable\":true},\"due_on\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-10-09T23:39:01Z\",\"nullable\":true}},\"required\":[\"closed_issues\",\"creator\",\"description\",\"due_on\",\"closed_at\",\"id\",\"node_id\",\"labels_url\",\"html_url\",\"number\",\"open_issues\",\"state\",\"title\",\"url\",\"created_at\",\"updated_at\"],\"nullable\":true},\"locked\":{\"type\":\"boolean\"},\"active_lock_reason\":{\"type\":\"string\",\"nullable\":true},\"comments\":{\"type\":\"integer\"},\"pull_request\":{\"type\":\"object\",\"properties\":{\"merged_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"diff_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"patch_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"diff_url\",\"html_url\",\"patch_url\",\"url\"]},\"closed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"draft\":{\"type\":\"boolean\"},\"closed_by\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"body_html\":{\"type\":\"string\"},\"body_text\":{\"type\":\"string\"},\"timeline_url\":{\"type\":\"string\",\"format\":\"uri\"},\"repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"]},\"performed_via_github_app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"author_association\":{\"title\":\"author_association\",\"type\":\"string\",\"example\":\"OWNER\",\"description\":\"How the author is associated with the repository.\",\"enum\":[\"COLLABORATOR\",\"CONTRIBUTOR\",\"FIRST_TIMER\",\"FIRST_TIME_CONTRIBUTOR\",\"MANNEQUIN\",\"MEMBER\",\"NONE\",\"OWNER\"]},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"assignee\",\"closed_at\",\"comments\",\"comments_url\",\"events_url\",\"html_url\",\"id\",\"node_id\",\"labels\",\"labels_url\",\"milestone\",\"number\",\"repository_url\",\"state\",\"locked\",\"title\",\"url\",\"user\",\"author_association\",\"created_at\",\"updated_at\"]},\"comment\":{\"title\":\"Issue Comment\",\"description\":\"Comments provide a way for people to collaborate on an issue.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the issue comment\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"url\":{\"description\":\"URL for the issue comment\",\"example\":\"https://api.github.com/repositories/42/issues/comments/1\",\"type\":\"string\",\"format\":\"uri\"},\"body\":{\"description\":\"Contents of the issue comment\",\"example\":\"What version of Safari were you using when you observed this bug?\",\"type\":\"string\"},\"body_text\":{\"type\":\"string\"},\"body_html\":{\"type\":\"string\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-14T16:00:49Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-14T16:00:49Z\"},\"issue_url\":{\"type\":\"string\",\"format\":\"uri\"},\"author_association\":{\"title\":\"author_association\",\"type\":\"string\",\"example\":\"OWNER\",\"description\":\"How the author is associated with the repository.\",\"enum\":[\"COLLABORATOR\",\"CONTRIBUTOR\",\"FIRST_TIMER\",\"FIRST_TIME_CONTRIBUTOR\",\"MANNEQUIN\",\"MEMBER\",\"NONE\",\"OWNER\"]},\"performed_via_github_app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"id\",\"node_id\",\"html_url\",\"issue_url\",\"author_association\",\"user\",\"url\",\"created_at\",\"updated_at\"]},\"pages\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"page_name\":{\"type\":\"string\"},\"title\":{\"type\":\"string\"},\"summary\":{\"type\":\"string\",\"nullable\":true},\"action\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"html_url\":{\"type\":\"string\"}}}}}},\"public\":{\"type\":\"boolean\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true}},\"required\":[\"id\",\"type\",\"actor\",\"repo\",\"payload\",\"public\",\"created_at\"]}}" } + ], + "parameters": [ + { "name": "username" }, + { "name": "org" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -1670,7 +2226,8 @@ "code": 503, "schema": "{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "per_page" }, { "name": "page" }] }, { "url": "/networks/{owner}/{repo}/events", @@ -1696,6 +2253,12 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -1709,6 +2272,11 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Event\",\"description\":\"Event\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\"},\"type\":{\"type\":\"string\",\"nullable\":true},\"actor\":{\"title\":\"Actor\",\"description\":\"Actor\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"login\":{\"type\":\"string\"},\"display_login\":{\"type\":\"string\"},\"gravatar_id\":{\"type\":\"string\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"login\",\"gravatar_id\",\"url\",\"avatar_url\"]},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"name\":{\"type\":\"string\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"name\",\"url\"]},\"org\":{\"title\":\"Actor\",\"description\":\"Actor\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"login\":{\"type\":\"string\"},\"display_login\":{\"type\":\"string\"},\"gravatar_id\":{\"type\":\"string\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"login\",\"gravatar_id\",\"url\",\"avatar_url\"]},\"payload\":{\"type\":\"object\",\"properties\":{\"action\":{\"type\":\"string\"},\"issue\":{\"title\":\"Issue\",\"description\":\"Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"url\":{\"description\":\"URL for the issue\",\"example\":\"https://api.github.com/repositories/42/issues/1\",\"type\":\"string\",\"format\":\"uri\"},\"repository_url\":{\"type\":\"string\",\"format\":\"uri\"},\"labels_url\":{\"type\":\"string\"},\"comments_url\":{\"type\":\"string\",\"format\":\"uri\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"},\"number\":{\"description\":\"Number uniquely identifying the issue within its repository\",\"example\":42,\"type\":\"integer\"},\"state\":{\"description\":\"State of the issue; either 'open' or 'closed'\",\"example\":\"open\",\"type\":\"string\"},\"state_reason\":{\"description\":\"The reason for the current state\",\"example\":\"not_planned\",\"type\":\"string\",\"nullable\":true},\"title\":{\"description\":\"Title of the issue\",\"example\":\"Widget creation fails in Safari on OS X 10.8\",\"type\":\"string\"},\"body\":{\"description\":\"Contents of the issue\",\"example\":\"It looks like the new widget form is broken on Safari. When I try and create the widget, Safari crashes. This is reproducible on 10.8, but not 10.9. Maybe a browser bug?\",\"type\":\"string\",\"nullable\":true},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"labels\":{\"description\":\"Labels to associate with this issue; pass one or more label names to replace the set of labels on this issue; send an empty array to clear all labels from the issue; note that the labels are silently dropped for users without push access to the repository\",\"example\":[\"bug\",\"registration\"],\"type\":\"array\",\"items\":{\"oneOf\":[{\"type\":\"string\"},{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"format\":\"int64\"},\"node_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"name\":{\"type\":\"string\"},\"description\":{\"type\":\"string\",\"nullable\":true},\"color\":{\"type\":\"string\",\"nullable\":true},\"default\":{\"type\":\"boolean\"}}}]}},\"assignee\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"assignees\":{\"type\":\"array\",\"items\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"nullable\":true},\"milestone\":{\"title\":\"Milestone\",\"description\":\"A collection of related issues and pull requests.\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/milestones/1\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World/milestones/v1.0\"},\"labels_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/milestones/1/labels\"},\"id\":{\"type\":\"integer\",\"example\":1002604},\"node_id\":{\"type\":\"string\",\"example\":\"MDk6TWlsZXN0b25lMTAwMjYwNA==\"},\"number\":{\"description\":\"The number of the milestone.\",\"type\":\"integer\",\"example\":42},\"state\":{\"description\":\"The state of the milestone.\",\"example\":\"open\",\"type\":\"string\",\"enum\":[\"open\",\"closed\"],\"default\":\"open\"},\"title\":{\"description\":\"The title of the milestone.\",\"example\":\"v1.0\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"Tracking milestone for version 1.0\",\"nullable\":true},\"creator\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"open_issues\":{\"type\":\"integer\",\"example\":4},\"closed_issues\":{\"type\":\"integer\",\"example\":8},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-10T20:09:31Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2014-03-03T18:58:10Z\"},\"closed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2013-02-12T13:22:01Z\",\"nullable\":true},\"due_on\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-10-09T23:39:01Z\",\"nullable\":true}},\"required\":[\"closed_issues\",\"creator\",\"description\",\"due_on\",\"closed_at\",\"id\",\"node_id\",\"labels_url\",\"html_url\",\"number\",\"open_issues\",\"state\",\"title\",\"url\",\"created_at\",\"updated_at\"],\"nullable\":true},\"locked\":{\"type\":\"boolean\"},\"active_lock_reason\":{\"type\":\"string\",\"nullable\":true},\"comments\":{\"type\":\"integer\"},\"pull_request\":{\"type\":\"object\",\"properties\":{\"merged_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"diff_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"patch_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"diff_url\",\"html_url\",\"patch_url\",\"url\"]},\"closed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"draft\":{\"type\":\"boolean\"},\"closed_by\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"body_html\":{\"type\":\"string\"},\"body_text\":{\"type\":\"string\"},\"timeline_url\":{\"type\":\"string\",\"format\":\"uri\"},\"repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"]},\"performed_via_github_app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"author_association\":{\"title\":\"author_association\",\"type\":\"string\",\"example\":\"OWNER\",\"description\":\"How the author is associated with the repository.\",\"enum\":[\"COLLABORATOR\",\"CONTRIBUTOR\",\"FIRST_TIMER\",\"FIRST_TIME_CONTRIBUTOR\",\"MANNEQUIN\",\"MEMBER\",\"NONE\",\"OWNER\"]},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"assignee\",\"closed_at\",\"comments\",\"comments_url\",\"events_url\",\"html_url\",\"id\",\"node_id\",\"labels\",\"labels_url\",\"milestone\",\"number\",\"repository_url\",\"state\",\"locked\",\"title\",\"url\",\"user\",\"author_association\",\"created_at\",\"updated_at\"]},\"comment\":{\"title\":\"Issue Comment\",\"description\":\"Comments provide a way for people to collaborate on an issue.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the issue comment\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"url\":{\"description\":\"URL for the issue comment\",\"example\":\"https://api.github.com/repositories/42/issues/comments/1\",\"type\":\"string\",\"format\":\"uri\"},\"body\":{\"description\":\"Contents of the issue comment\",\"example\":\"What version of Safari were you using when you observed this bug?\",\"type\":\"string\"},\"body_text\":{\"type\":\"string\"},\"body_html\":{\"type\":\"string\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-14T16:00:49Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-14T16:00:49Z\"},\"issue_url\":{\"type\":\"string\",\"format\":\"uri\"},\"author_association\":{\"title\":\"author_association\",\"type\":\"string\",\"example\":\"OWNER\",\"description\":\"How the author is associated with the repository.\",\"enum\":[\"COLLABORATOR\",\"CONTRIBUTOR\",\"FIRST_TIMER\",\"FIRST_TIME_CONTRIBUTOR\",\"MANNEQUIN\",\"MEMBER\",\"NONE\",\"OWNER\"]},\"performed_via_github_app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"id\",\"node_id\",\"html_url\",\"issue_url\",\"author_association\",\"user\",\"url\",\"created_at\",\"updated_at\"]},\"pages\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"page_name\":{\"type\":\"string\"},\"title\":{\"type\":\"string\"},\"summary\":{\"type\":\"string\",\"nullable\":true},\"action\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"html_url\":{\"type\":\"string\"}}}}}},\"public\":{\"type\":\"boolean\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true}},\"required\":[\"id\",\"type\",\"actor\",\"repo\",\"payload\",\"public\",\"created_at\"]}}" } + ], + "parameters": [ + { "name": "username" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -1722,6 +2290,11 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Event\",\"description\":\"Event\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\"},\"type\":{\"type\":\"string\",\"nullable\":true},\"actor\":{\"title\":\"Actor\",\"description\":\"Actor\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"login\":{\"type\":\"string\"},\"display_login\":{\"type\":\"string\"},\"gravatar_id\":{\"type\":\"string\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"login\",\"gravatar_id\",\"url\",\"avatar_url\"]},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"name\":{\"type\":\"string\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"name\",\"url\"]},\"org\":{\"title\":\"Actor\",\"description\":\"Actor\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"login\":{\"type\":\"string\"},\"display_login\":{\"type\":\"string\"},\"gravatar_id\":{\"type\":\"string\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"login\",\"gravatar_id\",\"url\",\"avatar_url\"]},\"payload\":{\"type\":\"object\",\"properties\":{\"action\":{\"type\":\"string\"},\"issue\":{\"title\":\"Issue\",\"description\":\"Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"url\":{\"description\":\"URL for the issue\",\"example\":\"https://api.github.com/repositories/42/issues/1\",\"type\":\"string\",\"format\":\"uri\"},\"repository_url\":{\"type\":\"string\",\"format\":\"uri\"},\"labels_url\":{\"type\":\"string\"},\"comments_url\":{\"type\":\"string\",\"format\":\"uri\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"},\"number\":{\"description\":\"Number uniquely identifying the issue within its repository\",\"example\":42,\"type\":\"integer\"},\"state\":{\"description\":\"State of the issue; either 'open' or 'closed'\",\"example\":\"open\",\"type\":\"string\"},\"state_reason\":{\"description\":\"The reason for the current state\",\"example\":\"not_planned\",\"type\":\"string\",\"nullable\":true},\"title\":{\"description\":\"Title of the issue\",\"example\":\"Widget creation fails in Safari on OS X 10.8\",\"type\":\"string\"},\"body\":{\"description\":\"Contents of the issue\",\"example\":\"It looks like the new widget form is broken on Safari. When I try and create the widget, Safari crashes. This is reproducible on 10.8, but not 10.9. Maybe a browser bug?\",\"type\":\"string\",\"nullable\":true},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"labels\":{\"description\":\"Labels to associate with this issue; pass one or more label names to replace the set of labels on this issue; send an empty array to clear all labels from the issue; note that the labels are silently dropped for users without push access to the repository\",\"example\":[\"bug\",\"registration\"],\"type\":\"array\",\"items\":{\"oneOf\":[{\"type\":\"string\"},{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"format\":\"int64\"},\"node_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"name\":{\"type\":\"string\"},\"description\":{\"type\":\"string\",\"nullable\":true},\"color\":{\"type\":\"string\",\"nullable\":true},\"default\":{\"type\":\"boolean\"}}}]}},\"assignee\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"assignees\":{\"type\":\"array\",\"items\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"nullable\":true},\"milestone\":{\"title\":\"Milestone\",\"description\":\"A collection of related issues and pull requests.\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/milestones/1\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World/milestones/v1.0\"},\"labels_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/milestones/1/labels\"},\"id\":{\"type\":\"integer\",\"example\":1002604},\"node_id\":{\"type\":\"string\",\"example\":\"MDk6TWlsZXN0b25lMTAwMjYwNA==\"},\"number\":{\"description\":\"The number of the milestone.\",\"type\":\"integer\",\"example\":42},\"state\":{\"description\":\"The state of the milestone.\",\"example\":\"open\",\"type\":\"string\",\"enum\":[\"open\",\"closed\"],\"default\":\"open\"},\"title\":{\"description\":\"The title of the milestone.\",\"example\":\"v1.0\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"Tracking milestone for version 1.0\",\"nullable\":true},\"creator\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"open_issues\":{\"type\":\"integer\",\"example\":4},\"closed_issues\":{\"type\":\"integer\",\"example\":8},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-10T20:09:31Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2014-03-03T18:58:10Z\"},\"closed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2013-02-12T13:22:01Z\",\"nullable\":true},\"due_on\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-10-09T23:39:01Z\",\"nullable\":true}},\"required\":[\"closed_issues\",\"creator\",\"description\",\"due_on\",\"closed_at\",\"id\",\"node_id\",\"labels_url\",\"html_url\",\"number\",\"open_issues\",\"state\",\"title\",\"url\",\"created_at\",\"updated_at\"],\"nullable\":true},\"locked\":{\"type\":\"boolean\"},\"active_lock_reason\":{\"type\":\"string\",\"nullable\":true},\"comments\":{\"type\":\"integer\"},\"pull_request\":{\"type\":\"object\",\"properties\":{\"merged_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"diff_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"patch_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"diff_url\",\"html_url\",\"patch_url\",\"url\"]},\"closed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"draft\":{\"type\":\"boolean\"},\"closed_by\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"body_html\":{\"type\":\"string\"},\"body_text\":{\"type\":\"string\"},\"timeline_url\":{\"type\":\"string\",\"format\":\"uri\"},\"repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"]},\"performed_via_github_app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"author_association\":{\"title\":\"author_association\",\"type\":\"string\",\"example\":\"OWNER\",\"description\":\"How the author is associated with the repository.\",\"enum\":[\"COLLABORATOR\",\"CONTRIBUTOR\",\"FIRST_TIMER\",\"FIRST_TIME_CONTRIBUTOR\",\"MANNEQUIN\",\"MEMBER\",\"NONE\",\"OWNER\"]},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"assignee\",\"closed_at\",\"comments\",\"comments_url\",\"events_url\",\"html_url\",\"id\",\"node_id\",\"labels\",\"labels_url\",\"milestone\",\"number\",\"repository_url\",\"state\",\"locked\",\"title\",\"url\",\"user\",\"author_association\",\"created_at\",\"updated_at\"]},\"comment\":{\"title\":\"Issue Comment\",\"description\":\"Comments provide a way for people to collaborate on an issue.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the issue comment\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"url\":{\"description\":\"URL for the issue comment\",\"example\":\"https://api.github.com/repositories/42/issues/comments/1\",\"type\":\"string\",\"format\":\"uri\"},\"body\":{\"description\":\"Contents of the issue comment\",\"example\":\"What version of Safari were you using when you observed this bug?\",\"type\":\"string\"},\"body_text\":{\"type\":\"string\"},\"body_html\":{\"type\":\"string\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-14T16:00:49Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-14T16:00:49Z\"},\"issue_url\":{\"type\":\"string\",\"format\":\"uri\"},\"author_association\":{\"title\":\"author_association\",\"type\":\"string\",\"example\":\"OWNER\",\"description\":\"How the author is associated with the repository.\",\"enum\":[\"COLLABORATOR\",\"CONTRIBUTOR\",\"FIRST_TIMER\",\"FIRST_TIME_CONTRIBUTOR\",\"MANNEQUIN\",\"MEMBER\",\"NONE\",\"OWNER\"]},\"performed_via_github_app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"id\",\"node_id\",\"html_url\",\"issue_url\",\"author_association\",\"user\",\"url\",\"created_at\",\"updated_at\"]},\"pages\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"page_name\":{\"type\":\"string\"},\"title\":{\"type\":\"string\"},\"summary\":{\"type\":\"string\",\"nullable\":true},\"action\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"html_url\":{\"type\":\"string\"}}}}}},\"public\":{\"type\":\"boolean\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true}},\"required\":[\"id\",\"type\",\"actor\",\"repo\",\"payload\",\"public\",\"created_at\"]}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -1735,6 +2308,11 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Event\",\"description\":\"Event\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\"},\"type\":{\"type\":\"string\",\"nullable\":true},\"actor\":{\"title\":\"Actor\",\"description\":\"Actor\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"login\":{\"type\":\"string\"},\"display_login\":{\"type\":\"string\"},\"gravatar_id\":{\"type\":\"string\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"login\",\"gravatar_id\",\"url\",\"avatar_url\"]},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"name\":{\"type\":\"string\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"name\",\"url\"]},\"org\":{\"title\":\"Actor\",\"description\":\"Actor\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"login\":{\"type\":\"string\"},\"display_login\":{\"type\":\"string\"},\"gravatar_id\":{\"type\":\"string\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"login\",\"gravatar_id\",\"url\",\"avatar_url\"]},\"payload\":{\"type\":\"object\",\"properties\":{\"action\":{\"type\":\"string\"},\"issue\":{\"title\":\"Issue\",\"description\":\"Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"url\":{\"description\":\"URL for the issue\",\"example\":\"https://api.github.com/repositories/42/issues/1\",\"type\":\"string\",\"format\":\"uri\"},\"repository_url\":{\"type\":\"string\",\"format\":\"uri\"},\"labels_url\":{\"type\":\"string\"},\"comments_url\":{\"type\":\"string\",\"format\":\"uri\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"},\"number\":{\"description\":\"Number uniquely identifying the issue within its repository\",\"example\":42,\"type\":\"integer\"},\"state\":{\"description\":\"State of the issue; either 'open' or 'closed'\",\"example\":\"open\",\"type\":\"string\"},\"state_reason\":{\"description\":\"The reason for the current state\",\"example\":\"not_planned\",\"type\":\"string\",\"nullable\":true},\"title\":{\"description\":\"Title of the issue\",\"example\":\"Widget creation fails in Safari on OS X 10.8\",\"type\":\"string\"},\"body\":{\"description\":\"Contents of the issue\",\"example\":\"It looks like the new widget form is broken on Safari. When I try and create the widget, Safari crashes. This is reproducible on 10.8, but not 10.9. Maybe a browser bug?\",\"type\":\"string\",\"nullable\":true},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"labels\":{\"description\":\"Labels to associate with this issue; pass one or more label names to replace the set of labels on this issue; send an empty array to clear all labels from the issue; note that the labels are silently dropped for users without push access to the repository\",\"example\":[\"bug\",\"registration\"],\"type\":\"array\",\"items\":{\"oneOf\":[{\"type\":\"string\"},{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"format\":\"int64\"},\"node_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"name\":{\"type\":\"string\"},\"description\":{\"type\":\"string\",\"nullable\":true},\"color\":{\"type\":\"string\",\"nullable\":true},\"default\":{\"type\":\"boolean\"}}}]}},\"assignee\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"assignees\":{\"type\":\"array\",\"items\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"nullable\":true},\"milestone\":{\"title\":\"Milestone\",\"description\":\"A collection of related issues and pull requests.\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/milestones/1\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World/milestones/v1.0\"},\"labels_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/milestones/1/labels\"},\"id\":{\"type\":\"integer\",\"example\":1002604},\"node_id\":{\"type\":\"string\",\"example\":\"MDk6TWlsZXN0b25lMTAwMjYwNA==\"},\"number\":{\"description\":\"The number of the milestone.\",\"type\":\"integer\",\"example\":42},\"state\":{\"description\":\"The state of the milestone.\",\"example\":\"open\",\"type\":\"string\",\"enum\":[\"open\",\"closed\"],\"default\":\"open\"},\"title\":{\"description\":\"The title of the milestone.\",\"example\":\"v1.0\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"Tracking milestone for version 1.0\",\"nullable\":true},\"creator\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"open_issues\":{\"type\":\"integer\",\"example\":4},\"closed_issues\":{\"type\":\"integer\",\"example\":8},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-10T20:09:31Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2014-03-03T18:58:10Z\"},\"closed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2013-02-12T13:22:01Z\",\"nullable\":true},\"due_on\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-10-09T23:39:01Z\",\"nullable\":true}},\"required\":[\"closed_issues\",\"creator\",\"description\",\"due_on\",\"closed_at\",\"id\",\"node_id\",\"labels_url\",\"html_url\",\"number\",\"open_issues\",\"state\",\"title\",\"url\",\"created_at\",\"updated_at\"],\"nullable\":true},\"locked\":{\"type\":\"boolean\"},\"active_lock_reason\":{\"type\":\"string\",\"nullable\":true},\"comments\":{\"type\":\"integer\"},\"pull_request\":{\"type\":\"object\",\"properties\":{\"merged_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"diff_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"patch_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"diff_url\",\"html_url\",\"patch_url\",\"url\"]},\"closed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"draft\":{\"type\":\"boolean\"},\"closed_by\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"body_html\":{\"type\":\"string\"},\"body_text\":{\"type\":\"string\"},\"timeline_url\":{\"type\":\"string\",\"format\":\"uri\"},\"repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"]},\"performed_via_github_app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"author_association\":{\"title\":\"author_association\",\"type\":\"string\",\"example\":\"OWNER\",\"description\":\"How the author is associated with the repository.\",\"enum\":[\"COLLABORATOR\",\"CONTRIBUTOR\",\"FIRST_TIMER\",\"FIRST_TIME_CONTRIBUTOR\",\"MANNEQUIN\",\"MEMBER\",\"NONE\",\"OWNER\"]},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"assignee\",\"closed_at\",\"comments\",\"comments_url\",\"events_url\",\"html_url\",\"id\",\"node_id\",\"labels\",\"labels_url\",\"milestone\",\"number\",\"repository_url\",\"state\",\"locked\",\"title\",\"url\",\"user\",\"author_association\",\"created_at\",\"updated_at\"]},\"comment\":{\"title\":\"Issue Comment\",\"description\":\"Comments provide a way for people to collaborate on an issue.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the issue comment\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"url\":{\"description\":\"URL for the issue comment\",\"example\":\"https://api.github.com/repositories/42/issues/comments/1\",\"type\":\"string\",\"format\":\"uri\"},\"body\":{\"description\":\"Contents of the issue comment\",\"example\":\"What version of Safari were you using when you observed this bug?\",\"type\":\"string\"},\"body_text\":{\"type\":\"string\"},\"body_html\":{\"type\":\"string\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-14T16:00:49Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-14T16:00:49Z\"},\"issue_url\":{\"type\":\"string\",\"format\":\"uri\"},\"author_association\":{\"title\":\"author_association\",\"type\":\"string\",\"example\":\"OWNER\",\"description\":\"How the author is associated with the repository.\",\"enum\":[\"COLLABORATOR\",\"CONTRIBUTOR\",\"FIRST_TIMER\",\"FIRST_TIME_CONTRIBUTOR\",\"MANNEQUIN\",\"MEMBER\",\"NONE\",\"OWNER\"]},\"performed_via_github_app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"id\",\"node_id\",\"html_url\",\"issue_url\",\"author_association\",\"user\",\"url\",\"created_at\",\"updated_at\"]},\"pages\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"page_name\":{\"type\":\"string\"},\"title\":{\"type\":\"string\"},\"summary\":{\"type\":\"string\",\"nullable\":true},\"action\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"html_url\":{\"type\":\"string\"}}}}}},\"public\":{\"type\":\"boolean\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true}},\"required\":[\"id\",\"type\",\"actor\",\"repo\",\"payload\",\"public\",\"created_at\"]}}" } + ], + "parameters": [ + { "name": "username" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -1748,6 +2326,11 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Event\",\"description\":\"Event\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\"},\"type\":{\"type\":\"string\",\"nullable\":true},\"actor\":{\"title\":\"Actor\",\"description\":\"Actor\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"login\":{\"type\":\"string\"},\"display_login\":{\"type\":\"string\"},\"gravatar_id\":{\"type\":\"string\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"login\",\"gravatar_id\",\"url\",\"avatar_url\"]},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"name\":{\"type\":\"string\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"name\",\"url\"]},\"org\":{\"title\":\"Actor\",\"description\":\"Actor\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"login\":{\"type\":\"string\"},\"display_login\":{\"type\":\"string\"},\"gravatar_id\":{\"type\":\"string\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"login\",\"gravatar_id\",\"url\",\"avatar_url\"]},\"payload\":{\"type\":\"object\",\"properties\":{\"action\":{\"type\":\"string\"},\"issue\":{\"title\":\"Issue\",\"description\":\"Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"url\":{\"description\":\"URL for the issue\",\"example\":\"https://api.github.com/repositories/42/issues/1\",\"type\":\"string\",\"format\":\"uri\"},\"repository_url\":{\"type\":\"string\",\"format\":\"uri\"},\"labels_url\":{\"type\":\"string\"},\"comments_url\":{\"type\":\"string\",\"format\":\"uri\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"},\"number\":{\"description\":\"Number uniquely identifying the issue within its repository\",\"example\":42,\"type\":\"integer\"},\"state\":{\"description\":\"State of the issue; either 'open' or 'closed'\",\"example\":\"open\",\"type\":\"string\"},\"state_reason\":{\"description\":\"The reason for the current state\",\"example\":\"not_planned\",\"type\":\"string\",\"nullable\":true},\"title\":{\"description\":\"Title of the issue\",\"example\":\"Widget creation fails in Safari on OS X 10.8\",\"type\":\"string\"},\"body\":{\"description\":\"Contents of the issue\",\"example\":\"It looks like the new widget form is broken on Safari. When I try and create the widget, Safari crashes. This is reproducible on 10.8, but not 10.9. Maybe a browser bug?\",\"type\":\"string\",\"nullable\":true},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"labels\":{\"description\":\"Labels to associate with this issue; pass one or more label names to replace the set of labels on this issue; send an empty array to clear all labels from the issue; note that the labels are silently dropped for users without push access to the repository\",\"example\":[\"bug\",\"registration\"],\"type\":\"array\",\"items\":{\"oneOf\":[{\"type\":\"string\"},{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"format\":\"int64\"},\"node_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"name\":{\"type\":\"string\"},\"description\":{\"type\":\"string\",\"nullable\":true},\"color\":{\"type\":\"string\",\"nullable\":true},\"default\":{\"type\":\"boolean\"}}}]}},\"assignee\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"assignees\":{\"type\":\"array\",\"items\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"nullable\":true},\"milestone\":{\"title\":\"Milestone\",\"description\":\"A collection of related issues and pull requests.\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/milestones/1\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World/milestones/v1.0\"},\"labels_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/milestones/1/labels\"},\"id\":{\"type\":\"integer\",\"example\":1002604},\"node_id\":{\"type\":\"string\",\"example\":\"MDk6TWlsZXN0b25lMTAwMjYwNA==\"},\"number\":{\"description\":\"The number of the milestone.\",\"type\":\"integer\",\"example\":42},\"state\":{\"description\":\"The state of the milestone.\",\"example\":\"open\",\"type\":\"string\",\"enum\":[\"open\",\"closed\"],\"default\":\"open\"},\"title\":{\"description\":\"The title of the milestone.\",\"example\":\"v1.0\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"Tracking milestone for version 1.0\",\"nullable\":true},\"creator\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"open_issues\":{\"type\":\"integer\",\"example\":4},\"closed_issues\":{\"type\":\"integer\",\"example\":8},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-10T20:09:31Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2014-03-03T18:58:10Z\"},\"closed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2013-02-12T13:22:01Z\",\"nullable\":true},\"due_on\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-10-09T23:39:01Z\",\"nullable\":true}},\"required\":[\"closed_issues\",\"creator\",\"description\",\"due_on\",\"closed_at\",\"id\",\"node_id\",\"labels_url\",\"html_url\",\"number\",\"open_issues\",\"state\",\"title\",\"url\",\"created_at\",\"updated_at\"],\"nullable\":true},\"locked\":{\"type\":\"boolean\"},\"active_lock_reason\":{\"type\":\"string\",\"nullable\":true},\"comments\":{\"type\":\"integer\"},\"pull_request\":{\"type\":\"object\",\"properties\":{\"merged_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"diff_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"patch_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"diff_url\",\"html_url\",\"patch_url\",\"url\"]},\"closed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"draft\":{\"type\":\"boolean\"},\"closed_by\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"body_html\":{\"type\":\"string\"},\"body_text\":{\"type\":\"string\"},\"timeline_url\":{\"type\":\"string\",\"format\":\"uri\"},\"repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"]},\"performed_via_github_app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"author_association\":{\"title\":\"author_association\",\"type\":\"string\",\"example\":\"OWNER\",\"description\":\"How the author is associated with the repository.\",\"enum\":[\"COLLABORATOR\",\"CONTRIBUTOR\",\"FIRST_TIMER\",\"FIRST_TIME_CONTRIBUTOR\",\"MANNEQUIN\",\"MEMBER\",\"NONE\",\"OWNER\"]},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"assignee\",\"closed_at\",\"comments\",\"comments_url\",\"events_url\",\"html_url\",\"id\",\"node_id\",\"labels\",\"labels_url\",\"milestone\",\"number\",\"repository_url\",\"state\",\"locked\",\"title\",\"url\",\"user\",\"author_association\",\"created_at\",\"updated_at\"]},\"comment\":{\"title\":\"Issue Comment\",\"description\":\"Comments provide a way for people to collaborate on an issue.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the issue comment\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"url\":{\"description\":\"URL for the issue comment\",\"example\":\"https://api.github.com/repositories/42/issues/comments/1\",\"type\":\"string\",\"format\":\"uri\"},\"body\":{\"description\":\"Contents of the issue comment\",\"example\":\"What version of Safari were you using when you observed this bug?\",\"type\":\"string\"},\"body_text\":{\"type\":\"string\"},\"body_html\":{\"type\":\"string\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-14T16:00:49Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-14T16:00:49Z\"},\"issue_url\":{\"type\":\"string\",\"format\":\"uri\"},\"author_association\":{\"title\":\"author_association\",\"type\":\"string\",\"example\":\"OWNER\",\"description\":\"How the author is associated with the repository.\",\"enum\":[\"COLLABORATOR\",\"CONTRIBUTOR\",\"FIRST_TIMER\",\"FIRST_TIME_CONTRIBUTOR\",\"MANNEQUIN\",\"MEMBER\",\"NONE\",\"OWNER\"]},\"performed_via_github_app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"id\",\"node_id\",\"html_url\",\"issue_url\",\"author_association\",\"user\",\"url\",\"created_at\",\"updated_at\"]},\"pages\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"page_name\":{\"type\":\"string\"},\"title\":{\"type\":\"string\"},\"summary\":{\"type\":\"string\",\"nullable\":true},\"action\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"html_url\":{\"type\":\"string\"}}}}}},\"public\":{\"type\":\"boolean\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true}},\"required\":[\"id\",\"type\",\"actor\",\"repo\",\"payload\",\"public\",\"created_at\"]}}" } + ], + "parameters": [ + { "name": "username" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -1761,6 +2344,12 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Event\",\"description\":\"Event\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\"},\"type\":{\"type\":\"string\",\"nullable\":true},\"actor\":{\"title\":\"Actor\",\"description\":\"Actor\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"login\":{\"type\":\"string\"},\"display_login\":{\"type\":\"string\"},\"gravatar_id\":{\"type\":\"string\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"login\",\"gravatar_id\",\"url\",\"avatar_url\"]},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"name\":{\"type\":\"string\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"name\",\"url\"]},\"org\":{\"title\":\"Actor\",\"description\":\"Actor\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"login\":{\"type\":\"string\"},\"display_login\":{\"type\":\"string\"},\"gravatar_id\":{\"type\":\"string\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"login\",\"gravatar_id\",\"url\",\"avatar_url\"]},\"payload\":{\"type\":\"object\",\"properties\":{\"action\":{\"type\":\"string\"},\"issue\":{\"title\":\"Issue\",\"description\":\"Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"url\":{\"description\":\"URL for the issue\",\"example\":\"https://api.github.com/repositories/42/issues/1\",\"type\":\"string\",\"format\":\"uri\"},\"repository_url\":{\"type\":\"string\",\"format\":\"uri\"},\"labels_url\":{\"type\":\"string\"},\"comments_url\":{\"type\":\"string\",\"format\":\"uri\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"},\"number\":{\"description\":\"Number uniquely identifying the issue within its repository\",\"example\":42,\"type\":\"integer\"},\"state\":{\"description\":\"State of the issue; either 'open' or 'closed'\",\"example\":\"open\",\"type\":\"string\"},\"state_reason\":{\"description\":\"The reason for the current state\",\"example\":\"not_planned\",\"type\":\"string\",\"nullable\":true},\"title\":{\"description\":\"Title of the issue\",\"example\":\"Widget creation fails in Safari on OS X 10.8\",\"type\":\"string\"},\"body\":{\"description\":\"Contents of the issue\",\"example\":\"It looks like the new widget form is broken on Safari. When I try and create the widget, Safari crashes. This is reproducible on 10.8, but not 10.9. Maybe a browser bug?\",\"type\":\"string\",\"nullable\":true},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"labels\":{\"description\":\"Labels to associate with this issue; pass one or more label names to replace the set of labels on this issue; send an empty array to clear all labels from the issue; note that the labels are silently dropped for users without push access to the repository\",\"example\":[\"bug\",\"registration\"],\"type\":\"array\",\"items\":{\"oneOf\":[{\"type\":\"string\"},{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"format\":\"int64\"},\"node_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"name\":{\"type\":\"string\"},\"description\":{\"type\":\"string\",\"nullable\":true},\"color\":{\"type\":\"string\",\"nullable\":true},\"default\":{\"type\":\"boolean\"}}}]}},\"assignee\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"assignees\":{\"type\":\"array\",\"items\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"nullable\":true},\"milestone\":{\"title\":\"Milestone\",\"description\":\"A collection of related issues and pull requests.\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/milestones/1\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World/milestones/v1.0\"},\"labels_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/milestones/1/labels\"},\"id\":{\"type\":\"integer\",\"example\":1002604},\"node_id\":{\"type\":\"string\",\"example\":\"MDk6TWlsZXN0b25lMTAwMjYwNA==\"},\"number\":{\"description\":\"The number of the milestone.\",\"type\":\"integer\",\"example\":42},\"state\":{\"description\":\"The state of the milestone.\",\"example\":\"open\",\"type\":\"string\",\"enum\":[\"open\",\"closed\"],\"default\":\"open\"},\"title\":{\"description\":\"The title of the milestone.\",\"example\":\"v1.0\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"Tracking milestone for version 1.0\",\"nullable\":true},\"creator\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"open_issues\":{\"type\":\"integer\",\"example\":4},\"closed_issues\":{\"type\":\"integer\",\"example\":8},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-10T20:09:31Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2014-03-03T18:58:10Z\"},\"closed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2013-02-12T13:22:01Z\",\"nullable\":true},\"due_on\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-10-09T23:39:01Z\",\"nullable\":true}},\"required\":[\"closed_issues\",\"creator\",\"description\",\"due_on\",\"closed_at\",\"id\",\"node_id\",\"labels_url\",\"html_url\",\"number\",\"open_issues\",\"state\",\"title\",\"url\",\"created_at\",\"updated_at\"],\"nullable\":true},\"locked\":{\"type\":\"boolean\"},\"active_lock_reason\":{\"type\":\"string\",\"nullable\":true},\"comments\":{\"type\":\"integer\"},\"pull_request\":{\"type\":\"object\",\"properties\":{\"merged_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"diff_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"patch_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"diff_url\",\"html_url\",\"patch_url\",\"url\"]},\"closed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"draft\":{\"type\":\"boolean\"},\"closed_by\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"body_html\":{\"type\":\"string\"},\"body_text\":{\"type\":\"string\"},\"timeline_url\":{\"type\":\"string\",\"format\":\"uri\"},\"repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"]},\"performed_via_github_app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"author_association\":{\"title\":\"author_association\",\"type\":\"string\",\"example\":\"OWNER\",\"description\":\"How the author is associated with the repository.\",\"enum\":[\"COLLABORATOR\",\"CONTRIBUTOR\",\"FIRST_TIMER\",\"FIRST_TIME_CONTRIBUTOR\",\"MANNEQUIN\",\"MEMBER\",\"NONE\",\"OWNER\"]},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"assignee\",\"closed_at\",\"comments\",\"comments_url\",\"events_url\",\"html_url\",\"id\",\"node_id\",\"labels\",\"labels_url\",\"milestone\",\"number\",\"repository_url\",\"state\",\"locked\",\"title\",\"url\",\"user\",\"author_association\",\"created_at\",\"updated_at\"]},\"comment\":{\"title\":\"Issue Comment\",\"description\":\"Comments provide a way for people to collaborate on an issue.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the issue comment\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"url\":{\"description\":\"URL for the issue comment\",\"example\":\"https://api.github.com/repositories/42/issues/comments/1\",\"type\":\"string\",\"format\":\"uri\"},\"body\":{\"description\":\"Contents of the issue comment\",\"example\":\"What version of Safari were you using when you observed this bug?\",\"type\":\"string\"},\"body_text\":{\"type\":\"string\"},\"body_html\":{\"type\":\"string\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-14T16:00:49Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-14T16:00:49Z\"},\"issue_url\":{\"type\":\"string\",\"format\":\"uri\"},\"author_association\":{\"title\":\"author_association\",\"type\":\"string\",\"example\":\"OWNER\",\"description\":\"How the author is associated with the repository.\",\"enum\":[\"COLLABORATOR\",\"CONTRIBUTOR\",\"FIRST_TIMER\",\"FIRST_TIME_CONTRIBUTOR\",\"MANNEQUIN\",\"MEMBER\",\"NONE\",\"OWNER\"]},\"performed_via_github_app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"id\",\"node_id\",\"html_url\",\"issue_url\",\"author_association\",\"user\",\"url\",\"created_at\",\"updated_at\"]},\"pages\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"page_name\":{\"type\":\"string\"},\"title\":{\"type\":\"string\"},\"summary\":{\"type\":\"string\",\"nullable\":true},\"action\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"html_url\":{\"type\":\"string\"}}}}}},\"public\":{\"type\":\"boolean\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true}},\"required\":[\"id\",\"type\",\"actor\",\"repo\",\"payload\",\"public\",\"created_at\"]}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -1774,6 +2363,16 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Thread\",\"description\":\"Thread\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\"},\"repository\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"private\":{\"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\"},\"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\"},\"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\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"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\",\"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},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"template_repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"],\"nullable\":true},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: http://contributor-covenant.org/version/1/4/\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"}},\"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\"]},\"subject\":{\"type\":\"object\",\"properties\":{\"title\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"latest_comment_url\":{\"type\":\"string\"},\"type\":{\"type\":\"string\"}},\"required\":[\"title\",\"url\",\"latest_comment_url\",\"type\"]},\"reason\":{\"type\":\"string\"},\"unread\":{\"type\":\"boolean\"},\"updated_at\":{\"type\":\"string\"},\"last_read_at\":{\"type\":\"string\",\"nullable\":true},\"url\":{\"type\":\"string\"},\"subscription_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/notifications/threads/2/subscription\"}},\"required\":[\"id\",\"unread\",\"reason\",\"updated_at\",\"last_read_at\",\"subject\",\"repository\",\"url\",\"subscription_url\"]}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "all" }, + { "name": "participating" }, + { "name": "since" }, + { "name": "before" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -1800,6 +2399,12 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "sort" }, + { "name": "direction" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -1813,6 +2418,13 @@ "code": 200, "schema": "{\"anyOf\":[{\"type\":\"array\",\"items\":{\"title\":\"Starred Repository\",\"description\":\"Starred Repository\",\"type\":\"object\",\"properties\":{\"starred_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"repo\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"]}},\"required\":[\"starred_at\",\"repo\"]}},{\"type\":\"array\",\"items\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"]}}]}" } + ], + "parameters": [ + { "name": "username" }, + { "name": "sort" }, + { "name": "direction" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -1826,6 +2438,11 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"private\":{\"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\"},\"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\"},\"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\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"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\",\"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},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"template_repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"],\"nullable\":true},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: http://contributor-covenant.org/version/1/4/\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"}},\"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\"]}}" } + ], + "parameters": [ + { "name": "username" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -1843,6 +2460,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -1865,7 +2488,8 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "per_page" }, { "name": "page" }] }, { "url": "/repos/{owner}/{repo}/subscribers", @@ -1878,6 +2502,12 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -1901,7 +2531,8 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "last_read_at" }, { "name": "read" }] }, { "url": "/repos/{owner}/{repo}/notifications", @@ -1915,6 +2546,11 @@ "schema": "{\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"}}}" }, { "code": 205, "schema": null } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "last_read_at" } ] }, { @@ -1930,7 +2566,8 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "thread_id" }] }, { "url": "/repos/{owner}/{repo}/subscription", @@ -1943,6 +2580,12 @@ "code": 200, "schema": "{\"title\":\"Repository Invitation\",\"description\":\"Repository invitations let you manage who you collaborate with.\",\"type\":\"object\",\"properties\":{\"subscribed\":{\"description\":\"Determines if notifications should be received from this repository.\",\"type\":\"boolean\",\"example\":true},\"ignored\":{\"description\":\"Determines if all notifications should be blocked from this repository.\",\"type\":\"boolean\"},\"reason\":{\"type\":\"string\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-10-06T21:34:12Z\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example/subscription\"},\"repository_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example\"}},\"required\":[\"created_at\",\"ignored\",\"reason\",\"subscribed\",\"url\",\"repository_url\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "subscribed" }, + { "name": "ignored" } ] }, { @@ -1965,7 +2608,8 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "thread_id" }, { "name": "ignored" }] }, { "url": "/user/starred/{owner}/{repo}", @@ -1988,7 +2632,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/user/starred/{owner}/{repo}", @@ -2011,7 +2656,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/user/installations/{installation_id}/repositories/{repository_id}", @@ -2030,7 +2676,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "installation_id" }, { "name": "repository_id" }] }, { "url": "/user/installations/{installation_id}/repositories/{repository_id}", @@ -2049,7 +2696,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "installation_id" }, { "name": "repository_id" }] }, { "url": "/applications/{client_id}/token", @@ -2070,7 +2718,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "client_id" }, { "name": "access_token" }] }, { "url": "/app-manifests/{code}/conversions", @@ -2091,7 +2740,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error Simple\",\"description\":\"Validation Error Simple\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } - ] + ], + "parameters": [{ "name": "code" }] }, { "url": "/app/installations/{installation_id}/access_tokens", @@ -2120,6 +2770,42 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "installation_id" }, + { "name": "repositories" }, + { "name": "repository_ids" }, + { "name": "permissions" }, + { "name": "permissions.actions" }, + { "name": "permissions.administration" }, + { "name": "permissions.checks" }, + { "name": "permissions.contents" }, + { "name": "permissions.deployments" }, + { "name": "permissions.environments" }, + { "name": "permissions.issues" }, + { "name": "permissions.metadata" }, + { "name": "permissions.packages" }, + { "name": "permissions.pages" }, + { "name": "permissions.pull_requests" }, + { "name": "permissions.repository_hooks" }, + { "name": "permissions.repository_projects" }, + { "name": "permissions.secret_scanning_alerts" }, + { "name": "permissions.secrets" }, + { "name": "permissions.security_events" }, + { "name": "permissions.single_file" }, + { "name": "permissions.statuses" }, + { "name": "permissions.vulnerability_alerts" }, + { "name": "permissions.workflows" }, + { "name": "permissions.members" }, + { "name": "permissions.organization_administration" }, + { "name": "permissions.organization_hooks" }, + { "name": "permissions.organization_plan" }, + { "name": "permissions.organization_projects" }, + { "name": "permissions.organization_packages" }, + { "name": "permissions.organization_secrets" }, + { "name": "permissions.organization_self_hosted_runners" }, + { "name": "permissions.organization_user_blocking" }, + { "name": "permissions.team_discussions" } ] }, { @@ -2134,7 +2820,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "client_id" }, { "name": "access_token" }] }, { "url": "/app/installations/{installation_id}", @@ -2148,7 +2835,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "installation_id" }] }, { "url": "/applications/{client_id}/token", @@ -2162,7 +2850,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "client_id" }, { "name": "access_token" }] }, { "url": "/app", @@ -2175,7 +2864,8 @@ "code": 200, "schema": "{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"]}" } - ] + ], + "parameters": [] }, { "url": "/apps/{app_slug}", @@ -2196,7 +2886,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "app_slug" }] }, { "url": "/app/installations/{installation_id}", @@ -2213,7 +2904,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "installation_id" }] }, { "url": "/orgs/{org}/installation", @@ -2226,7 +2918,8 @@ "code": 200, "schema": "{\"title\":\"Installation\",\"description\":\"Installation\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The ID of the installation.\",\"type\":\"integer\",\"example\":1},\"account\":{\"nullable\":true,\"anyOf\":[{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},{\"title\":\"Enterprise\",\"description\":\"An enterprise account\",\"type\":\"object\",\"properties\":{\"description\":{\"description\":\"A short description of the enterprise.\",\"type\":\"string\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/enterprises/octo-business\"},\"website_url\":{\"description\":\"The enterprise's website URL.\",\"type\":\"string\",\"nullable\":true,\"format\":\"uri\"},\"id\":{\"description\":\"Unique identifier of the enterprise\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"description\":\"The name of the enterprise.\",\"type\":\"string\",\"example\":\"Octo Business\"},\"slug\":{\"description\":\"The slug url identifier for the enterprise.\",\"type\":\"string\",\"example\":\"octo-business\"},\"created_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:01:12Z\"},\"updated_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:14:43Z\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"node_id\",\"name\",\"slug\",\"html_url\",\"created_at\",\"updated_at\",\"avatar_url\"]}]},\"repository_selection\":{\"description\":\"Describe whether all repositories have been selected or there's a selection involved\",\"type\":\"string\",\"enum\":[\"all\",\"selected\"]},\"access_tokens_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installations/1/access_tokens\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installation/repositories\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/organizations/github/settings/installations/1\"},\"app_id\":{\"type\":\"integer\",\"example\":1},\"target_id\":{\"description\":\"The ID of the user or organization this token is being scoped to.\",\"type\":\"integer\"},\"target_type\":{\"type\":\"string\",\"example\":\"Organization\"},\"permissions\":{\"title\":\"App Permissions\",\"type\":\"object\",\"description\":\"The permissions granted to the user-to-server access token.\",\"properties\":{\"actions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for GitHub Actions workflows, workflow runs, and artifacts.\",\"enum\":[\"read\",\"write\"]},\"administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository creation, deletion, settings, teams, and collaborators creation.\",\"enum\":[\"read\",\"write\"]},\"checks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for checks on code.\",\"enum\":[\"read\",\"write\"]},\"contents\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository contents, commits, branches, downloads, releases, and merges.\",\"enum\":[\"read\",\"write\"]},\"deployments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for deployments and deployment statuses.\",\"enum\":[\"read\",\"write\"]},\"environments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for managing repository environments.\",\"enum\":[\"read\",\"write\"]},\"issues\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for issues and related comments, assignees, labels, and milestones.\",\"enum\":[\"read\",\"write\"]},\"metadata\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to search repositories, list collaborators, and access repository metadata.\",\"enum\":[\"read\",\"write\"]},\"packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"pages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to retrieve Pages statuses, configuration, and builds, as well as create new builds.\",\"enum\":[\"read\",\"write\"]},\"pull_requests\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for pull requests and related comments, assignees, labels, milestones, and merges.\",\"enum\":[\"read\",\"write\"]},\"repository_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for a repository.\",\"enum\":[\"read\",\"write\"]},\"repository_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository projects, columns, and cards.\",\"enum\":[\"read\",\"write\",\"admin\"]},\"secret_scanning_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage secret scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository secrets.\",\"enum\":[\"read\",\"write\"]},\"security_events\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage security events like code scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"single_file\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage just a single file.\",\"enum\":[\"read\",\"write\"]},\"statuses\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for commit statuses.\",\"enum\":[\"read\",\"write\"]},\"vulnerability_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage Dependabot alerts.\",\"enum\":[\"read\",\"write\"]},\"workflows\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to update GitHub Actions workflow files.\",\"enum\":[\"write\"]},\"members\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization teams and members.\",\"enum\":[\"read\",\"write\"]},\"organization_administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage access to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_plan\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for viewing an organization's plan.\",\"enum\":[\"read\"]},\"organization_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization projects and projects beta (where available).\",\"enum\":[\"read\",\"write\",\"admin\"]},\"organization_packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"organization_secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization secrets.\",\"enum\":[\"read\",\"write\"]},\"organization_self_hosted_runners\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage GitHub Actions self-hosted runners available to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_user_blocking\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage users blocked by the organization.\",\"enum\":[\"read\",\"write\"]},\"team_discussions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage team discussions and related comments.\",\"enum\":[\"read\",\"write\"]}},\"example\":{\"contents\":\"read\",\"issues\":\"read\",\"deployments\":\"write\",\"single_file\":\"read\"}},\"events\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"single_file_name\":{\"type\":\"string\",\"example\":\"config.yaml\",\"nullable\":true},\"has_multiple_single_files\":{\"type\":\"boolean\",\"example\":true},\"single_file_paths\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"config.yml\",\".github/issue_TEMPLATE.md\"]},\"app_slug\":{\"type\":\"string\",\"example\":\"github-actions\"},\"suspended_by\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"suspended_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"contact_email\":{\"type\":\"string\",\"example\":\"\\\"test_13f1e99741e3e004@d7e1eb0bc0a1ba12.com\\\"\",\"nullable\":true}},\"required\":[\"id\",\"app_id\",\"app_slug\",\"target_id\",\"target_type\",\"single_file_name\",\"repository_selection\",\"access_tokens_url\",\"html_url\",\"repositories_url\",\"events\",\"account\",\"permissions\",\"created_at\",\"updated_at\",\"suspended_by\",\"suspended_at\"]}" } - ] + ], + "parameters": [{ "name": "org" }] }, { "url": "/repos/{owner}/{repo}/installation", @@ -2247,7 +2940,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/marketplace_listing/accounts/{account_id}", @@ -2268,7 +2962,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "account_id" }] }, { "url": "/marketplace_listing/stubbed/accounts/{account_id}", @@ -2286,7 +2981,8 @@ "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" }, { "code": 404, "schema": null } - ] + ], + "parameters": [{ "name": "account_id" }] }, { "url": "/users/{username}/installation", @@ -2299,7 +2995,8 @@ "code": 200, "schema": "{\"title\":\"Installation\",\"description\":\"Installation\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The ID of the installation.\",\"type\":\"integer\",\"example\":1},\"account\":{\"nullable\":true,\"anyOf\":[{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},{\"title\":\"Enterprise\",\"description\":\"An enterprise account\",\"type\":\"object\",\"properties\":{\"description\":{\"description\":\"A short description of the enterprise.\",\"type\":\"string\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/enterprises/octo-business\"},\"website_url\":{\"description\":\"The enterprise's website URL.\",\"type\":\"string\",\"nullable\":true,\"format\":\"uri\"},\"id\":{\"description\":\"Unique identifier of the enterprise\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"description\":\"The name of the enterprise.\",\"type\":\"string\",\"example\":\"Octo Business\"},\"slug\":{\"description\":\"The slug url identifier for the enterprise.\",\"type\":\"string\",\"example\":\"octo-business\"},\"created_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:01:12Z\"},\"updated_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:14:43Z\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"node_id\",\"name\",\"slug\",\"html_url\",\"created_at\",\"updated_at\",\"avatar_url\"]}]},\"repository_selection\":{\"description\":\"Describe whether all repositories have been selected or there's a selection involved\",\"type\":\"string\",\"enum\":[\"all\",\"selected\"]},\"access_tokens_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installations/1/access_tokens\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installation/repositories\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/organizations/github/settings/installations/1\"},\"app_id\":{\"type\":\"integer\",\"example\":1},\"target_id\":{\"description\":\"The ID of the user or organization this token is being scoped to.\",\"type\":\"integer\"},\"target_type\":{\"type\":\"string\",\"example\":\"Organization\"},\"permissions\":{\"title\":\"App Permissions\",\"type\":\"object\",\"description\":\"The permissions granted to the user-to-server access token.\",\"properties\":{\"actions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for GitHub Actions workflows, workflow runs, and artifacts.\",\"enum\":[\"read\",\"write\"]},\"administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository creation, deletion, settings, teams, and collaborators creation.\",\"enum\":[\"read\",\"write\"]},\"checks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for checks on code.\",\"enum\":[\"read\",\"write\"]},\"contents\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository contents, commits, branches, downloads, releases, and merges.\",\"enum\":[\"read\",\"write\"]},\"deployments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for deployments and deployment statuses.\",\"enum\":[\"read\",\"write\"]},\"environments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for managing repository environments.\",\"enum\":[\"read\",\"write\"]},\"issues\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for issues and related comments, assignees, labels, and milestones.\",\"enum\":[\"read\",\"write\"]},\"metadata\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to search repositories, list collaborators, and access repository metadata.\",\"enum\":[\"read\",\"write\"]},\"packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"pages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to retrieve Pages statuses, configuration, and builds, as well as create new builds.\",\"enum\":[\"read\",\"write\"]},\"pull_requests\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for pull requests and related comments, assignees, labels, milestones, and merges.\",\"enum\":[\"read\",\"write\"]},\"repository_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for a repository.\",\"enum\":[\"read\",\"write\"]},\"repository_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository projects, columns, and cards.\",\"enum\":[\"read\",\"write\",\"admin\"]},\"secret_scanning_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage secret scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository secrets.\",\"enum\":[\"read\",\"write\"]},\"security_events\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage security events like code scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"single_file\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage just a single file.\",\"enum\":[\"read\",\"write\"]},\"statuses\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for commit statuses.\",\"enum\":[\"read\",\"write\"]},\"vulnerability_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage Dependabot alerts.\",\"enum\":[\"read\",\"write\"]},\"workflows\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to update GitHub Actions workflow files.\",\"enum\":[\"write\"]},\"members\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization teams and members.\",\"enum\":[\"read\",\"write\"]},\"organization_administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage access to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_plan\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for viewing an organization's plan.\",\"enum\":[\"read\"]},\"organization_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization projects and projects beta (where available).\",\"enum\":[\"read\",\"write\",\"admin\"]},\"organization_packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"organization_secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization secrets.\",\"enum\":[\"read\",\"write\"]},\"organization_self_hosted_runners\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage GitHub Actions self-hosted runners available to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_user_blocking\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage users blocked by the organization.\",\"enum\":[\"read\",\"write\"]},\"team_discussions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage team discussions and related comments.\",\"enum\":[\"read\",\"write\"]}},\"example\":{\"contents\":\"read\",\"issues\":\"read\",\"deployments\":\"write\",\"single_file\":\"read\"}},\"events\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"single_file_name\":{\"type\":\"string\",\"example\":\"config.yaml\",\"nullable\":true},\"has_multiple_single_files\":{\"type\":\"boolean\",\"example\":true},\"single_file_paths\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"config.yml\",\".github/issue_TEMPLATE.md\"]},\"app_slug\":{\"type\":\"string\",\"example\":\"github-actions\"},\"suspended_by\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"suspended_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"contact_email\":{\"type\":\"string\",\"example\":\"\\\"test_13f1e99741e3e004@d7e1eb0bc0a1ba12.com\\\"\",\"nullable\":true}},\"required\":[\"id\",\"app_id\",\"app_slug\",\"target_id\",\"target_type\",\"single_file_name\",\"repository_selection\",\"access_tokens_url\",\"html_url\",\"repositories_url\",\"events\",\"account\",\"permissions\",\"created_at\",\"updated_at\",\"suspended_by\",\"suspended_at\"]}" } - ] + ], + "parameters": [{ "name": "username" }] }, { "url": "/app/hook/config", @@ -2312,7 +3009,8 @@ "code": 200, "schema": "{\"title\":\"Webhook Configuration\",\"description\":\"Configuration object of the webhook\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"description\":\"The URL to which the payloads will be delivered.\",\"example\":\"https://example.com/webhook\",\"format\":\"uri\"},\"content_type\":{\"type\":\"string\",\"description\":\"The media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`.\",\"example\":\"\\\"json\\\"\"},\"secret\":{\"type\":\"string\",\"description\":\"If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://docs.github.com/webhooks/event-payloads/#delivery-headers).\",\"example\":\"\\\"********\\\"\"},\"insecure_ssl\":{\"oneOf\":[{\"type\":\"string\",\"description\":\"Determines whether the SSL certificate of the host for `url` will be verified when delivering payloads. Supported values include `0` (verification is performed) and `1` (verification is not performed). The default is `0`. **We strongly recommend not setting this to `1` as you are subject to man-in-the-middle and other attacks.**\",\"example\":\"\\\"0\\\"\"},{\"type\":\"number\"}]}}}" } - ] + ], + "parameters": [] }, { "url": "/app/hook/deliveries/{delivery_id}", @@ -2337,7 +3035,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "delivery_id" }] }, { "url": "/marketplace_listing/plans/{plan_id}/accounts", @@ -2362,6 +3061,13 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "plan_id" }, + { "name": "sort" }, + { "name": "direction" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -2379,6 +3085,13 @@ "code": 401, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "plan_id" }, + { "name": "sort" }, + { "name": "direction" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -2401,6 +3114,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "installation_id" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -2414,6 +3132,12 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Installation\",\"description\":\"Installation\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The ID of the installation.\",\"type\":\"integer\",\"example\":1},\"account\":{\"nullable\":true,\"anyOf\":[{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},{\"title\":\"Enterprise\",\"description\":\"An enterprise account\",\"type\":\"object\",\"properties\":{\"description\":{\"description\":\"A short description of the enterprise.\",\"type\":\"string\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/enterprises/octo-business\"},\"website_url\":{\"description\":\"The enterprise's website URL.\",\"type\":\"string\",\"nullable\":true,\"format\":\"uri\"},\"id\":{\"description\":\"Unique identifier of the enterprise\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"description\":\"The name of the enterprise.\",\"type\":\"string\",\"example\":\"Octo Business\"},\"slug\":{\"description\":\"The slug url identifier for the enterprise.\",\"type\":\"string\",\"example\":\"octo-business\"},\"created_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:01:12Z\"},\"updated_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:14:43Z\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"node_id\",\"name\",\"slug\",\"html_url\",\"created_at\",\"updated_at\",\"avatar_url\"]}]},\"repository_selection\":{\"description\":\"Describe whether all repositories have been selected or there's a selection involved\",\"type\":\"string\",\"enum\":[\"all\",\"selected\"]},\"access_tokens_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installations/1/access_tokens\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installation/repositories\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/organizations/github/settings/installations/1\"},\"app_id\":{\"type\":\"integer\",\"example\":1},\"target_id\":{\"description\":\"The ID of the user or organization this token is being scoped to.\",\"type\":\"integer\"},\"target_type\":{\"type\":\"string\",\"example\":\"Organization\"},\"permissions\":{\"title\":\"App Permissions\",\"type\":\"object\",\"description\":\"The permissions granted to the user-to-server access token.\",\"properties\":{\"actions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for GitHub Actions workflows, workflow runs, and artifacts.\",\"enum\":[\"read\",\"write\"]},\"administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository creation, deletion, settings, teams, and collaborators creation.\",\"enum\":[\"read\",\"write\"]},\"checks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for checks on code.\",\"enum\":[\"read\",\"write\"]},\"contents\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository contents, commits, branches, downloads, releases, and merges.\",\"enum\":[\"read\",\"write\"]},\"deployments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for deployments and deployment statuses.\",\"enum\":[\"read\",\"write\"]},\"environments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for managing repository environments.\",\"enum\":[\"read\",\"write\"]},\"issues\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for issues and related comments, assignees, labels, and milestones.\",\"enum\":[\"read\",\"write\"]},\"metadata\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to search repositories, list collaborators, and access repository metadata.\",\"enum\":[\"read\",\"write\"]},\"packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"pages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to retrieve Pages statuses, configuration, and builds, as well as create new builds.\",\"enum\":[\"read\",\"write\"]},\"pull_requests\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for pull requests and related comments, assignees, labels, milestones, and merges.\",\"enum\":[\"read\",\"write\"]},\"repository_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for a repository.\",\"enum\":[\"read\",\"write\"]},\"repository_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository projects, columns, and cards.\",\"enum\":[\"read\",\"write\",\"admin\"]},\"secret_scanning_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage secret scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository secrets.\",\"enum\":[\"read\",\"write\"]},\"security_events\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage security events like code scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"single_file\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage just a single file.\",\"enum\":[\"read\",\"write\"]},\"statuses\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for commit statuses.\",\"enum\":[\"read\",\"write\"]},\"vulnerability_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage Dependabot alerts.\",\"enum\":[\"read\",\"write\"]},\"workflows\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to update GitHub Actions workflow files.\",\"enum\":[\"write\"]},\"members\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization teams and members.\",\"enum\":[\"read\",\"write\"]},\"organization_administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage access to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_plan\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for viewing an organization's plan.\",\"enum\":[\"read\"]},\"organization_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization projects and projects beta (where available).\",\"enum\":[\"read\",\"write\",\"admin\"]},\"organization_packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"organization_secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization secrets.\",\"enum\":[\"read\",\"write\"]},\"organization_self_hosted_runners\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage GitHub Actions self-hosted runners available to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_user_blocking\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage users blocked by the organization.\",\"enum\":[\"read\",\"write\"]},\"team_discussions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage team discussions and related comments.\",\"enum\":[\"read\",\"write\"]}},\"example\":{\"contents\":\"read\",\"issues\":\"read\",\"deployments\":\"write\",\"single_file\":\"read\"}},\"events\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"single_file_name\":{\"type\":\"string\",\"example\":\"config.yaml\",\"nullable\":true},\"has_multiple_single_files\":{\"type\":\"boolean\",\"example\":true},\"single_file_paths\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"config.yml\",\".github/issue_TEMPLATE.md\"]},\"app_slug\":{\"type\":\"string\",\"example\":\"github-actions\"},\"suspended_by\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"suspended_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"contact_email\":{\"type\":\"string\",\"example\":\"\\\"test_13f1e99741e3e004@d7e1eb0bc0a1ba12.com\\\"\",\"nullable\":true}},\"required\":[\"id\",\"app_id\",\"app_slug\",\"target_id\",\"target_type\",\"single_file_name\",\"repository_selection\",\"access_tokens_url\",\"html_url\",\"repositories_url\",\"events\",\"account\",\"permissions\",\"created_at\",\"updated_at\",\"suspended_by\",\"suspended_at\"]}}" } + ], + "parameters": [ + { "name": "per_page" }, + { "name": "page" }, + { "name": "since" }, + { "name": "outdated" } ] }, { @@ -2436,7 +3160,8 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "per_page" }, { "name": "page" }] }, { "url": "/marketplace_listing/plans", @@ -2457,7 +3182,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "per_page" }, { "name": "page" }] }, { "url": "/marketplace_listing/stubbed/plans", @@ -2474,7 +3200,8 @@ "code": 401, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "per_page" }, { "name": "page" }] }, { "url": "/installation/repositories", @@ -2496,7 +3223,8 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "per_page" }, { "name": "page" }] }, { "url": "/user/marketplace_purchases", @@ -2518,7 +3246,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "per_page" }, { "name": "page" }] }, { "url": "/user/marketplace_purchases/stubbed", @@ -2536,7 +3265,8 @@ "code": 401, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "per_page" }, { "name": "page" }] }, { "url": "/app/hook/deliveries", @@ -2561,7 +3291,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "per_page" }, { "name": "cursor" }] }, { "url": "/app/hook/deliveries/{delivery_id}/attempts", @@ -2583,7 +3314,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "delivery_id" }] }, { "url": "/user/installations/{installation_id}/repositories/{repository_id}", @@ -2602,7 +3334,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "installation_id" }, { "name": "repository_id" }] }, { "url": "/user/installations/{installation_id}/repositories/{repository_id}", @@ -2621,7 +3354,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "installation_id" }, { "name": "repository_id" }] }, { "url": "/applications/{client_id}/token", @@ -2638,7 +3372,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "client_id" }, { "name": "access_token" }] }, { "url": "/installation/token", @@ -2646,7 +3381,8 @@ "scope": "apps", "documentationUrl": "https://docs.github.com/rest/reference/apps#revoke-an-installation-access-token", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [] }, { "url": "/applications/{client_id}/token/scoped", @@ -2675,6 +3411,45 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "client_id" }, + { "name": "access_token" }, + { "name": "target" }, + { "name": "target_id" }, + { "name": "repositories" }, + { "name": "repository_ids" }, + { "name": "permissions" }, + { "name": "permissions.actions" }, + { "name": "permissions.administration" }, + { "name": "permissions.checks" }, + { "name": "permissions.contents" }, + { "name": "permissions.deployments" }, + { "name": "permissions.environments" }, + { "name": "permissions.issues" }, + { "name": "permissions.metadata" }, + { "name": "permissions.packages" }, + { "name": "permissions.pages" }, + { "name": "permissions.pull_requests" }, + { "name": "permissions.repository_hooks" }, + { "name": "permissions.repository_projects" }, + { "name": "permissions.secret_scanning_alerts" }, + { "name": "permissions.secrets" }, + { "name": "permissions.security_events" }, + { "name": "permissions.single_file" }, + { "name": "permissions.statuses" }, + { "name": "permissions.vulnerability_alerts" }, + { "name": "permissions.workflows" }, + { "name": "permissions.members" }, + { "name": "permissions.organization_administration" }, + { "name": "permissions.organization_hooks" }, + { "name": "permissions.organization_plan" }, + { "name": "permissions.organization_projects" }, + { "name": "permissions.organization_packages" }, + { "name": "permissions.organization_secrets" }, + { "name": "permissions.organization_self_hosted_runners" }, + { "name": "permissions.organization_user_blocking" }, + { "name": "permissions.team_discussions" } ] }, { @@ -2689,7 +3464,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "installation_id" }] }, { "url": "/app/installations/{installation_id}/suspended", @@ -2703,7 +3479,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "installation_id" }] }, { "url": "/app/hook/config", @@ -2716,6 +3493,12 @@ "code": 200, "schema": "{\"title\":\"Webhook Configuration\",\"description\":\"Configuration object of the webhook\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"description\":\"The URL to which the payloads will be delivered.\",\"example\":\"https://example.com/webhook\",\"format\":\"uri\"},\"content_type\":{\"type\":\"string\",\"description\":\"The media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`.\",\"example\":\"\\\"json\\\"\"},\"secret\":{\"type\":\"string\",\"description\":\"If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://docs.github.com/webhooks/event-payloads/#delivery-headers).\",\"example\":\"\\\"********\\\"\"},\"insecure_ssl\":{\"oneOf\":[{\"type\":\"string\",\"description\":\"Determines whether the SSL certificate of the host for `url` will be verified when delivering payloads. Supported values include `0` (verification is performed) and `1` (verification is not performed). The default is `0`. **We strongly recommend not setting this to `1` as you are subject to man-in-the-middle and other attacks.**\",\"example\":\"\\\"0\\\"\"},{\"type\":\"number\"}]}}}" } + ], + "parameters": [ + { "name": "url" }, + { "name": "content_type" }, + { "name": "secret" }, + { "name": "insecure_ssl" } ] }, { @@ -2729,6 +3512,16 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"@timestamp\":{\"type\":\"integer\",\"description\":\"The time the audit log event occurred, given as a [Unix timestamp](http://en.wikipedia.org/wiki/Unix_time).\"},\"action\":{\"type\":\"string\",\"description\":\"The name of the action that was performed, for example `user.login` or `repo.create`.\"},\"active\":{\"type\":\"boolean\"},\"active_was\":{\"type\":\"boolean\"},\"actor\":{\"type\":\"string\",\"description\":\"The actor who performed the action.\"},\"actor_id\":{\"type\":\"integer\",\"description\":\"The id of the actor who performed the action.\"},\"actor_location\":{\"type\":\"object\",\"properties\":{\"country_name\":{\"type\":\"string\"}}},\"data\":{\"type\":\"object\",\"additionalProperties\":true},\"org_id\":{\"type\":\"integer\"},\"blocked_user\":{\"type\":\"string\",\"description\":\"The username of the account being blocked.\"},\"business\":{\"type\":\"string\"},\"config\":{\"type\":\"array\",\"items\":{\"type\":\"object\"}},\"config_was\":{\"type\":\"array\",\"items\":{\"type\":\"object\"}},\"content_type\":{\"type\":\"string\"},\"created_at\":{\"type\":\"integer\",\"description\":\"The time the audit log event was recorded, given as a [Unix timestamp](http://en.wikipedia.org/wiki/Unix_time).\"},\"deploy_key_fingerprint\":{\"type\":\"string\"},\"_document_id\":{\"type\":\"string\",\"description\":\"A unique identifier for an audit event.\"},\"emoji\":{\"type\":\"string\"},\"events\":{\"type\":\"array\",\"items\":{\"type\":\"object\"}},\"events_were\":{\"type\":\"array\",\"items\":{\"type\":\"object\"}},\"explanation\":{\"type\":\"string\"},\"fingerprint\":{\"type\":\"string\"},\"hook_id\":{\"type\":\"integer\"},\"limited_availability\":{\"type\":\"boolean\"},\"message\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"old_user\":{\"type\":\"string\"},\"openssh_public_key\":{\"type\":\"string\"},\"org\":{\"type\":\"string\"},\"previous_visibility\":{\"type\":\"string\"},\"read_only\":{\"type\":\"boolean\"},\"repo\":{\"type\":\"string\",\"description\":\"The name of the repository.\"},\"repository\":{\"type\":\"string\",\"description\":\"The name of the repository.\"},\"repository_public\":{\"type\":\"boolean\"},\"target_login\":{\"type\":\"string\"},\"team\":{\"type\":\"string\"},\"transport_protocol\":{\"type\":\"integer\",\"description\":\"The type of protocol (for example, HTTP or SSH) used to transfer Git data.\"},\"transport_protocol_name\":{\"type\":\"string\",\"description\":\"A human readable name for the protocol (for example, HTTP or SSH) used to transfer Git data.\"},\"user\":{\"type\":\"string\",\"description\":\"The user that was affected by the action performed (if available).\"},\"visibility\":{\"type\":\"string\",\"description\":\"The repository visibility, for example `public` or `private`.\"}}}}" } + ], + "parameters": [ + { "name": "enterprise" }, + { "name": "phrase" }, + { "name": "include" }, + { "name": "after" }, + { "name": "before" }, + { "name": "order" }, + { "name": "page" }, + { "name": "per_page" } ] }, { @@ -2742,7 +3535,8 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"total_minutes_used\":{\"type\":\"integer\",\"description\":\"The sum of the free and paid GitHub Actions minutes used.\"},\"total_paid_minutes_used\":{\"type\":\"integer\",\"description\":\"The total paid GitHub Actions minutes used.\"},\"included_minutes\":{\"type\":\"integer\",\"description\":\"The amount of free GitHub Actions minutes available.\"},\"minutes_used_breakdown\":{\"type\":\"object\",\"properties\":{\"UBUNTU\":{\"type\":\"integer\",\"description\":\"Total minutes used on Ubuntu runner machines.\"},\"MACOS\":{\"type\":\"integer\",\"description\":\"Total minutes used on macOS runner machines.\"},\"WINDOWS\":{\"type\":\"integer\",\"description\":\"Total minutes used on Windows runner machines.\"},\"ubuntu_4_core\":{\"type\":\"integer\",\"description\":\"Total minutes used on Ubuntu 4 core runner machines.\"},\"ubuntu_8_core\":{\"type\":\"integer\",\"description\":\"Total minutes used on Ubuntu 8 core runner machines.\"},\"ubuntu_16_core\":{\"type\":\"integer\",\"description\":\"Total minutes used on Ubuntu 16 core runner machines.\"},\"ubuntu_32_core\":{\"type\":\"integer\",\"description\":\"Total minutes used on Ubuntu 32 core runner machines.\"},\"ubuntu_64_core\":{\"type\":\"integer\",\"description\":\"Total minutes used on Ubuntu 64 core runner machines.\"},\"windows_4_core\":{\"type\":\"integer\",\"description\":\"Total minutes used on Windows 4 core runner machines.\"},\"windows_8_core\":{\"type\":\"integer\",\"description\":\"Total minutes used on Windows 8 core runner machines.\"},\"windows_16_core\":{\"type\":\"integer\",\"description\":\"Total minutes used on Windows 16 core runner machines.\"},\"windows_32_core\":{\"type\":\"integer\",\"description\":\"Total minutes used on Windows 32 core runner machines.\"},\"windows_64_core\":{\"type\":\"integer\",\"description\":\"Total minutes used on Windows 64 core runner machines.\"},\"total\":{\"type\":\"integer\",\"description\":\"Total minutes used on all runner machines.\"}}}},\"required\":[\"total_minutes_used\",\"total_paid_minutes_used\",\"included_minutes\",\"minutes_used_breakdown\"]}" } - ] + ], + "parameters": [{ "name": "enterprise" }] }, { "url": "/orgs/{org}/settings/billing/actions", @@ -2755,7 +3549,8 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"total_minutes_used\":{\"type\":\"integer\",\"description\":\"The sum of the free and paid GitHub Actions minutes used.\"},\"total_paid_minutes_used\":{\"type\":\"integer\",\"description\":\"The total paid GitHub Actions minutes used.\"},\"included_minutes\":{\"type\":\"integer\",\"description\":\"The amount of free GitHub Actions minutes available.\"},\"minutes_used_breakdown\":{\"type\":\"object\",\"properties\":{\"UBUNTU\":{\"type\":\"integer\",\"description\":\"Total minutes used on Ubuntu runner machines.\"},\"MACOS\":{\"type\":\"integer\",\"description\":\"Total minutes used on macOS runner machines.\"},\"WINDOWS\":{\"type\":\"integer\",\"description\":\"Total minutes used on Windows runner machines.\"},\"ubuntu_4_core\":{\"type\":\"integer\",\"description\":\"Total minutes used on Ubuntu 4 core runner machines.\"},\"ubuntu_8_core\":{\"type\":\"integer\",\"description\":\"Total minutes used on Ubuntu 8 core runner machines.\"},\"ubuntu_16_core\":{\"type\":\"integer\",\"description\":\"Total minutes used on Ubuntu 16 core runner machines.\"},\"ubuntu_32_core\":{\"type\":\"integer\",\"description\":\"Total minutes used on Ubuntu 32 core runner machines.\"},\"ubuntu_64_core\":{\"type\":\"integer\",\"description\":\"Total minutes used on Ubuntu 64 core runner machines.\"},\"windows_4_core\":{\"type\":\"integer\",\"description\":\"Total minutes used on Windows 4 core runner machines.\"},\"windows_8_core\":{\"type\":\"integer\",\"description\":\"Total minutes used on Windows 8 core runner machines.\"},\"windows_16_core\":{\"type\":\"integer\",\"description\":\"Total minutes used on Windows 16 core runner machines.\"},\"windows_32_core\":{\"type\":\"integer\",\"description\":\"Total minutes used on Windows 32 core runner machines.\"},\"windows_64_core\":{\"type\":\"integer\",\"description\":\"Total minutes used on Windows 64 core runner machines.\"},\"total\":{\"type\":\"integer\",\"description\":\"Total minutes used on all runner machines.\"}}}},\"required\":[\"total_minutes_used\",\"total_paid_minutes_used\",\"included_minutes\",\"minutes_used_breakdown\"]}" } - ] + ], + "parameters": [{ "name": "org" }] }, { "url": "/users/{username}/settings/billing/actions", @@ -2768,7 +3563,8 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"total_minutes_used\":{\"type\":\"integer\",\"description\":\"The sum of the free and paid GitHub Actions minutes used.\"},\"total_paid_minutes_used\":{\"type\":\"integer\",\"description\":\"The total paid GitHub Actions minutes used.\"},\"included_minutes\":{\"type\":\"integer\",\"description\":\"The amount of free GitHub Actions minutes available.\"},\"minutes_used_breakdown\":{\"type\":\"object\",\"properties\":{\"UBUNTU\":{\"type\":\"integer\",\"description\":\"Total minutes used on Ubuntu runner machines.\"},\"MACOS\":{\"type\":\"integer\",\"description\":\"Total minutes used on macOS runner machines.\"},\"WINDOWS\":{\"type\":\"integer\",\"description\":\"Total minutes used on Windows runner machines.\"},\"ubuntu_4_core\":{\"type\":\"integer\",\"description\":\"Total minutes used on Ubuntu 4 core runner machines.\"},\"ubuntu_8_core\":{\"type\":\"integer\",\"description\":\"Total minutes used on Ubuntu 8 core runner machines.\"},\"ubuntu_16_core\":{\"type\":\"integer\",\"description\":\"Total minutes used on Ubuntu 16 core runner machines.\"},\"ubuntu_32_core\":{\"type\":\"integer\",\"description\":\"Total minutes used on Ubuntu 32 core runner machines.\"},\"ubuntu_64_core\":{\"type\":\"integer\",\"description\":\"Total minutes used on Ubuntu 64 core runner machines.\"},\"windows_4_core\":{\"type\":\"integer\",\"description\":\"Total minutes used on Windows 4 core runner machines.\"},\"windows_8_core\":{\"type\":\"integer\",\"description\":\"Total minutes used on Windows 8 core runner machines.\"},\"windows_16_core\":{\"type\":\"integer\",\"description\":\"Total minutes used on Windows 16 core runner machines.\"},\"windows_32_core\":{\"type\":\"integer\",\"description\":\"Total minutes used on Windows 32 core runner machines.\"},\"windows_64_core\":{\"type\":\"integer\",\"description\":\"Total minutes used on Windows 64 core runner machines.\"},\"total\":{\"type\":\"integer\",\"description\":\"Total minutes used on all runner machines.\"}}}},\"required\":[\"total_minutes_used\",\"total_paid_minutes_used\",\"included_minutes\",\"minutes_used_breakdown\"]}" } - ] + ], + "parameters": [{ "name": "username" }] }, { "url": "/enterprises/{enterprise}/settings/billing/advanced-security", @@ -2785,6 +3581,11 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "enterprise" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -2802,6 +3603,11 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -2815,7 +3621,8 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"total_gigabytes_bandwidth_used\":{\"type\":\"integer\",\"description\":\"Sum of the free and paid storage space (GB) for GitHuub Packages.\"},\"total_paid_gigabytes_bandwidth_used\":{\"type\":\"integer\",\"description\":\"Total paid storage space (GB) for GitHuub Packages.\"},\"included_gigabytes_bandwidth\":{\"type\":\"integer\",\"description\":\"Free storage space (GB) for GitHub Packages.\"}},\"required\":[\"total_gigabytes_bandwidth_used\",\"total_paid_gigabytes_bandwidth_used\",\"included_gigabytes_bandwidth\"]}" } - ] + ], + "parameters": [{ "name": "enterprise" }] }, { "url": "/orgs/{org}/settings/billing/packages", @@ -2828,7 +3635,8 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"total_gigabytes_bandwidth_used\":{\"type\":\"integer\",\"description\":\"Sum of the free and paid storage space (GB) for GitHuub Packages.\"},\"total_paid_gigabytes_bandwidth_used\":{\"type\":\"integer\",\"description\":\"Total paid storage space (GB) for GitHuub Packages.\"},\"included_gigabytes_bandwidth\":{\"type\":\"integer\",\"description\":\"Free storage space (GB) for GitHub Packages.\"}},\"required\":[\"total_gigabytes_bandwidth_used\",\"total_paid_gigabytes_bandwidth_used\",\"included_gigabytes_bandwidth\"]}" } - ] + ], + "parameters": [{ "name": "org" }] }, { "url": "/users/{username}/settings/billing/packages", @@ -2841,7 +3649,8 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"total_gigabytes_bandwidth_used\":{\"type\":\"integer\",\"description\":\"Sum of the free and paid storage space (GB) for GitHuub Packages.\"},\"total_paid_gigabytes_bandwidth_used\":{\"type\":\"integer\",\"description\":\"Total paid storage space (GB) for GitHuub Packages.\"},\"included_gigabytes_bandwidth\":{\"type\":\"integer\",\"description\":\"Free storage space (GB) for GitHub Packages.\"}},\"required\":[\"total_gigabytes_bandwidth_used\",\"total_paid_gigabytes_bandwidth_used\",\"included_gigabytes_bandwidth\"]}" } - ] + ], + "parameters": [{ "name": "username" }] }, { "url": "/enterprises/{enterprise}/settings/billing/shared-storage", @@ -2854,7 +3663,8 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"days_left_in_billing_cycle\":{\"type\":\"integer\",\"description\":\"Numbers of days left in billing cycle.\"},\"estimated_paid_storage_for_month\":{\"type\":\"integer\",\"description\":\"Estimated storage space (GB) used in billing cycle.\"},\"estimated_storage_for_month\":{\"type\":\"integer\",\"description\":\"Estimated sum of free and paid storage space (GB) used in billing cycle.\"}},\"required\":[\"days_left_in_billing_cycle\",\"estimated_paid_storage_for_month\",\"estimated_storage_for_month\"]}" } - ] + ], + "parameters": [{ "name": "enterprise" }] }, { "url": "/orgs/{org}/settings/billing/shared-storage", @@ -2867,7 +3677,8 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"days_left_in_billing_cycle\":{\"type\":\"integer\",\"description\":\"Numbers of days left in billing cycle.\"},\"estimated_paid_storage_for_month\":{\"type\":\"integer\",\"description\":\"Estimated storage space (GB) used in billing cycle.\"},\"estimated_storage_for_month\":{\"type\":\"integer\",\"description\":\"Estimated sum of free and paid storage space (GB) used in billing cycle.\"}},\"required\":[\"days_left_in_billing_cycle\",\"estimated_paid_storage_for_month\",\"estimated_storage_for_month\"]}" } - ] + ], + "parameters": [{ "name": "org" }] }, { "url": "/users/{username}/settings/billing/shared-storage", @@ -2880,7 +3691,8 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"days_left_in_billing_cycle\":{\"type\":\"integer\",\"description\":\"Numbers of days left in billing cycle.\"},\"estimated_paid_storage_for_month\":{\"type\":\"integer\",\"description\":\"Estimated storage space (GB) used in billing cycle.\"},\"estimated_storage_for_month\":{\"type\":\"integer\",\"description\":\"Estimated sum of free and paid storage space (GB) used in billing cycle.\"}},\"required\":[\"days_left_in_billing_cycle\",\"estimated_paid_storage_for_month\",\"estimated_storage_for_month\"]}" } - ] + ], + "parameters": [{ "name": "username" }] }, { "url": "/repos/{owner}/{repo}/check-runs", @@ -2893,6 +3705,12 @@ "code": 201, "schema": "{\"title\":\"CheckRun\",\"description\":\"A check performed on the code of a given code change\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The id of the check.\",\"example\":21,\"type\":\"integer\"},\"head_sha\":{\"description\":\"The SHA of the commit that is being checked.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDg6Q2hlY2tSdW40\"},\"external_id\":{\"type\":\"string\",\"example\":\"42\",\"nullable\":true},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-runs/4\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/runs/4\",\"nullable\":true},\"details_url\":{\"type\":\"string\",\"example\":\"https://example.com\",\"nullable\":true},\"status\":{\"description\":\"The phase of the lifecycle that the check is currently in.\",\"example\":\"queued\",\"type\":\"string\",\"enum\":[\"queued\",\"in_progress\",\"completed\"]},\"conclusion\":{\"type\":\"string\",\"example\":\"neutral\",\"enum\":[\"success\",\"failure\",\"neutral\",\"cancelled\",\"skipped\",\"timed_out\",\"action_required\"],\"nullable\":true},\"started_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-05-04T01:14:52Z\",\"nullable\":true},\"completed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-05-04T01:14:52Z\",\"nullable\":true},\"output\":{\"type\":\"object\",\"properties\":{\"title\":{\"type\":\"string\",\"nullable\":true},\"summary\":{\"type\":\"string\",\"nullable\":true},\"text\":{\"type\":\"string\",\"nullable\":true},\"annotations_count\":{\"type\":\"integer\"},\"annotations_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"title\",\"summary\",\"text\",\"annotations_count\",\"annotations_url\"]},\"name\":{\"description\":\"The name of the check.\",\"example\":\"test-coverage\",\"type\":\"string\"},\"check_suite\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"}},\"required\":[\"id\"],\"nullable\":true},\"app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"pull_requests\":{\"type\":\"array\",\"items\":{\"title\":\"Pull Request Minimal\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"number\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"head\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]},\"base\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]}},\"required\":[\"id\",\"number\",\"url\",\"head\",\"base\"]}},\"deployment\":{\"title\":\"Deployment\",\"description\":\"A deployment created as the result of an Actions check run from a workflow that references an environment\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example/deployments/1\"},\"id\":{\"description\":\"Unique identifier of the deployment\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkRlcGxveW1lbnQx\"},\"task\":{\"description\":\"Parameter to specify a task to execute\",\"example\":\"deploy\",\"type\":\"string\"},\"original_environment\":{\"type\":\"string\",\"example\":\"staging\"},\"environment\":{\"description\":\"Name for the target deployment environment.\",\"example\":\"production\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"Deploy request from hubot\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-07-20T01:19:13Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-07-20T01:19:13Z\"},\"statuses_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example/deployments/1/statuses\"},\"repository_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example\"},\"transient_environment\":{\"description\":\"Specifies if the given environment is will no longer exist at some point in the future. Default: false.\",\"example\":true,\"type\":\"boolean\"},\"production_environment\":{\"description\":\"Specifies if the given environment is one that end-users directly interact with. Default: false.\",\"example\":true,\"type\":\"boolean\"},\"performed_via_github_app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true}},\"required\":[\"id\",\"node_id\",\"task\",\"environment\",\"description\",\"statuses_url\",\"repository_url\",\"url\",\"created_at\",\"updated_at\"]}},\"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\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "status" }, + { "name": "*" } ] }, { @@ -2910,6 +3728,11 @@ "code": 201, "schema": "{\"title\":\"CheckSuite\",\"description\":\"A suite of checks performed on the code of a given code change\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":5},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkNoZWNrU3VpdGU1\"},\"head_branch\":{\"type\":\"string\",\"example\":\"master\",\"nullable\":true},\"head_sha\":{\"description\":\"The SHA of the head commit that is being checked.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"status\":{\"type\":\"string\",\"example\":\"completed\",\"enum\":[\"queued\",\"in_progress\",\"completed\"],\"nullable\":true},\"conclusion\":{\"type\":\"string\",\"example\":\"neutral\",\"enum\":[\"success\",\"failure\",\"neutral\",\"cancelled\",\"skipped\",\"timed_out\",\"action_required\"],\"nullable\":true},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-suites/5\",\"nullable\":true},\"before\":{\"type\":\"string\",\"example\":\"146e867f55c26428e5f9fade55a9bbf5e95a7912\",\"nullable\":true},\"after\":{\"type\":\"string\",\"example\":\"d6fde92930d4715a2b49857d24b940956b26d2d3\",\"nullable\":true},\"pull_requests\":{\"type\":\"array\",\"items\":{\"title\":\"Pull Request Minimal\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"number\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"head\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]},\"base\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]}},\"required\":[\"id\",\"number\",\"url\",\"head\",\"base\"]},\"nullable\":true},\"app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"repository\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"private\":{\"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\"},\"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\"},\"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\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"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\",\"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},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"template_repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"],\"nullable\":true},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: http://contributor-covenant.org/version/1/4/\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"}},\"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\"]},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"head_commit\":{\"title\":\"Simple Commit\",\"description\":\"Simple Commit\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\"},\"tree_id\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\"},\"author\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"email\":{\"type\":\"string\"}},\"required\":[\"name\",\"email\"],\"nullable\":true},\"committer\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"email\":{\"type\":\"string\"}},\"required\":[\"name\",\"email\"],\"nullable\":true}},\"required\":[\"id\",\"tree_id\",\"message\",\"timestamp\",\"author\",\"committer\"]},\"latest_check_runs_count\":{\"type\":\"integer\"},\"check_runs_url\":{\"type\":\"string\"},\"rerequestable\":{\"type\":\"boolean\"},\"runs_rerequestable\":{\"type\":\"boolean\"}},\"required\":[\"id\",\"node_id\",\"head_branch\",\"status\",\"conclusion\",\"head_sha\",\"url\",\"before\",\"after\",\"created_at\",\"updated_at\",\"app\",\"head_commit\",\"repository\",\"latest_check_runs_count\",\"check_runs_url\",\"pull_requests\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "head_sha" } ] }, { @@ -2923,6 +3746,11 @@ "code": 200, "schema": "{\"title\":\"CheckRun\",\"description\":\"A check performed on the code of a given code change\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The id of the check.\",\"example\":21,\"type\":\"integer\"},\"head_sha\":{\"description\":\"The SHA of the commit that is being checked.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDg6Q2hlY2tSdW40\"},\"external_id\":{\"type\":\"string\",\"example\":\"42\",\"nullable\":true},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-runs/4\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/runs/4\",\"nullable\":true},\"details_url\":{\"type\":\"string\",\"example\":\"https://example.com\",\"nullable\":true},\"status\":{\"description\":\"The phase of the lifecycle that the check is currently in.\",\"example\":\"queued\",\"type\":\"string\",\"enum\":[\"queued\",\"in_progress\",\"completed\"]},\"conclusion\":{\"type\":\"string\",\"example\":\"neutral\",\"enum\":[\"success\",\"failure\",\"neutral\",\"cancelled\",\"skipped\",\"timed_out\",\"action_required\"],\"nullable\":true},\"started_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-05-04T01:14:52Z\",\"nullable\":true},\"completed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-05-04T01:14:52Z\",\"nullable\":true},\"output\":{\"type\":\"object\",\"properties\":{\"title\":{\"type\":\"string\",\"nullable\":true},\"summary\":{\"type\":\"string\",\"nullable\":true},\"text\":{\"type\":\"string\",\"nullable\":true},\"annotations_count\":{\"type\":\"integer\"},\"annotations_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"title\",\"summary\",\"text\",\"annotations_count\",\"annotations_url\"]},\"name\":{\"description\":\"The name of the check.\",\"example\":\"test-coverage\",\"type\":\"string\"},\"check_suite\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"}},\"required\":[\"id\"],\"nullable\":true},\"app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"pull_requests\":{\"type\":\"array\",\"items\":{\"title\":\"Pull Request Minimal\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"number\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"head\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]},\"base\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]}},\"required\":[\"id\",\"number\",\"url\",\"head\",\"base\"]}},\"deployment\":{\"title\":\"Deployment\",\"description\":\"A deployment created as the result of an Actions check run from a workflow that references an environment\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example/deployments/1\"},\"id\":{\"description\":\"Unique identifier of the deployment\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkRlcGxveW1lbnQx\"},\"task\":{\"description\":\"Parameter to specify a task to execute\",\"example\":\"deploy\",\"type\":\"string\"},\"original_environment\":{\"type\":\"string\",\"example\":\"staging\"},\"environment\":{\"description\":\"Name for the target deployment environment.\",\"example\":\"production\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"Deploy request from hubot\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-07-20T01:19:13Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-07-20T01:19:13Z\"},\"statuses_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example/deployments/1/statuses\"},\"repository_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example\"},\"transient_environment\":{\"description\":\"Specifies if the given environment is will no longer exist at some point in the future. Default: false.\",\"example\":true,\"type\":\"boolean\"},\"production_environment\":{\"description\":\"Specifies if the given environment is one that end-users directly interact with. Default: false.\",\"example\":true,\"type\":\"boolean\"},\"performed_via_github_app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true}},\"required\":[\"id\",\"node_id\",\"task\",\"environment\",\"description\",\"statuses_url\",\"repository_url\",\"url\",\"created_at\",\"updated_at\"]}},\"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\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "check_run_id" } ] }, { @@ -2936,6 +3764,11 @@ "code": 200, "schema": "{\"title\":\"CheckSuite\",\"description\":\"A suite of checks performed on the code of a given code change\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":5},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkNoZWNrU3VpdGU1\"},\"head_branch\":{\"type\":\"string\",\"example\":\"master\",\"nullable\":true},\"head_sha\":{\"description\":\"The SHA of the head commit that is being checked.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"status\":{\"type\":\"string\",\"example\":\"completed\",\"enum\":[\"queued\",\"in_progress\",\"completed\"],\"nullable\":true},\"conclusion\":{\"type\":\"string\",\"example\":\"neutral\",\"enum\":[\"success\",\"failure\",\"neutral\",\"cancelled\",\"skipped\",\"timed_out\",\"action_required\"],\"nullable\":true},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-suites/5\",\"nullable\":true},\"before\":{\"type\":\"string\",\"example\":\"146e867f55c26428e5f9fade55a9bbf5e95a7912\",\"nullable\":true},\"after\":{\"type\":\"string\",\"example\":\"d6fde92930d4715a2b49857d24b940956b26d2d3\",\"nullable\":true},\"pull_requests\":{\"type\":\"array\",\"items\":{\"title\":\"Pull Request Minimal\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"number\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"head\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]},\"base\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]}},\"required\":[\"id\",\"number\",\"url\",\"head\",\"base\"]},\"nullable\":true},\"app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"repository\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"private\":{\"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\"},\"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\"},\"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\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"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\",\"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},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"template_repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"],\"nullable\":true},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: http://contributor-covenant.org/version/1/4/\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"}},\"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\"]},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"head_commit\":{\"title\":\"Simple Commit\",\"description\":\"Simple Commit\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\"},\"tree_id\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\"},\"author\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"email\":{\"type\":\"string\"}},\"required\":[\"name\",\"email\"],\"nullable\":true},\"committer\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"email\":{\"type\":\"string\"}},\"required\":[\"name\",\"email\"],\"nullable\":true}},\"required\":[\"id\",\"tree_id\",\"message\",\"timestamp\",\"author\",\"committer\"]},\"latest_check_runs_count\":{\"type\":\"integer\"},\"check_runs_url\":{\"type\":\"string\"},\"rerequestable\":{\"type\":\"boolean\"},\"runs_rerequestable\":{\"type\":\"boolean\"}},\"required\":[\"id\",\"node_id\",\"head_branch\",\"status\",\"conclusion\",\"head_sha\",\"url\",\"before\",\"after\",\"created_at\",\"updated_at\",\"app\",\"head_commit\",\"repository\",\"latest_check_runs_count\",\"check_runs_url\",\"pull_requests\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "check_suite_id" } ] }, { @@ -2949,6 +3782,13 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Check Annotation\",\"description\":\"Check Annotation\",\"type\":\"object\",\"properties\":{\"path\":{\"type\":\"string\",\"example\":\"README.md\"},\"start_line\":{\"type\":\"integer\",\"example\":2},\"end_line\":{\"type\":\"integer\",\"example\":2},\"start_column\":{\"type\":\"integer\",\"example\":5,\"nullable\":true},\"end_column\":{\"type\":\"integer\",\"example\":10,\"nullable\":true},\"annotation_level\":{\"type\":\"string\",\"example\":\"warning\",\"nullable\":true},\"title\":{\"type\":\"string\",\"example\":\"Spell Checker\",\"nullable\":true},\"message\":{\"type\":\"string\",\"example\":\"Check your spelling for 'banaas'.\",\"nullable\":true},\"raw_details\":{\"type\":\"string\",\"example\":\"Do you mean 'bananas' or 'banana'?\",\"nullable\":true},\"blob_href\":{\"type\":\"string\"}},\"required\":[\"path\",\"blob_href\",\"start_line\",\"end_line\",\"start_column\",\"end_column\",\"annotation_level\",\"title\",\"message\",\"raw_details\"]}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "check_run_id" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -2962,6 +3802,17 @@ "code": 200, "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"check_runs\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"check_runs\":{\"type\":\"array\",\"items\":{\"title\":\"CheckRun\",\"description\":\"A check performed on the code of a given code change\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The id of the check.\",\"example\":21,\"type\":\"integer\"},\"head_sha\":{\"description\":\"The SHA of the commit that is being checked.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDg6Q2hlY2tSdW40\"},\"external_id\":{\"type\":\"string\",\"example\":\"42\",\"nullable\":true},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-runs/4\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/runs/4\",\"nullable\":true},\"details_url\":{\"type\":\"string\",\"example\":\"https://example.com\",\"nullable\":true},\"status\":{\"description\":\"The phase of the lifecycle that the check is currently in.\",\"example\":\"queued\",\"type\":\"string\",\"enum\":[\"queued\",\"in_progress\",\"completed\"]},\"conclusion\":{\"type\":\"string\",\"example\":\"neutral\",\"enum\":[\"success\",\"failure\",\"neutral\",\"cancelled\",\"skipped\",\"timed_out\",\"action_required\"],\"nullable\":true},\"started_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-05-04T01:14:52Z\",\"nullable\":true},\"completed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-05-04T01:14:52Z\",\"nullable\":true},\"output\":{\"type\":\"object\",\"properties\":{\"title\":{\"type\":\"string\",\"nullable\":true},\"summary\":{\"type\":\"string\",\"nullable\":true},\"text\":{\"type\":\"string\",\"nullable\":true},\"annotations_count\":{\"type\":\"integer\"},\"annotations_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"title\",\"summary\",\"text\",\"annotations_count\",\"annotations_url\"]},\"name\":{\"description\":\"The name of the check.\",\"example\":\"test-coverage\",\"type\":\"string\"},\"check_suite\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"}},\"required\":[\"id\"],\"nullable\":true},\"app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"pull_requests\":{\"type\":\"array\",\"items\":{\"title\":\"Pull Request Minimal\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"number\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"head\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]},\"base\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]}},\"required\":[\"id\",\"number\",\"url\",\"head\",\"base\"]}},\"deployment\":{\"title\":\"Deployment\",\"description\":\"A deployment created as the result of an Actions check run from a workflow that references an environment\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example/deployments/1\"},\"id\":{\"description\":\"Unique identifier of the deployment\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkRlcGxveW1lbnQx\"},\"task\":{\"description\":\"Parameter to specify a task to execute\",\"example\":\"deploy\",\"type\":\"string\"},\"original_environment\":{\"type\":\"string\",\"example\":\"staging\"},\"environment\":{\"description\":\"Name for the target deployment environment.\",\"example\":\"production\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"Deploy request from hubot\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-07-20T01:19:13Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-07-20T01:19:13Z\"},\"statuses_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example/deployments/1/statuses\"},\"repository_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example\"},\"transient_environment\":{\"description\":\"Specifies if the given environment is will no longer exist at some point in the future. Default: false.\",\"example\":true,\"type\":\"boolean\"},\"production_environment\":{\"description\":\"Specifies if the given environment is one that end-users directly interact with. Default: false.\",\"example\":true,\"type\":\"boolean\"},\"performed_via_github_app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true}},\"required\":[\"id\",\"node_id\",\"task\",\"environment\",\"description\",\"statuses_url\",\"repository_url\",\"url\",\"created_at\",\"updated_at\"]}},\"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\"]}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "ref" }, + { "name": "check_name" }, + { "name": "status" }, + { "name": "filter" }, + { "name": "per_page" }, + { "name": "page" }, + { "name": "app_id" } ] }, { @@ -2975,6 +3826,16 @@ "code": 200, "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"check_runs\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"check_runs\":{\"type\":\"array\",\"items\":{\"title\":\"CheckRun\",\"description\":\"A check performed on the code of a given code change\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The id of the check.\",\"example\":21,\"type\":\"integer\"},\"head_sha\":{\"description\":\"The SHA of the commit that is being checked.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDg6Q2hlY2tSdW40\"},\"external_id\":{\"type\":\"string\",\"example\":\"42\",\"nullable\":true},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-runs/4\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/runs/4\",\"nullable\":true},\"details_url\":{\"type\":\"string\",\"example\":\"https://example.com\",\"nullable\":true},\"status\":{\"description\":\"The phase of the lifecycle that the check is currently in.\",\"example\":\"queued\",\"type\":\"string\",\"enum\":[\"queued\",\"in_progress\",\"completed\"]},\"conclusion\":{\"type\":\"string\",\"example\":\"neutral\",\"enum\":[\"success\",\"failure\",\"neutral\",\"cancelled\",\"skipped\",\"timed_out\",\"action_required\"],\"nullable\":true},\"started_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-05-04T01:14:52Z\",\"nullable\":true},\"completed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-05-04T01:14:52Z\",\"nullable\":true},\"output\":{\"type\":\"object\",\"properties\":{\"title\":{\"type\":\"string\",\"nullable\":true},\"summary\":{\"type\":\"string\",\"nullable\":true},\"text\":{\"type\":\"string\",\"nullable\":true},\"annotations_count\":{\"type\":\"integer\"},\"annotations_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"title\",\"summary\",\"text\",\"annotations_count\",\"annotations_url\"]},\"name\":{\"description\":\"The name of the check.\",\"example\":\"test-coverage\",\"type\":\"string\"},\"check_suite\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"}},\"required\":[\"id\"],\"nullable\":true},\"app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"pull_requests\":{\"type\":\"array\",\"items\":{\"title\":\"Pull Request Minimal\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"number\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"head\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]},\"base\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]}},\"required\":[\"id\",\"number\",\"url\",\"head\",\"base\"]}},\"deployment\":{\"title\":\"Deployment\",\"description\":\"A deployment created as the result of an Actions check run from a workflow that references an environment\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example/deployments/1\"},\"id\":{\"description\":\"Unique identifier of the deployment\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkRlcGxveW1lbnQx\"},\"task\":{\"description\":\"Parameter to specify a task to execute\",\"example\":\"deploy\",\"type\":\"string\"},\"original_environment\":{\"type\":\"string\",\"example\":\"staging\"},\"environment\":{\"description\":\"Name for the target deployment environment.\",\"example\":\"production\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"Deploy request from hubot\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-07-20T01:19:13Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-07-20T01:19:13Z\"},\"statuses_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example/deployments/1/statuses\"},\"repository_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example\"},\"transient_environment\":{\"description\":\"Specifies if the given environment is will no longer exist at some point in the future. Default: false.\",\"example\":true,\"type\":\"boolean\"},\"production_environment\":{\"description\":\"Specifies if the given environment is one that end-users directly interact with. Default: false.\",\"example\":true,\"type\":\"boolean\"},\"performed_via_github_app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true}},\"required\":[\"id\",\"node_id\",\"task\",\"environment\",\"description\",\"statuses_url\",\"repository_url\",\"url\",\"created_at\",\"updated_at\"]}},\"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\"]}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "check_suite_id" }, + { "name": "check_name" }, + { "name": "status" }, + { "name": "filter" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -2988,6 +3849,15 @@ "code": 200, "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"check_suites\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"check_suites\":{\"type\":\"array\",\"items\":{\"title\":\"CheckSuite\",\"description\":\"A suite of checks performed on the code of a given code change\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":5},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkNoZWNrU3VpdGU1\"},\"head_branch\":{\"type\":\"string\",\"example\":\"master\",\"nullable\":true},\"head_sha\":{\"description\":\"The SHA of the head commit that is being checked.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"status\":{\"type\":\"string\",\"example\":\"completed\",\"enum\":[\"queued\",\"in_progress\",\"completed\"],\"nullable\":true},\"conclusion\":{\"type\":\"string\",\"example\":\"neutral\",\"enum\":[\"success\",\"failure\",\"neutral\",\"cancelled\",\"skipped\",\"timed_out\",\"action_required\"],\"nullable\":true},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-suites/5\",\"nullable\":true},\"before\":{\"type\":\"string\",\"example\":\"146e867f55c26428e5f9fade55a9bbf5e95a7912\",\"nullable\":true},\"after\":{\"type\":\"string\",\"example\":\"d6fde92930d4715a2b49857d24b940956b26d2d3\",\"nullable\":true},\"pull_requests\":{\"type\":\"array\",\"items\":{\"title\":\"Pull Request Minimal\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"number\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"head\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]},\"base\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]}},\"required\":[\"id\",\"number\",\"url\",\"head\",\"base\"]},\"nullable\":true},\"app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"repository\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"private\":{\"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\"},\"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\"},\"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\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"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\",\"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},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"template_repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"],\"nullable\":true},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: http://contributor-covenant.org/version/1/4/\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"}},\"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\"]},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"head_commit\":{\"title\":\"Simple Commit\",\"description\":\"Simple Commit\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\"},\"tree_id\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\"},\"author\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"email\":{\"type\":\"string\"}},\"required\":[\"name\",\"email\"],\"nullable\":true},\"committer\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"email\":{\"type\":\"string\"}},\"required\":[\"name\",\"email\"],\"nullable\":true}},\"required\":[\"id\",\"tree_id\",\"message\",\"timestamp\",\"author\",\"committer\"]},\"latest_check_runs_count\":{\"type\":\"integer\"},\"check_runs_url\":{\"type\":\"string\"},\"rerequestable\":{\"type\":\"boolean\"},\"runs_rerequestable\":{\"type\":\"boolean\"}},\"required\":[\"id\",\"node_id\",\"head_branch\",\"status\",\"conclusion\",\"head_sha\",\"url\",\"before\",\"after\",\"created_at\",\"updated_at\",\"app\",\"head_commit\",\"repository\",\"latest_check_runs_count\",\"check_runs_url\",\"pull_requests\"]}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "ref" }, + { "name": "app_id" }, + { "name": "check_name" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -3013,6 +3883,11 @@ "code": 422, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "check_run_id" } ] }, { @@ -3026,6 +3901,11 @@ "code": 201, "schema": "{\"type\":\"object\",\"properties\":{},\"additionalProperties\":false}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "check_suite_id" } ] }, { @@ -3039,6 +3919,13 @@ "code": 200, "schema": "{\"title\":\"Check Suite Preference\",\"description\":\"Check suite configuration preferences for a repository.\",\"type\":\"object\",\"required\":[\"preferences\",\"repository\"],\"properties\":{\"preferences\":{\"type\":\"object\",\"properties\":{\"auto_trigger_checks\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"app_id\":{\"type\":\"integer\"},\"setting\":{\"type\":\"boolean\"}},\"required\":[\"app_id\",\"setting\"]}}}},\"repository\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"private\":{\"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\"},\"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\"},\"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\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"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\",\"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},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"template_repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"],\"nullable\":true},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: http://contributor-covenant.org/version/1/4/\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"}},\"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\"]}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "auto_trigger_checks" }, + { "name": "auto_trigger_checks[].app_id" }, + { "name": "auto_trigger_checks[].setting" } ] }, { @@ -3052,6 +3939,40 @@ "code": 200, "schema": "{\"title\":\"CheckRun\",\"description\":\"A check performed on the code of a given code change\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The id of the check.\",\"example\":21,\"type\":\"integer\"},\"head_sha\":{\"description\":\"The SHA of the commit that is being checked.\",\"example\":\"009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDg6Q2hlY2tSdW40\"},\"external_id\":{\"type\":\"string\",\"example\":\"42\",\"nullable\":true},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/check-runs/4\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/runs/4\",\"nullable\":true},\"details_url\":{\"type\":\"string\",\"example\":\"https://example.com\",\"nullable\":true},\"status\":{\"description\":\"The phase of the lifecycle that the check is currently in.\",\"example\":\"queued\",\"type\":\"string\",\"enum\":[\"queued\",\"in_progress\",\"completed\"]},\"conclusion\":{\"type\":\"string\",\"example\":\"neutral\",\"enum\":[\"success\",\"failure\",\"neutral\",\"cancelled\",\"skipped\",\"timed_out\",\"action_required\"],\"nullable\":true},\"started_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-05-04T01:14:52Z\",\"nullable\":true},\"completed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-05-04T01:14:52Z\",\"nullable\":true},\"output\":{\"type\":\"object\",\"properties\":{\"title\":{\"type\":\"string\",\"nullable\":true},\"summary\":{\"type\":\"string\",\"nullable\":true},\"text\":{\"type\":\"string\",\"nullable\":true},\"annotations_count\":{\"type\":\"integer\"},\"annotations_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"title\",\"summary\",\"text\",\"annotations_count\",\"annotations_url\"]},\"name\":{\"description\":\"The name of the check.\",\"example\":\"test-coverage\",\"type\":\"string\"},\"check_suite\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"}},\"required\":[\"id\"],\"nullable\":true},\"app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"pull_requests\":{\"type\":\"array\",\"items\":{\"title\":\"Pull Request Minimal\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"number\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"head\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]},\"base\":{\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"repo\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"url\",\"name\"]}},\"required\":[\"ref\",\"sha\",\"repo\"]}},\"required\":[\"id\",\"number\",\"url\",\"head\",\"base\"]}},\"deployment\":{\"title\":\"Deployment\",\"description\":\"A deployment created as the result of an Actions check run from a workflow that references an environment\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example/deployments/1\"},\"id\":{\"description\":\"Unique identifier of the deployment\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkRlcGxveW1lbnQx\"},\"task\":{\"description\":\"Parameter to specify a task to execute\",\"example\":\"deploy\",\"type\":\"string\"},\"original_environment\":{\"type\":\"string\",\"example\":\"staging\"},\"environment\":{\"description\":\"Name for the target deployment environment.\",\"example\":\"production\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"Deploy request from hubot\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-07-20T01:19:13Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-07-20T01:19:13Z\"},\"statuses_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example/deployments/1/statuses\"},\"repository_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example\"},\"transient_environment\":{\"description\":\"Specifies if the given environment is will no longer exist at some point in the future. Default: false.\",\"example\":true,\"type\":\"boolean\"},\"production_environment\":{\"description\":\"Specifies if the given environment is one that end-users directly interact with. Default: false.\",\"example\":true,\"type\":\"boolean\"},\"performed_via_github_app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true}},\"required\":[\"id\",\"node_id\",\"task\",\"environment\",\"description\",\"statuses_url\",\"repository_url\",\"url\",\"created_at\",\"updated_at\"]}},\"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\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "check_run_id" }, + { "name": "name" }, + { "name": "details_url" }, + { "name": "external_id" }, + { "name": "started_at" }, + { "name": "status" }, + { "name": "conclusion" }, + { "name": "completed_at" }, + { "name": "output" }, + { "name": "output.title" }, + { "name": "output.summary" }, + { "name": "output.text" }, + { "name": "output.annotations" }, + { "name": "output.annotations[].path" }, + { "name": "output.annotations[].start_line" }, + { "name": "output.annotations[].end_line" }, + { "name": "output.annotations[].start_column" }, + { "name": "output.annotations[].end_column" }, + { "name": "output.annotations[].annotation_level" }, + { "name": "output.annotations[].message" }, + { "name": "output.annotations[].title" }, + { "name": "output.annotations[].raw_details" }, + { "name": "output.images" }, + { "name": "output.images[].alt" }, + { "name": "output.images[].image_url" }, + { "name": "output.images[].caption" }, + { "name": "actions" }, + { "name": "actions[].label" }, + { "name": "actions[].description" }, + { "name": "actions[].identifier" } ] }, { @@ -3085,6 +4006,12 @@ "code": 503, "schema": "{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "analysis_id" }, + { "name": "confirm_delete" } ] }, { @@ -3111,6 +4038,12 @@ "code": 503, "schema": "{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "alert_number" }, + { "name": "alert_id" } ] }, { @@ -3137,6 +4070,11 @@ "code": 503, "schema": "{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "analysis_id" } ] }, { @@ -3159,6 +4097,11 @@ "code": 503, "schema": "{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "sarif_id" } ] }, { @@ -3184,6 +4127,14 @@ "code": 503, "schema": "{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "alert_number" }, + { "name": "page" }, + { "name": "per_page" }, + { "name": "ref" } ] }, { @@ -3209,6 +4160,18 @@ "code": 503, "schema": "{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "tool_name" }, + { "name": "tool_guid" }, + { "name": "before" }, + { "name": "after" }, + { "name": "page" }, + { "name": "per_page" }, + { "name": "direction" }, + { "name": "state" }, + { "name": "sort" } ] }, { @@ -3235,6 +4198,18 @@ "code": 503, "schema": "{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "tool_name" }, + { "name": "tool_guid" }, + { "name": "page" }, + { "name": "per_page" }, + { "name": "ref" }, + { "name": "direction" }, + { "name": "sort" }, + { "name": "state" } ] }, { @@ -3260,6 +4235,14 @@ "code": 503, "schema": "{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "alert_number" }, + { "name": "page" }, + { "name": "per_page" }, + { "name": "ref" } ] }, { @@ -3285,6 +4268,16 @@ "code": 503, "schema": "{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "tool_name" }, + { "name": "tool_guid" }, + { "name": "page" }, + { "name": "per_page" }, + { "name": "ref" }, + { "name": "sarif_id" } ] }, { @@ -3310,6 +4303,14 @@ "code": 503, "schema": "{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "alert_number" }, + { "name": "state" }, + { "name": "dismissed_reason" }, + { "name": "dismissed_comment" } ] }, { @@ -3337,6 +4338,16 @@ "code": 503, "schema": "{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "commit_sha" }, + { "name": "ref" }, + { "name": "sarif" }, + { "name": "checkout_uri" }, + { "name": "started_at" }, + { "name": "tool_name" } ] }, { @@ -3351,7 +4362,8 @@ "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: http://contributor-covenant.org/version/1/4/\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]}}" }, { "code": 304, "schema": null } - ] + ], + "parameters": [] }, { "url": "/codes_of_conduct/{key}", @@ -3369,7 +4381,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "key" }] }, { "url": "/repos/{owner}/{repo}/community/code_of_conduct", @@ -3382,7 +4395,8 @@ "code": 200, "schema": "{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: http://contributor-covenant.org/version/1/4/\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/user/codespaces/secrets/{secret_name}/repositories/{repository_id}", @@ -3408,7 +4422,8 @@ "code": 500, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "secret_name" }, { "name": "repository_id" }] }, { "url": "/user/codespaces/{codespace_name}/machines", @@ -3438,7 +4453,8 @@ "code": 500, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "codespace_name" }] }, { "url": "/user/codespaces", @@ -3467,6 +4483,22 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "repository_id" }, + { "name": "ref" }, + { "name": "location" }, + { "name": "client_ip" }, + { "name": "machine" }, + { "name": "devcontainer_path" }, + { "name": "multi_repo_permissions_opt_out" }, + { "name": "working_directory" }, + { "name": "idle_timeout_minutes" }, + { "name": "display_name" }, + { "name": "retention_period_minutes" }, + { "name": "pull_request" }, + { "name": "pull_request.pull_request_number" }, + { "name": "pull_request.repository_id" } ] }, { @@ -3481,6 +4513,13 @@ "schema": "{\"type\":\"object\",\"properties\":{},\"additionalProperties\":false}" }, { "code": 204, "schema": null } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "secret_name" }, + { "name": "encrypted_value" }, + { "name": "key_id" } ] }, { @@ -3503,6 +4542,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "secret_name" }, + { "name": "encrypted_value" }, + { "name": "key_id" }, + { "name": "selected_repository_ids" } ] }, { @@ -3532,6 +4577,20 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "pull_number" }, + { "name": "location" }, + { "name": "client_ip" }, + { "name": "machine" }, + { "name": "devcontainer_path" }, + { "name": "multi_repo_permissions_opt_out" }, + { "name": "working_directory" }, + { "name": "idle_timeout_minutes" }, + { "name": "display_name" }, + { "name": "retention_period_minutes" } ] }, { @@ -3561,6 +4620,20 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "ref" }, + { "name": "location" }, + { "name": "client_ip" }, + { "name": "machine" }, + { "name": "devcontainer_path" }, + { "name": "multi_repo_permissions_opt_out" }, + { "name": "working_directory" }, + { "name": "idle_timeout_minutes" }, + { "name": "display_name" }, + { "name": "retention_period_minutes" } ] }, { @@ -3588,7 +4661,8 @@ "code": 500, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "codespace_name" }] }, { "url": "/orgs/{org}/members/{username}/codespaces/{codespace_name}", @@ -3615,6 +4689,11 @@ "code": 500, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "username" }, + { "name": "codespace_name" } ] }, { @@ -3623,7 +4702,12 @@ "scope": "codespaces", "documentationUrl": "https://docs.github.com/rest/reference/codespaces#delete-a-repository-secret", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "secret_name" } + ] }, { "url": "/user/codespaces/secrets/{secret_name}", @@ -3631,7 +4715,8 @@ "scope": "codespaces", "documentationUrl": "https://docs.github.com/rest/reference/codespaces#delete-a-secret-for-the-authenticated-user", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [{ "name": "secret_name" }] }, { "url": "/user/codespaces/{codespace_name}/exports", @@ -3664,7 +4749,8 @@ "code": 500, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "codespace_name" }] }, { "url": "/user/codespaces/{codespace_name}/exports/{export_id}", @@ -3681,7 +4767,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "codespace_name" }, { "name": "export_id" }] }, { "url": "/user/codespaces/{codespace_name}", @@ -3711,7 +4798,8 @@ "code": 500, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "codespace_name" }] }, { "url": "/user/codespaces/secrets/public-key", @@ -3724,7 +4812,8 @@ "code": 200, "schema": "{\"title\":\"CodespacesUserPublicKey\",\"description\":\"The public key used for setting user Codespaces' Secrets.\",\"type\":\"object\",\"properties\":{\"key_id\":{\"description\":\"The identifier for the key.\",\"type\":\"string\",\"example\":\"1234567\"},\"key\":{\"description\":\"The Base64 encoded public key.\",\"type\":\"string\",\"example\":\"hBT5WZEj8ZoOv6TYJsfWq7MxTEQopZO5/IT3ZCVQPzs=\"}},\"required\":[\"key_id\",\"key\"]}" } - ] + ], + "parameters": [] }, { "url": "/repos/{owner}/{repo}/codespaces/secrets/public-key", @@ -3737,7 +4826,8 @@ "code": 200, "schema": "{\"title\":\"CodespacesPublicKey\",\"description\":\"The public key used for setting Codespaces secrets.\",\"type\":\"object\",\"properties\":{\"key_id\":{\"description\":\"The identifier for the key.\",\"type\":\"string\",\"example\":\"1234567\"},\"key\":{\"description\":\"The Base64 encoded public key.\",\"type\":\"string\",\"example\":\"hBT5WZEj8ZoOv6TYJsfWq7MxTEQopZO5/IT3ZCVQPzs=\"},\"id\":{\"type\":\"integer\",\"example\":2},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/user/keys/2\"},\"title\":{\"type\":\"string\",\"example\":\"ssh-rsa AAAAB3NzaC1yc2EAAA\"},\"created_at\":{\"type\":\"string\",\"example\":\"2011-01-26T19:01:12Z\"}},\"required\":[\"key_id\",\"key\"]}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repos/{owner}/{repo}/codespaces/secrets/{secret_name}", @@ -3750,6 +4840,11 @@ "code": 200, "schema": "{\"title\":\"Codespaces Secret\",\"description\":\"Set repository secrets for GitHub Codespaces.\",\"type\":\"object\",\"properties\":{\"name\":{\"description\":\"The name of the secret.\",\"example\":\"SECRET_TOKEN\",\"type\":\"string\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"}},\"required\":[\"name\",\"created_at\",\"updated_at\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "secret_name" } ] }, { @@ -3763,7 +4858,8 @@ "code": 200, "schema": "{\"title\":\"Codespaces Secret\",\"description\":\"Secrets for a GitHub Codespace.\",\"type\":\"object\",\"properties\":{\"name\":{\"description\":\"The name of the secret.\",\"example\":\"SECRET_NAME\",\"type\":\"string\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"visibility\":{\"description\":\"Visibility of a secret\",\"enum\":[\"all\",\"private\",\"selected\"],\"type\":\"string\"},\"selected_repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/user/secrets/SECRET_NAME/repositories\"}},\"required\":[\"name\",\"created_at\",\"updated_at\",\"visibility\",\"selected_repositories_url\"]}" } - ] + ], + "parameters": [{ "name": "secret_name" }] }, { "url": "/repos/{owner}/{repo}/codespaces/devcontainers", @@ -3800,6 +4896,12 @@ "code": 500, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "per_page" }, + { "name": "page" }, + { "name": "owner" }, + { "name": "repo" } ] }, { @@ -3830,6 +4932,11 @@ "code": 500, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "per_page" }, + { "name": "page" }, + { "name": "repository_id" } ] }, { @@ -3860,6 +4967,11 @@ "code": 500, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "per_page" }, + { "name": "page" }, + { "name": "org_id" } ] }, { @@ -3889,6 +5001,12 @@ "code": 500, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "per_page" }, + { "name": "page" }, + { "name": "owner" }, + { "name": "repo" } ] }, { @@ -3902,6 +5020,12 @@ "code": 200, "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"secrets\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"secrets\":{\"type\":\"array\",\"items\":{\"title\":\"Codespaces Secret\",\"description\":\"Set repository secrets for GitHub Codespaces.\",\"type\":\"object\",\"properties\":{\"name\":{\"description\":\"The name of the secret.\",\"example\":\"SECRET_TOKEN\",\"type\":\"string\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"}},\"required\":[\"name\",\"created_at\",\"updated_at\"]}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -3931,7 +5055,8 @@ "code": 500, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "secret_name" }] }, { "url": "/user/codespaces/secrets", @@ -3944,7 +5069,8 @@ "code": 200, "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"secrets\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"secrets\":{\"type\":\"array\",\"items\":{\"title\":\"Codespaces Secret\",\"description\":\"Secrets for a GitHub Codespace.\",\"type\":\"object\",\"properties\":{\"name\":{\"description\":\"The name of the secret.\",\"example\":\"SECRET_NAME\",\"type\":\"string\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"visibility\":{\"description\":\"Visibility of a secret\",\"enum\":[\"all\",\"private\",\"selected\"],\"type\":\"string\"},\"selected_repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/user/secrets/SECRET_NAME/repositories\"}},\"required\":[\"name\",\"created_at\",\"updated_at\",\"visibility\",\"selected_repositories_url\"]}}}}" } - ] + ], + "parameters": [{ "name": "per_page" }, { "name": "page" }] }, { "url": "/user/codespaces/secrets/{secret_name}/repositories/{repository_id}", @@ -3970,7 +5096,8 @@ "code": 500, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "secret_name" }, { "name": "repository_id" }] }, { "url": "/repos/{owner}/{repo}/codespaces/machines", @@ -4000,6 +5127,12 @@ "code": 500, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "location" }, + { "name": "client_ip" } ] }, { @@ -4026,6 +5159,10 @@ "code": 500, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "secret_name" }, + { "name": "selected_repository_ids" } ] }, { @@ -4072,7 +5209,8 @@ "code": 500, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "codespace_name" }] }, { "url": "/user/codespaces/{codespace_name}/stop", @@ -4101,7 +5239,8 @@ "code": 500, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "codespace_name" }] }, { "url": "/orgs/{org}/members/{username}/codespaces/{codespace_name}/stop", @@ -4131,6 +5270,11 @@ "code": 500, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "username" }, + { "name": "codespace_name" } ] }, { @@ -4156,6 +5300,12 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "codespace_name" }, + { "name": "machine" }, + { "name": "display_name" }, + { "name": "recent_folders" } ] }, { @@ -4167,6 +5317,11 @@ "responses": [ { "code": 204, "schema": null }, { "code": 409, "schema": null } + ], + "parameters": [ + { "name": "org" }, + { "name": "secret_name" }, + { "name": "repository_id" } ] }, { @@ -4181,6 +5336,14 @@ "schema": "{\"title\":\"Empty Object\",\"description\":\"An object without any properties.\",\"type\":\"object\",\"properties\":{},\"additionalProperties\":false}" }, { "code": 204, "schema": null } + ], + "parameters": [ + { "name": "org" }, + { "name": "secret_name" }, + { "name": "encrypted_value" }, + { "name": "key_id" }, + { "name": "visibility" }, + { "name": "selected_repository_ids" } ] }, { @@ -4195,6 +5358,13 @@ "schema": "{\"type\":\"object\",\"properties\":{},\"additionalProperties\":false}" }, { "code": 204, "schema": null } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "secret_name" }, + { "name": "encrypted_value" }, + { "name": "key_id" } ] }, { @@ -4203,7 +5373,8 @@ "scope": "dependabot", "documentationUrl": "https://docs.github.com/rest/reference/dependabot#delete-an-organization-secret", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [{ "name": "org" }, { "name": "secret_name" }] }, { "url": "/repos/{owner}/{repo}/dependabot/secrets/{secret_name}", @@ -4211,7 +5382,12 @@ "scope": "dependabot", "documentationUrl": "https://docs.github.com/rest/reference/dependabot#delete-a-repository-secret", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "secret_name" } + ] }, { "url": "/orgs/{org}/dependabot/secrets/public-key", @@ -4224,7 +5400,8 @@ "code": 200, "schema": "{\"title\":\"DependabotPublicKey\",\"description\":\"The public key used for setting Dependabot Secrets.\",\"type\":\"object\",\"properties\":{\"key_id\":{\"description\":\"The identifier for the key.\",\"type\":\"string\",\"example\":\"1234567\"},\"key\":{\"description\":\"The Base64 encoded public key.\",\"type\":\"string\",\"example\":\"hBT5WZEj8ZoOv6TYJsfWq7MxTEQopZO5/IT3ZCVQPzs=\"}},\"required\":[\"key_id\",\"key\"]}" } - ] + ], + "parameters": [{ "name": "org" }] }, { "url": "/orgs/{org}/dependabot/secrets/{secret_name}", @@ -4237,7 +5414,8 @@ "code": 200, "schema": "{\"title\":\"Dependabot Secret for an Organization\",\"description\":\"Secrets for GitHub Dependabot for an organization.\",\"type\":\"object\",\"properties\":{\"name\":{\"description\":\"The name of the secret.\",\"example\":\"SECRET_TOKEN\",\"type\":\"string\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"visibility\":{\"description\":\"Visibility of a secret\",\"enum\":[\"all\",\"private\",\"selected\"],\"type\":\"string\"},\"selected_repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/org/dependabot/secrets/my_secret/repositories\"}},\"required\":[\"name\",\"created_at\",\"updated_at\",\"visibility\"]}" } - ] + ], + "parameters": [{ "name": "org" }, { "name": "secret_name" }] }, { "url": "/repos/{owner}/{repo}/dependabot/secrets/public-key", @@ -4250,7 +5428,8 @@ "code": 200, "schema": "{\"title\":\"DependabotPublicKey\",\"description\":\"The public key used for setting Dependabot Secrets.\",\"type\":\"object\",\"properties\":{\"key_id\":{\"description\":\"The identifier for the key.\",\"type\":\"string\",\"example\":\"1234567\"},\"key\":{\"description\":\"The Base64 encoded public key.\",\"type\":\"string\",\"example\":\"hBT5WZEj8ZoOv6TYJsfWq7MxTEQopZO5/IT3ZCVQPzs=\"}},\"required\":[\"key_id\",\"key\"]}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repos/{owner}/{repo}/dependabot/secrets/{secret_name}", @@ -4263,6 +5442,11 @@ "code": 200, "schema": "{\"title\":\"Dependabot Secret\",\"description\":\"Set secrets for Dependabot.\",\"type\":\"object\",\"properties\":{\"name\":{\"description\":\"The name of the secret.\",\"example\":\"MY_ARTIFACTORY_PASSWORD\",\"type\":\"string\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"}},\"required\":[\"name\",\"created_at\",\"updated_at\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "secret_name" } ] }, { @@ -4276,6 +5460,11 @@ "code": 200, "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"secrets\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"secrets\":{\"type\":\"array\",\"items\":{\"title\":\"Dependabot Secret for an Organization\",\"description\":\"Secrets for GitHub Dependabot for an organization.\",\"type\":\"object\",\"properties\":{\"name\":{\"description\":\"The name of the secret.\",\"example\":\"SECRET_TOKEN\",\"type\":\"string\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"visibility\":{\"description\":\"Visibility of a secret\",\"enum\":[\"all\",\"private\",\"selected\"],\"type\":\"string\"},\"selected_repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/org/dependabot/secrets/my_secret/repositories\"}},\"required\":[\"name\",\"created_at\",\"updated_at\",\"visibility\"]}}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -4289,6 +5478,12 @@ "code": 200, "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"secrets\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"secrets\":{\"type\":\"array\",\"items\":{\"title\":\"Dependabot Secret\",\"description\":\"Set secrets for Dependabot.\",\"type\":\"object\",\"properties\":{\"name\":{\"description\":\"The name of the secret.\",\"example\":\"MY_ARTIFACTORY_PASSWORD\",\"type\":\"string\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"}},\"required\":[\"name\",\"created_at\",\"updated_at\"]}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -4302,6 +5497,12 @@ "code": 200, "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"repositories\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"repositories\":{\"type\":\"array\",\"items\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"private\":{\"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\"},\"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\"},\"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\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"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\",\"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},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"template_repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"],\"nullable\":true},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: http://contributor-covenant.org/version/1/4/\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"}},\"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\"]}}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "secret_name" }, + { "name": "page" }, + { "name": "per_page" } ] }, { @@ -4313,6 +5514,11 @@ "responses": [ { "code": 204, "schema": null }, { "code": 409, "schema": null } + ], + "parameters": [ + { "name": "org" }, + { "name": "secret_name" }, + { "name": "repository_id" } ] }, { @@ -4321,7 +5527,12 @@ "scope": "dependabot", "documentationUrl": "https://docs.github.com/rest/reference/dependabot#set-selected-repositories-for-an-organization-secret", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "org" }, + { "name": "secret_name" }, + { "name": "selected_repository_ids" } + ] }, { "url": "/repos/{owner}/{repo}/dependency-graph/snapshots", @@ -4334,6 +5545,32 @@ "code": 201, "schema": "{\"type\":\"object\",\"required\":[\"id\",\"created_at\",\"result\",\"message\"],\"properties\":{\"id\":{\"type\":\"integer\",\"description\":\"ID of the created snapshot.\"},\"created_at\":{\"type\":\"string\",\"description\":\"The time at which the snapshot was created.\"},\"result\":{\"type\":\"string\",\"description\":\"Either \\\"SUCCESS\\\", \\\"ACCEPTED\\\", or \\\"INVALID\\\". \\\"SUCCESS\\\" indicates that the snapshot was successfully created and the repository's dependencies were updated. \\\"ACCEPTED\\\" indicates that the snapshot was successfully created, but the repository's dependencies were not updated. \\\"INVALID\\\" indicates that the snapshot was malformed.\"},\"message\":{\"type\":\"string\",\"description\":\"A message providing further details about the result, such as why the dependencies were not updated.\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "version" }, + { "name": "job" }, + { "name": "job.id" }, + { "name": "job.correlator" }, + { "name": "job.html_url" }, + { "name": "sha" }, + { "name": "ref" }, + { "name": "detector" }, + { "name": "detector.name" }, + { "name": "detector.version" }, + { "name": "detector.url" }, + { "name": "metadata" }, + { "name": "metadata.*" }, + { "name": "manifests" }, + { "name": "manifests.*" }, + { "name": "manifests.*.name" }, + { "name": "manifests.*.file" }, + { "name": "manifests.*.file.source_location" }, + { "name": "manifests.*.metadata" }, + { "name": "manifests.*.metadata.*" }, + { "name": "manifests.*.resolved" }, + { "name": "scanned" } ] }, { @@ -4355,6 +5592,12 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "basehead" }, + { "name": "name" } ] }, { @@ -4369,7 +5612,8 @@ "schema": "{\"type\":\"object\",\"additionalProperties\":{\"type\":\"string\"}}" }, { "code": 304, "schema": null } - ] + ], + "parameters": [] }, { "url": "/enterprises/{enterprise}/actions/runners/{runner_id}/labels", @@ -4390,6 +5634,11 @@ "code": 422, "schema": "{\"title\":\"Validation Error Simple\",\"description\":\"Validation Error Simple\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } + ], + "parameters": [ + { "name": "enterprise" }, + { "name": "runner_id" }, + { "name": "labels" } ] }, { @@ -4398,7 +5647,12 @@ "scope": "enterprise-admin", "documentationUrl": "https://docs.github.com/rest/reference/actions#add-organization-access-to-a-self-hosted-runner-group-in-an-enterprise", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "enterprise" }, + { "name": "runner_group_id" }, + { "name": "org_id" } + ] }, { "url": "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners/{runner_id}", @@ -4406,7 +5660,12 @@ "scope": "enterprise-admin", "documentationUrl": "https://docs.github.com/rest/reference/actions#add-a-self-hosted-runner-to-a-group-for-an-enterprise", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "enterprise" }, + { "name": "runner_group_id" }, + { "name": "runner_id" } + ] }, { "url": "/enterprises/{enterprise}/actions/runners/registration-token", @@ -4419,7 +5678,8 @@ "code": 201, "schema": "{\"title\":\"Authentication Token\",\"description\":\"Authentication Token\",\"type\":\"object\",\"properties\":{\"token\":{\"description\":\"The token used for authentication\",\"type\":\"string\",\"example\":\"v1.1f699f1069f60xxx\"},\"expires_at\":{\"description\":\"The time this token expires\",\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2016-07-11T22:14:10Z\"},\"permissions\":{\"type\":\"object\",\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"repositories\":{\"description\":\"The repositories this token has access to\",\"type\":\"array\",\"items\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"]}},\"single_file\":{\"type\":\"string\",\"example\":\"config.yaml\",\"nullable\":true},\"repository_selection\":{\"description\":\"Describe whether all repositories have been selected or there's a selection involved\",\"type\":\"string\",\"enum\":[\"all\",\"selected\"]}},\"required\":[\"token\",\"expires_at\"]}" } - ] + ], + "parameters": [{ "name": "enterprise" }] }, { "url": "/enterprises/{enterprise}/actions/runners/remove-token", @@ -4432,7 +5692,8 @@ "code": 201, "schema": "{\"title\":\"Authentication Token\",\"description\":\"Authentication Token\",\"type\":\"object\",\"properties\":{\"token\":{\"description\":\"The token used for authentication\",\"type\":\"string\",\"example\":\"v1.1f699f1069f60xxx\"},\"expires_at\":{\"description\":\"The time this token expires\",\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2016-07-11T22:14:10Z\"},\"permissions\":{\"type\":\"object\",\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"repositories\":{\"description\":\"The repositories this token has access to\",\"type\":\"array\",\"items\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"]}},\"single_file\":{\"type\":\"string\",\"example\":\"config.yaml\",\"nullable\":true},\"repository_selection\":{\"description\":\"Describe whether all repositories have been selected or there's a selection involved\",\"type\":\"string\",\"enum\":[\"all\",\"selected\"]}},\"required\":[\"token\",\"expires_at\"]}" } - ] + ], + "parameters": [{ "name": "enterprise" }] }, { "url": "/enterprises/{enterprise}/actions/runner-groups", @@ -4445,6 +5706,16 @@ "code": 201, "schema": "{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"number\"},\"name\":{\"type\":\"string\"},\"visibility\":{\"type\":\"string\"},\"default\":{\"type\":\"boolean\"},\"selected_organizations_url\":{\"type\":\"string\"},\"runners_url\":{\"type\":\"string\"},\"allows_public_repositories\":{\"type\":\"boolean\"},\"workflow_restrictions_read_only\":{\"description\":\"If `true`, the `restricted_to_workflows` and `selected_workflows` fields cannot be modified.\",\"type\":\"boolean\",\"default\":false},\"restricted_to_workflows\":{\"description\":\"If `true`, the runner group will be restricted to running only the workflows specified in the `selected_workflows` array.\",\"type\":\"boolean\",\"default\":false},\"selected_workflows\":{\"description\":\"List of workflows the runner group should be allowed to run. This setting will be ignored unless `restricted_to_workflows` is set to `true`.\",\"type\":\"array\",\"items\":{\"type\":\"string\",\"description\":\"Name of workflow the runner group should be allowed to run. Note that a ref, tag, or long SHA is required.\",\"example\":\"octo-org/octo-repo/.github/workflows/deploy.yaml@main\"}}},\"required\":[\"id\",\"name\",\"visibility\",\"allows_public_repositories\",\"default\",\"runners_url\"]}" } + ], + "parameters": [ + { "name": "enterprise" }, + { "name": "name" }, + { "name": "visibility" }, + { "name": "selected_organization_ids" }, + { "name": "runners" }, + { "name": "allows_public_repositories" }, + { "name": "restricted_to_workflows" }, + { "name": "selected_workflows" } ] }, { @@ -4453,7 +5724,8 @@ "scope": "enterprise-admin", "documentationUrl": "https://docs.github.com/rest/reference/enterprise-admin#delete-a-scim-group-from-an-enterprise", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [{ "name": "enterprise" }, { "name": "scim_group_id" }] }, { "url": "/enterprises/{enterprise}/actions/runners/{runner_id}", @@ -4461,7 +5733,8 @@ "scope": "enterprise-admin", "documentationUrl": "https://docs.github.com/rest/reference/actions#delete-self-hosted-runner-from-an-enterprise", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [{ "name": "enterprise" }, { "name": "runner_id" }] }, { "url": "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}", @@ -4469,7 +5742,8 @@ "scope": "enterprise-admin", "documentationUrl": "https://docs.github.com/rest/reference/actions#delete-a-self-hosted-runner-group-from-an-enterprise", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [{ "name": "enterprise" }, { "name": "runner_group_id" }] }, { "url": "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", @@ -4477,7 +5751,8 @@ "scope": "enterprise-admin", "documentationUrl": "https://docs.github.com/rest/reference/enterprise-admin#delete-a-scim-user-from-an-enterprise", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [{ "name": "enterprise" }, { "name": "scim_user_id" }] }, { "url": "/enterprises/{enterprise}/actions/permissions/organizations/{org_id}", @@ -4485,7 +5760,8 @@ "scope": "enterprise-admin", "documentationUrl": "https://docs.github.com/rest/reference/actions#disable-a-selected-organization-for-github-actions-in-an-enterprise", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [{ "name": "enterprise" }, { "name": "org_id" }] }, { "url": "/enterprises/{enterprise}/actions/permissions/organizations/{org_id}", @@ -4493,7 +5769,8 @@ "scope": "enterprise-admin", "documentationUrl": "https://docs.github.com/rest/reference/actions#enable-a-selected-organization-for-github-actions-in-an-enterprise", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [{ "name": "enterprise" }, { "name": "org_id" }] }, { "url": "/enterprises/{enterprise}/actions/permissions/selected-actions", @@ -4506,7 +5783,8 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"github_owned_allowed\":{\"type\":\"boolean\",\"description\":\"Whether GitHub-owned actions are allowed. For example, this includes the actions in the `actions` organization.\"},\"verified_allowed\":{\"type\":\"boolean\",\"description\":\"Whether actions from GitHub Marketplace verified creators are allowed. Set to `true` to allow all actions by GitHub Marketplace verified creators.\"},\"patterns_allowed\":{\"type\":\"array\",\"description\":\"Specifies a list of string-matching patterns to allow specific action(s) and reusable workflow(s). Wildcards, tags, and SHAs are allowed. For example, `monalisa/octocat@*`, `monalisa/octocat@v2`, `monalisa/*`.\\\"\",\"items\":{\"type\":\"string\"}}}}" } - ] + ], + "parameters": [{ "name": "enterprise" }] }, { "url": "/enterprises/{enterprise}/audit-log", @@ -4519,6 +5797,16 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"@timestamp\":{\"type\":\"integer\",\"description\":\"The time the audit log event occurred, given as a [Unix timestamp](http://en.wikipedia.org/wiki/Unix_time).\"},\"action\":{\"type\":\"string\",\"description\":\"The name of the action that was performed, for example `user.login` or `repo.create`.\"},\"active\":{\"type\":\"boolean\"},\"active_was\":{\"type\":\"boolean\"},\"actor\":{\"type\":\"string\",\"description\":\"The actor who performed the action.\"},\"actor_id\":{\"type\":\"integer\",\"description\":\"The id of the actor who performed the action.\"},\"actor_location\":{\"type\":\"object\",\"properties\":{\"country_name\":{\"type\":\"string\"}}},\"data\":{\"type\":\"object\",\"additionalProperties\":true},\"org_id\":{\"type\":\"integer\"},\"blocked_user\":{\"type\":\"string\",\"description\":\"The username of the account being blocked.\"},\"business\":{\"type\":\"string\"},\"config\":{\"type\":\"array\",\"items\":{\"type\":\"object\"}},\"config_was\":{\"type\":\"array\",\"items\":{\"type\":\"object\"}},\"content_type\":{\"type\":\"string\"},\"created_at\":{\"type\":\"integer\",\"description\":\"The time the audit log event was recorded, given as a [Unix timestamp](http://en.wikipedia.org/wiki/Unix_time).\"},\"deploy_key_fingerprint\":{\"type\":\"string\"},\"_document_id\":{\"type\":\"string\",\"description\":\"A unique identifier for an audit event.\"},\"emoji\":{\"type\":\"string\"},\"events\":{\"type\":\"array\",\"items\":{\"type\":\"object\"}},\"events_were\":{\"type\":\"array\",\"items\":{\"type\":\"object\"}},\"explanation\":{\"type\":\"string\"},\"fingerprint\":{\"type\":\"string\"},\"hook_id\":{\"type\":\"integer\"},\"limited_availability\":{\"type\":\"boolean\"},\"message\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"old_user\":{\"type\":\"string\"},\"openssh_public_key\":{\"type\":\"string\"},\"org\":{\"type\":\"string\"},\"previous_visibility\":{\"type\":\"string\"},\"read_only\":{\"type\":\"boolean\"},\"repo\":{\"type\":\"string\",\"description\":\"The name of the repository.\"},\"repository\":{\"type\":\"string\",\"description\":\"The name of the repository.\"},\"repository_public\":{\"type\":\"boolean\"},\"target_login\":{\"type\":\"string\"},\"team\":{\"type\":\"string\"},\"transport_protocol\":{\"type\":\"integer\",\"description\":\"The type of protocol (for example, HTTP or SSH) used to transfer Git data.\"},\"transport_protocol_name\":{\"type\":\"string\",\"description\":\"A human readable name for the protocol (for example, HTTP or SSH) used to transfer Git data.\"},\"user\":{\"type\":\"string\",\"description\":\"The user that was affected by the action performed (if available).\"},\"visibility\":{\"type\":\"string\",\"description\":\"The repository visibility, for example `public` or `private`.\"}}}}" } + ], + "parameters": [ + { "name": "enterprise" }, + { "name": "phrase" }, + { "name": "include" }, + { "name": "after" }, + { "name": "before" }, + { "name": "order" }, + { "name": "page" }, + { "name": "per_page" } ] }, { @@ -4532,7 +5820,8 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"enabled_organizations\":{\"type\":\"string\",\"description\":\"The policy that controls the organizations in the enterprise that are allowed to run GitHub Actions.\",\"enum\":[\"all\",\"none\",\"selected\"]},\"selected_organizations_url\":{\"type\":\"string\",\"description\":\"The API URL to use to get or set the selected organizations that are allowed to run GitHub Actions, when `enabled_organizations` is set to `selected`.\"},\"allowed_actions\":{\"type\":\"string\",\"description\":\"The permissions policy that controls the actions and reusable workflows that are allowed to run.\",\"enum\":[\"all\",\"local_only\",\"selected\"]},\"selected_actions_url\":{\"type\":\"string\",\"description\":\"The API URL to use to get or set the actions and reusable workflows that are allowed to run, when `allowed_actions` is set to `selected`.\"}},\"required\":[\"enabled_organizations\"]}" } - ] + ], + "parameters": [{ "name": "enterprise" }] }, { "url": "/scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}", @@ -4545,6 +5834,11 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"schemas\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"id\":{\"type\":\"string\"},\"externalId\":{\"type\":\"string\",\"nullable\":true},\"displayName\":{\"type\":\"string\"},\"members\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"value\":{\"type\":\"string\"},\"$ref\":{\"type\":\"string\"},\"display\":{\"type\":\"string\"}}}},\"meta\":{\"type\":\"object\",\"properties\":{\"resourceType\":{\"type\":\"string\"},\"created\":{\"type\":\"string\"},\"lastModified\":{\"type\":\"string\"},\"location\":{\"type\":\"string\"}}}},\"required\":[\"schemas\",\"id\"]}" } + ], + "parameters": [ + { "name": "enterprise" }, + { "name": "scim_group_id" }, + { "name": "excludedAttributes" } ] }, { @@ -4558,7 +5852,8 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"schemas\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"id\":{\"type\":\"string\"},\"externalId\":{\"type\":\"string\"},\"userName\":{\"type\":\"string\"},\"name\":{\"type\":\"object\",\"properties\":{\"givenName\":{\"type\":\"string\"},\"familyName\":{\"type\":\"string\"}}},\"emails\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"value\":{\"type\":\"string\"},\"type\":{\"type\":\"string\"},\"primary\":{\"type\":\"boolean\"}}}},\"groups\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"value\":{\"type\":\"string\"}}}},\"active\":{\"type\":\"boolean\"},\"meta\":{\"type\":\"object\",\"properties\":{\"resourceType\":{\"type\":\"string\"},\"created\":{\"type\":\"string\"},\"lastModified\":{\"type\":\"string\"},\"location\":{\"type\":\"string\"}}}},\"required\":[\"schemas\",\"id\"]}" } - ] + ], + "parameters": [{ "name": "enterprise" }, { "name": "scim_user_id" }] }, { "url": "/enterprises/{enterprise}/actions/runners/{runner_id}", @@ -4571,7 +5866,8 @@ "code": 200, "schema": "{\"title\":\"Self hosted runners\",\"description\":\"A self hosted runner\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The id of the runner.\",\"type\":\"integer\",\"example\":5},\"name\":{\"description\":\"The name of the runner.\",\"type\":\"string\",\"example\":\"iMac\"},\"os\":{\"description\":\"The Operating System of the runner.\",\"type\":\"string\",\"example\":\"macos\"},\"status\":{\"description\":\"The status of the runner.\",\"type\":\"string\",\"example\":\"online\"},\"busy\":{\"type\":\"boolean\"},\"labels\":{\"type\":\"array\",\"items\":{\"title\":\"Self hosted runner label\",\"description\":\"A label for a self hosted runner\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"description\":\"Unique identifier of the label.\"},\"name\":{\"type\":\"string\",\"description\":\"Name of the label.\"},\"type\":{\"type\":\"string\",\"description\":\"The type of label. Read-only labels are applied automatically when the runner is configured.\",\"enum\":[\"read-only\",\"custom\"]}},\"required\":[\"name\"]}}},\"required\":[\"id\",\"name\",\"os\",\"status\",\"busy\",\"labels\"]}" } - ] + ], + "parameters": [{ "name": "enterprise" }, { "name": "runner_id" }] }, { "url": "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}", @@ -4584,7 +5880,8 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"number\"},\"name\":{\"type\":\"string\"},\"visibility\":{\"type\":\"string\"},\"default\":{\"type\":\"boolean\"},\"selected_organizations_url\":{\"type\":\"string\"},\"runners_url\":{\"type\":\"string\"},\"allows_public_repositories\":{\"type\":\"boolean\"},\"workflow_restrictions_read_only\":{\"description\":\"If `true`, the `restricted_to_workflows` and `selected_workflows` fields cannot be modified.\",\"type\":\"boolean\",\"default\":false},\"restricted_to_workflows\":{\"description\":\"If `true`, the runner group will be restricted to running only the workflows specified in the `selected_workflows` array.\",\"type\":\"boolean\",\"default\":false},\"selected_workflows\":{\"description\":\"List of workflows the runner group should be allowed to run. This setting will be ignored unless `restricted_to_workflows` is set to `true`.\",\"type\":\"array\",\"items\":{\"type\":\"string\",\"description\":\"Name of workflow the runner group should be allowed to run. Note that a ref, tag, or long SHA is required.\",\"example\":\"octo-org/octo-repo/.github/workflows/deploy.yaml@main\"}}},\"required\":[\"id\",\"name\",\"visibility\",\"allows_public_repositories\",\"default\",\"runners_url\"]}" } - ] + ], + "parameters": [{ "name": "enterprise" }, { "name": "runner_group_id" }] }, { "url": "/enterprise-installation/{enterprise_or_org}/server-statistics", @@ -4597,6 +5894,11 @@ "code": 200, "schema": "{\"title\":\"Server Statistics Proxy Endpoint\",\"description\":\"Response of S4 Proxy endpoint that provides GHES statistics\",\"properties\":{\"server_id\":{\"type\":\"string\"},\"collection_date\":{\"type\":\"string\"},\"schema_version\":{\"type\":\"string\"},\"ghes_version\":{\"type\":\"string\"},\"host_name\":{\"type\":\"string\"},\"github_connect\":{\"type\":\"object\",\"properties\":{\"features_enabled\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}},\"ghe_stats\":{\"type\":\"object\",\"properties\":{\"comments\":{\"type\":\"object\",\"properties\":{\"total_commit_comments\":{\"type\":\"integer\"},\"total_gist_comments\":{\"type\":\"integer\"},\"total_issue_comments\":{\"type\":\"integer\"},\"total_pull_request_comments\":{\"type\":\"integer\"}}},\"gists\":{\"type\":\"object\",\"properties\":{\"total_gists\":{\"type\":\"integer\"},\"private_gists\":{\"type\":\"integer\"},\"public_gists\":{\"type\":\"integer\"}}},\"hooks\":{\"type\":\"object\",\"properties\":{\"total_hooks\":{\"type\":\"integer\"},\"active_hooks\":{\"type\":\"integer\"},\"inactive_hooks\":{\"type\":\"integer\"}}},\"issues\":{\"type\":\"object\",\"properties\":{\"total_issues\":{\"type\":\"integer\"},\"open_issues\":{\"type\":\"integer\"},\"closed_issues\":{\"type\":\"integer\"}}},\"milestones\":{\"type\":\"object\",\"properties\":{\"total_milestones\":{\"type\":\"integer\"},\"open_milestones\":{\"type\":\"integer\"},\"closed_milestones\":{\"type\":\"integer\"}}},\"orgs\":{\"type\":\"object\",\"properties\":{\"total_orgs\":{\"type\":\"integer\"},\"disabled_orgs\":{\"type\":\"integer\"},\"total_teams\":{\"type\":\"integer\"},\"total_team_members\":{\"type\":\"integer\"}}},\"pages\":{\"type\":\"object\",\"properties\":{\"total_pages\":{\"type\":\"integer\"}}},\"pulls\":{\"type\":\"object\",\"properties\":{\"total_pulls\":{\"type\":\"integer\"},\"merged_pulls\":{\"type\":\"integer\"},\"mergeable_pulls\":{\"type\":\"integer\"},\"unmergeable_pulls\":{\"type\":\"integer\"}}},\"repos\":{\"type\":\"object\",\"properties\":{\"total_repos\":{\"type\":\"integer\"},\"root_repos\":{\"type\":\"integer\"},\"fork_repos\":{\"type\":\"integer\"},\"org_repos\":{\"type\":\"integer\"},\"total_pushes\":{\"type\":\"integer\"},\"total_wikis\":{\"type\":\"integer\"}}},\"users\":{\"type\":\"object\",\"properties\":{\"total_users\":{\"type\":\"integer\"},\"admin_users\":{\"type\":\"integer\"},\"suspended_users\":{\"type\":\"integer\"}}}}},\"dormant_users\":{\"type\":\"object\",\"properties\":{\"total_dormant_users\":{\"type\":\"integer\"},\"dormancy_threshold\":{\"type\":\"string\"}}}}}" } + ], + "parameters": [ + { "name": "enterprise_or_org" }, + { "name": "date_start" }, + { "name": "date_end" } ] }, { @@ -4614,7 +5916,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "enterprise" }, { "name": "runner_id" }] }, { "url": "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations", @@ -4627,6 +5930,12 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"total_count\":{\"type\":\"number\"},\"organizations\":{\"type\":\"array\",\"items\":{\"title\":\"Organization Simple\",\"description\":\"Organization Simple\",\"type\":\"object\",\"properties\":{\"login\":{\"type\":\"string\",\"example\":\"github\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDEyOk9yZ2FuaXphdGlvbjE=\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/repos\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/events\"},\"hooks_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/hooks\"},\"issues_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/issues\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/members{/member}\"},\"public_members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/public_members{/member}\"},\"avatar_url\":{\"type\":\"string\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"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\"]}}},\"required\":[\"total_count\",\"organizations\"]}" } + ], + "parameters": [ + { "name": "enterprise" }, + { "name": "runner_group_id" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -4640,6 +5949,13 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"schemas\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"totalResults\":{\"type\":\"number\"},\"itemsPerPage\":{\"type\":\"number\"},\"startIndex\":{\"type\":\"number\"},\"Resources\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"schemas\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"id\":{\"type\":\"string\"},\"externalId\":{\"type\":\"string\",\"nullable\":true},\"displayName\":{\"type\":\"string\"},\"members\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"value\":{\"type\":\"string\"},\"$ref\":{\"type\":\"string\"},\"display\":{\"type\":\"string\"}}}},\"meta\":{\"type\":\"object\",\"properties\":{\"resourceType\":{\"type\":\"string\"},\"created\":{\"type\":\"string\"},\"lastModified\":{\"type\":\"string\"},\"location\":{\"type\":\"string\"}}}},\"required\":[\"schemas\",\"id\"]}}},\"required\":[\"schemas\",\"totalResults\",\"itemsPerPage\",\"startIndex\",\"Resources\"]}" } + ], + "parameters": [ + { "name": "enterprise" }, + { "name": "startIndex" }, + { "name": "count" }, + { "name": "filter" }, + { "name": "excludedAttributes" } ] }, { @@ -4653,6 +5969,12 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"schemas\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"totalResults\":{\"type\":\"number\"},\"itemsPerPage\":{\"type\":\"number\"},\"startIndex\":{\"type\":\"number\"},\"Resources\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"schemas\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"id\":{\"type\":\"string\"},\"externalId\":{\"type\":\"string\"},\"userName\":{\"type\":\"string\"},\"name\":{\"type\":\"object\",\"properties\":{\"givenName\":{\"type\":\"string\"},\"familyName\":{\"type\":\"string\"}}},\"emails\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"value\":{\"type\":\"string\"},\"primary\":{\"type\":\"boolean\"},\"type\":{\"type\":\"string\"}}}},\"groups\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"value\":{\"type\":\"string\"}}}},\"active\":{\"type\":\"boolean\"},\"meta\":{\"type\":\"object\",\"properties\":{\"resourceType\":{\"type\":\"string\"},\"created\":{\"type\":\"string\"},\"lastModified\":{\"type\":\"string\"},\"location\":{\"type\":\"string\"}}}},\"required\":[\"schemas\",\"id\"]}}},\"required\":[\"schemas\",\"totalResults\",\"itemsPerPage\",\"startIndex\",\"Resources\"]}" } + ], + "parameters": [ + { "name": "enterprise" }, + { "name": "startIndex" }, + { "name": "count" }, + { "name": "filter" } ] }, { @@ -4666,7 +5988,8 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Runner Application\",\"description\":\"Runner Application\",\"type\":\"object\",\"properties\":{\"os\":{\"type\":\"string\"},\"architecture\":{\"type\":\"string\"},\"download_url\":{\"type\":\"string\"},\"filename\":{\"type\":\"string\"},\"temp_download_token\":{\"description\":\"A short lived bearer token used to download the runner, if needed.\",\"type\":\"string\"},\"sha256_checksum\":{\"type\":\"string\"}},\"required\":[\"os\",\"architecture\",\"download_url\",\"filename\"]}}" } - ] + ], + "parameters": [{ "name": "enterprise" }] }, { "url": "/enterprises/{enterprise}/actions/permissions/organizations", @@ -4679,6 +6002,11 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"total_count\":{\"type\":\"number\"},\"organizations\":{\"type\":\"array\",\"items\":{\"title\":\"Organization Simple\",\"description\":\"Organization Simple\",\"type\":\"object\",\"properties\":{\"login\":{\"type\":\"string\",\"example\":\"github\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDEyOk9yZ2FuaXphdGlvbjE=\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/repos\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/events\"},\"hooks_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/hooks\"},\"issues_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/issues\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/members{/member}\"},\"public_members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/public_members{/member}\"},\"avatar_url\":{\"type\":\"string\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"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\"]}}},\"required\":[\"total_count\",\"organizations\"]}" } + ], + "parameters": [ + { "name": "enterprise" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -4692,6 +6020,12 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"total_count\":{\"type\":\"number\"},\"runner_groups\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"number\"},\"name\":{\"type\":\"string\"},\"visibility\":{\"type\":\"string\"},\"default\":{\"type\":\"boolean\"},\"selected_organizations_url\":{\"type\":\"string\"},\"runners_url\":{\"type\":\"string\"},\"allows_public_repositories\":{\"type\":\"boolean\"},\"workflow_restrictions_read_only\":{\"description\":\"If `true`, the `restricted_to_workflows` and `selected_workflows` fields cannot be modified.\",\"type\":\"boolean\",\"default\":false},\"restricted_to_workflows\":{\"description\":\"If `true`, the runner group will be restricted to running only the workflows specified in the `selected_workflows` array.\",\"type\":\"boolean\",\"default\":false},\"selected_workflows\":{\"description\":\"List of workflows the runner group should be allowed to run. This setting will be ignored unless `restricted_to_workflows` is set to `true`.\",\"type\":\"array\",\"items\":{\"type\":\"string\",\"description\":\"Name of workflow the runner group should be allowed to run. Note that a ref, tag, or long SHA is required.\",\"example\":\"octo-org/octo-repo/.github/workflows/deploy.yaml@main\"}}},\"required\":[\"id\",\"name\",\"visibility\",\"allows_public_repositories\",\"default\",\"runners_url\"]}}},\"required\":[\"total_count\",\"runner_groups\"]}" } + ], + "parameters": [ + { "name": "enterprise" }, + { "name": "per_page" }, + { "name": "page" }, + { "name": "visible_to_organization" } ] }, { @@ -4705,6 +6039,11 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"total_count\":{\"type\":\"number\"},\"runners\":{\"type\":\"array\",\"items\":{\"title\":\"Self hosted runners\",\"description\":\"A self hosted runner\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The id of the runner.\",\"type\":\"integer\",\"example\":5},\"name\":{\"description\":\"The name of the runner.\",\"type\":\"string\",\"example\":\"iMac\"},\"os\":{\"description\":\"The Operating System of the runner.\",\"type\":\"string\",\"example\":\"macos\"},\"status\":{\"description\":\"The status of the runner.\",\"type\":\"string\",\"example\":\"online\"},\"busy\":{\"type\":\"boolean\"},\"labels\":{\"type\":\"array\",\"items\":{\"title\":\"Self hosted runner label\",\"description\":\"A label for a self hosted runner\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"description\":\"Unique identifier of the label.\"},\"name\":{\"type\":\"string\",\"description\":\"Name of the label.\"},\"type\":{\"type\":\"string\",\"description\":\"The type of label. Read-only labels are applied automatically when the runner is configured.\",\"enum\":[\"read-only\",\"custom\"]}},\"required\":[\"name\"]}}},\"required\":[\"id\",\"name\",\"os\",\"status\",\"busy\",\"labels\"]}}}}" } + ], + "parameters": [ + { "name": "enterprise" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -4718,6 +6057,12 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"total_count\":{\"type\":\"number\"},\"runners\":{\"type\":\"array\",\"items\":{\"title\":\"Self hosted runners\",\"description\":\"A self hosted runner\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The id of the runner.\",\"type\":\"integer\",\"example\":5},\"name\":{\"description\":\"The name of the runner.\",\"type\":\"string\",\"example\":\"iMac\"},\"os\":{\"description\":\"The Operating System of the runner.\",\"type\":\"string\",\"example\":\"macos\"},\"status\":{\"description\":\"The status of the runner.\",\"type\":\"string\",\"example\":\"online\"},\"busy\":{\"type\":\"boolean\"},\"labels\":{\"type\":\"array\",\"items\":{\"title\":\"Self hosted runner label\",\"description\":\"A label for a self hosted runner\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"description\":\"Unique identifier of the label.\"},\"name\":{\"type\":\"string\",\"description\":\"Name of the label.\"},\"type\":{\"type\":\"string\",\"description\":\"The type of label. Read-only labels are applied automatically when the runner is configured.\",\"enum\":[\"read-only\",\"custom\"]}},\"required\":[\"name\"]}}},\"required\":[\"id\",\"name\",\"os\",\"status\",\"busy\",\"labels\"]}}},\"required\":[\"total_count\",\"runners\"]}" } + ], + "parameters": [ + { "name": "enterprise" }, + { "name": "runner_group_id" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -4731,6 +6076,13 @@ "code": 201, "schema": "{\"type\":\"object\",\"properties\":{\"schemas\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"id\":{\"type\":\"string\"},\"externalId\":{\"type\":\"string\",\"nullable\":true},\"displayName\":{\"type\":\"string\"},\"members\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"value\":{\"type\":\"string\"},\"$ref\":{\"type\":\"string\"},\"display\":{\"type\":\"string\"}}}},\"meta\":{\"type\":\"object\",\"properties\":{\"resourceType\":{\"type\":\"string\"},\"created\":{\"type\":\"string\"},\"lastModified\":{\"type\":\"string\"},\"location\":{\"type\":\"string\"}}}},\"required\":[\"schemas\",\"id\"]}" } + ], + "parameters": [ + { "name": "enterprise" }, + { "name": "schemas" }, + { "name": "displayName" }, + { "name": "members" }, + { "name": "members[].value" } ] }, { @@ -4744,6 +6096,20 @@ "code": 201, "schema": "{\"type\":\"object\",\"properties\":{\"schemas\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"id\":{\"type\":\"string\"},\"externalId\":{\"type\":\"string\"},\"userName\":{\"type\":\"string\"},\"name\":{\"type\":\"object\",\"properties\":{\"givenName\":{\"type\":\"string\"},\"familyName\":{\"type\":\"string\"}}},\"emails\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"value\":{\"type\":\"string\"},\"type\":{\"type\":\"string\"},\"primary\":{\"type\":\"boolean\"}}}},\"groups\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"value\":{\"type\":\"string\"}}}},\"active\":{\"type\":\"boolean\"},\"meta\":{\"type\":\"object\",\"properties\":{\"resourceType\":{\"type\":\"string\"},\"created\":{\"type\":\"string\"},\"lastModified\":{\"type\":\"string\"},\"location\":{\"type\":\"string\"}}}},\"required\":[\"schemas\",\"id\"]}" } + ], + "parameters": [ + { "name": "enterprise" }, + { "name": "schemas" }, + { "name": "userName" }, + { "name": "name" }, + { "name": "name.givenName" }, + { "name": "name.familyName" }, + { "name": "emails" }, + { "name": "emails[].value" }, + { "name": "emails[].type" }, + { "name": "emails[].primary" }, + { "name": "groups" }, + { "name": "groups[].value" } ] }, { @@ -4765,7 +6131,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error Simple\",\"description\":\"Validation Error Simple\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } - ] + ], + "parameters": [{ "name": "enterprise" }, { "name": "runner_id" }] }, { "url": "/enterprises/{enterprise}/actions/runners/{runner_id}/labels/{name}", @@ -4786,6 +6153,11 @@ "code": 422, "schema": "{\"title\":\"Validation Error Simple\",\"description\":\"Validation Error Simple\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } + ], + "parameters": [ + { "name": "enterprise" }, + { "name": "runner_id" }, + { "name": "name" } ] }, { @@ -4794,7 +6166,12 @@ "scope": "enterprise-admin", "documentationUrl": "https://docs.github.com/rest/reference/actions#remove-organization-access-to-a-self-hosted-runner-group-in-an-enterprise", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "enterprise" }, + { "name": "runner_group_id" }, + { "name": "org_id" } + ] }, { "url": "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners/{runner_id}", @@ -4802,7 +6179,12 @@ "scope": "enterprise-admin", "documentationUrl": "https://docs.github.com/rest/reference/actions#remove-a-self-hosted-runner-from-a-group-for-an-enterprise", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "enterprise" }, + { "name": "runner_group_id" }, + { "name": "runner_id" } + ] }, { "url": "/enterprises/{enterprise}/actions/permissions/selected-actions", @@ -4810,7 +6192,13 @@ "scope": "enterprise-admin", "documentationUrl": "https://docs.github.com/rest/reference/actions#set-allowed-actions-for-an-enterprise", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "enterprise" }, + { "name": "github_owned_allowed" }, + { "name": "verified_allowed" }, + { "name": "patterns_allowed" } + ] }, { "url": "/enterprises/{enterprise}/actions/runners/{runner_id}/labels", @@ -4831,6 +6219,11 @@ "code": 422, "schema": "{\"title\":\"Validation Error Simple\",\"description\":\"Validation Error Simple\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } + ], + "parameters": [ + { "name": "enterprise" }, + { "name": "runner_id" }, + { "name": "labels" } ] }, { @@ -4839,7 +6232,12 @@ "scope": "enterprise-admin", "documentationUrl": "https://docs.github.com/rest/reference/actions#set-github-actions-permissions-for-an-enterprise", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "enterprise" }, + { "name": "enabled_organizations" }, + { "name": "allowed_actions" } + ] }, { "url": "/scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}", @@ -4852,6 +6250,14 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"schemas\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"id\":{\"type\":\"string\"},\"externalId\":{\"type\":\"string\",\"nullable\":true},\"displayName\":{\"type\":\"string\"},\"members\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"value\":{\"type\":\"string\"},\"$ref\":{\"type\":\"string\"},\"display\":{\"type\":\"string\"}}}},\"meta\":{\"type\":\"object\",\"properties\":{\"resourceType\":{\"type\":\"string\"},\"created\":{\"type\":\"string\"},\"lastModified\":{\"type\":\"string\"},\"location\":{\"type\":\"string\"}}}},\"required\":[\"schemas\",\"id\"]}" } + ], + "parameters": [ + { "name": "enterprise" }, + { "name": "scim_group_id" }, + { "name": "schemas" }, + { "name": "displayName" }, + { "name": "members" }, + { "name": "members[].value" } ] }, { @@ -4865,6 +6271,21 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"schemas\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"id\":{\"type\":\"string\"},\"externalId\":{\"type\":\"string\"},\"userName\":{\"type\":\"string\"},\"name\":{\"type\":\"object\",\"properties\":{\"givenName\":{\"type\":\"string\"},\"familyName\":{\"type\":\"string\"}}},\"emails\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"value\":{\"type\":\"string\"},\"type\":{\"type\":\"string\"},\"primary\":{\"type\":\"boolean\"}}}},\"groups\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"value\":{\"type\":\"string\"}}}},\"active\":{\"type\":\"boolean\"},\"meta\":{\"type\":\"object\",\"properties\":{\"resourceType\":{\"type\":\"string\"},\"created\":{\"type\":\"string\"},\"lastModified\":{\"type\":\"string\"},\"location\":{\"type\":\"string\"}}}},\"required\":[\"schemas\",\"id\"]}" } + ], + "parameters": [ + { "name": "enterprise" }, + { "name": "scim_user_id" }, + { "name": "schemas" }, + { "name": "userName" }, + { "name": "name" }, + { "name": "name.givenName" }, + { "name": "name.familyName" }, + { "name": "emails" }, + { "name": "emails[].value" }, + { "name": "emails[].type" }, + { "name": "emails[].primary" }, + { "name": "groups" }, + { "name": "groups[].value" } ] }, { @@ -4873,7 +6294,12 @@ "scope": "enterprise-admin", "documentationUrl": "https://docs.github.com/rest/reference/actions#set-organization-access-to-a-self-hosted-runner-group-in-an-enterprise", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "enterprise" }, + { "name": "runner_group_id" }, + { "name": "selected_organization_ids" } + ] }, { "url": "/enterprises/{enterprise}/actions/permissions/organizations", @@ -4881,7 +6307,11 @@ "scope": "enterprise-admin", "documentationUrl": "https://docs.github.com/rest/reference/actions#set-selected-organizations-enabled-for-github-actions-in-an-enterprise", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "enterprise" }, + { "name": "selected_organization_ids" } + ] }, { "url": "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners", @@ -4889,7 +6319,12 @@ "scope": "enterprise-admin", "documentationUrl": "https://docs.github.com/rest/reference/actions#set-self-hosted-runners-in-a-group-for-an-enterprise", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "enterprise" }, + { "name": "runner_group_id" }, + { "name": "runners" } + ] }, { "url": "/scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}", @@ -4902,6 +6337,15 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"schemas\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"id\":{\"type\":\"string\"},\"externalId\":{\"type\":\"string\",\"nullable\":true},\"displayName\":{\"type\":\"string\"},\"members\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"value\":{\"type\":\"string\"},\"$ref\":{\"type\":\"string\"},\"display\":{\"type\":\"string\"}}}},\"meta\":{\"type\":\"object\",\"properties\":{\"resourceType\":{\"type\":\"string\"},\"created\":{\"type\":\"string\"},\"lastModified\":{\"type\":\"string\"},\"location\":{\"type\":\"string\"}}}},\"required\":[\"schemas\",\"id\"]}" } + ], + "parameters": [ + { "name": "enterprise" }, + { "name": "scim_group_id" }, + { "name": "schemas" }, + { "name": "Operations" }, + { "name": "Operations[].op" }, + { "name": "Operations[].path" }, + { "name": "Operations[].value" } ] }, { @@ -4915,6 +6359,12 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"schemas\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"id\":{\"type\":\"string\"},\"externalId\":{\"type\":\"string\"},\"userName\":{\"type\":\"string\"},\"name\":{\"type\":\"object\",\"properties\":{\"givenName\":{\"type\":\"string\"},\"familyName\":{\"type\":\"string\"}}},\"emails\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"value\":{\"type\":\"string\"},\"type\":{\"type\":\"string\"},\"primary\":{\"type\":\"boolean\"}}}},\"groups\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"value\":{\"type\":\"string\"}}}},\"active\":{\"type\":\"boolean\"},\"meta\":{\"type\":\"object\",\"properties\":{\"resourceType\":{\"type\":\"string\"},\"created\":{\"type\":\"string\"},\"lastModified\":{\"type\":\"string\"},\"location\":{\"type\":\"string\"}}}},\"required\":[\"schemas\",\"id\"]}" } + ], + "parameters": [ + { "name": "enterprise" }, + { "name": "scim_user_id" }, + { "name": "schemas" }, + { "name": "Operations" } ] }, { @@ -4928,6 +6378,15 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"number\"},\"name\":{\"type\":\"string\"},\"visibility\":{\"type\":\"string\"},\"default\":{\"type\":\"boolean\"},\"selected_organizations_url\":{\"type\":\"string\"},\"runners_url\":{\"type\":\"string\"},\"allows_public_repositories\":{\"type\":\"boolean\"},\"workflow_restrictions_read_only\":{\"description\":\"If `true`, the `restricted_to_workflows` and `selected_workflows` fields cannot be modified.\",\"type\":\"boolean\",\"default\":false},\"restricted_to_workflows\":{\"description\":\"If `true`, the runner group will be restricted to running only the workflows specified in the `selected_workflows` array.\",\"type\":\"boolean\",\"default\":false},\"selected_workflows\":{\"description\":\"List of workflows the runner group should be allowed to run. This setting will be ignored unless `restricted_to_workflows` is set to `true`.\",\"type\":\"array\",\"items\":{\"type\":\"string\",\"description\":\"Name of workflow the runner group should be allowed to run. Note that a ref, tag, or long SHA is required.\",\"example\":\"octo-org/octo-repo/.github/workflows/deploy.yaml@main\"}}},\"required\":[\"id\",\"name\",\"visibility\",\"allows_public_repositories\",\"default\",\"runners_url\"]}" } + ], + "parameters": [ + { "name": "enterprise" }, + { "name": "runner_group_id" }, + { "name": "name" }, + { "name": "visibility" }, + { "name": "allows_public_repositories" }, + { "name": "restricted_to_workflows" }, + { "name": "selected_workflows" } ] }, { @@ -4947,7 +6406,8 @@ "code": 404, "schema": "{\"type\":\"object\",\"properties\":{},\"additionalProperties\":false}" } - ] + ], + "parameters": [{ "name": "gist_id" }] }, { "url": "/gists", @@ -4973,6 +6433,13 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "description" }, + { "name": "files" }, + { "name": "files.*" }, + { "name": "files.*.content" }, + { "name": "public" } ] }, { @@ -4995,7 +6462,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "gist_id" }, { "name": "body" }] }, { "url": "/gists/{gist_id}", @@ -5014,7 +6482,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "gist_id" }] }, { "url": "/gists/{gist_id}/comments/{comment_id}", @@ -5033,7 +6502,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "gist_id" }, { "name": "comment_id" }] }, { "url": "/gists/{gist_id}/forks", @@ -5059,7 +6529,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "gist_id" }] }, { "url": "/gists/{gist_id}", @@ -5081,7 +6552,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "gist_id" }] }, { "url": "/gists/{gist_id}/comments/{comment_id}", @@ -5103,7 +6575,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "gist_id" }, { "name": "comment_id" }] }, { "url": "/gists/{gist_id}/{sha}", @@ -5128,7 +6601,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "gist_id" }, { "name": "sha" }] }, { "url": "/gists", @@ -5146,6 +6620,11 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "since" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -5168,6 +6647,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "gist_id" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -5190,6 +6674,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "gist_id" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -5207,6 +6696,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "username" }, + { "name": "since" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -5229,6 +6724,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "gist_id" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -5251,6 +6751,11 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "since" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -5273,6 +6778,11 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "since" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -5292,7 +6802,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "gist_id" }] }, { "url": "/gists/{gist_id}/star", @@ -5311,7 +6822,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "gist_id" }] }, { "url": "/gists/{gist_id}", @@ -5332,6 +6844,14 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "gist_id" }, + { "name": "description" }, + { "name": "files" }, + { "name": "files.*" }, + { "name": "files.*.content" }, + { "name": "files.*.filename" } ] }, { @@ -5349,6 +6869,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "gist_id" }, + { "name": "comment_id" }, + { "name": "body" } ] }, { @@ -5378,6 +6903,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "content" }, + { "name": "encoding" } ] }, { @@ -5399,6 +6930,22 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "message" }, + { "name": "tree" }, + { "name": "parents" }, + { "name": "author" }, + { "name": "author.name" }, + { "name": "author.email" }, + { "name": "author.date" }, + { "name": "committer" }, + { "name": "committer.name" }, + { "name": "committer.email" }, + { "name": "committer.date" }, + { "name": "signature" } ] }, { @@ -5416,6 +6963,13 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "ref" }, + { "name": "sha" }, + { "name": "key" } ] }, { @@ -5433,6 +6987,18 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "tag" }, + { "name": "message" }, + { "name": "object" }, + { "name": "type" }, + { "name": "tagger" }, + { "name": "tagger.name" }, + { "name": "tagger.email" }, + { "name": "tagger.date" } ] }, { @@ -5458,6 +7024,17 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "tree" }, + { "name": "tree[].path" }, + { "name": "tree[].mode" }, + { "name": "tree[].type" }, + { "name": "tree[].sha" }, + { "name": "tree[].content" }, + { "name": "base_tree" } ] }, { @@ -5472,7 +7049,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }, { "name": "ref" }] }, { "url": "/repos/{owner}/{repo}/git/blobs/{file_sha}", @@ -5497,6 +7075,11 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "file_sha" } ] }, { @@ -5514,6 +7097,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "commit_sha" } ] }, { @@ -5531,7 +7119,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }, { "name": "ref" }] }, { "url": "/repos/{owner}/{repo}/git/tags/{tag_sha}", @@ -5548,6 +7137,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "tag_sha" } ] }, { @@ -5569,6 +7163,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "tree_sha" }, + { "name": "recursive" } ] }, { @@ -5582,6 +7182,13 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Git Reference\",\"description\":\"Git references within a repository\",\"type\":\"object\",\"properties\":{\"ref\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"object\":{\"type\":\"object\",\"properties\":{\"type\":{\"type\":\"string\"},\"sha\":{\"description\":\"SHA for the reference\",\"example\":\"7638417db6d59f3c431d3e1f261cc637155684cd\",\"type\":\"string\",\"minLength\":40,\"maxLength\":40},\"url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"type\",\"sha\",\"url\"]}},\"required\":[\"ref\",\"node_id\",\"url\",\"object\"]}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "ref" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -5599,6 +7206,13 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "ref" }, + { "name": "sha" }, + { "name": "force" } ] }, { @@ -5613,7 +7227,8 @@ "schema": "{\"type\":\"array\",\"items\":{\"type\":\"string\"}}" }, { "code": 304, "schema": null } - ] + ], + "parameters": [] }, { "url": "/gitignore/templates/{name}", @@ -5627,7 +7242,8 @@ "schema": "{\"title\":\"Gitignore Template\",\"description\":\"Gitignore Template\",\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\",\"example\":\"C\"},\"source\":{\"type\":\"string\",\"example\":\"# Object files\\n*.o\\n\\n# Libraries\\n*.lib\\n*.a\\n\\n# Shared objects (inc. Windows DLLs)\\n*.dll\\n*.so\\n*.so.*\\n*.dylib\\n\\n# Executables\\n*.exe\\n*.out\\n*.app\\n\"}},\"required\":[\"name\",\"source\"]}" }, { "code": 304, "schema": null } - ] + ], + "parameters": [{ "name": "name" }] }, { "url": "/user/interaction-limits", @@ -5641,7 +7257,8 @@ "schema": "{\"anyOf\":[{\"title\":\"Interaction Limits\",\"description\":\"Interaction limit settings.\",\"type\":\"object\",\"properties\":{\"limit\":{\"type\":\"string\",\"description\":\"The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit is in effect.\",\"example\":\"collaborators_only\",\"enum\":[\"existing_users\",\"contributors_only\",\"collaborators_only\"]},\"origin\":{\"type\":\"string\",\"example\":\"repository\"},\"expires_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-08-17T04:18:39Z\"}},\"required\":[\"limit\",\"origin\",\"expires_at\"]},{\"type\":\"object\",\"properties\":{},\"additionalProperties\":false}]}" }, { "code": 204, "schema": null } - ] + ], + "parameters": [] }, { "url": "/orgs/{org}/interaction-limits", @@ -5654,7 +7271,8 @@ "code": 200, "schema": "{\"anyOf\":[{\"title\":\"Interaction Limits\",\"description\":\"Interaction limit settings.\",\"type\":\"object\",\"properties\":{\"limit\":{\"type\":\"string\",\"description\":\"The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit is in effect.\",\"example\":\"collaborators_only\",\"enum\":[\"existing_users\",\"contributors_only\",\"collaborators_only\"]},\"origin\":{\"type\":\"string\",\"example\":\"repository\"},\"expires_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-08-17T04:18:39Z\"}},\"required\":[\"limit\",\"origin\",\"expires_at\"]},{\"type\":\"object\",\"properties\":{},\"additionalProperties\":false}]}" } - ] + ], + "parameters": [{ "name": "org" }] }, { "url": "/repos/{owner}/{repo}/interaction-limits", @@ -5667,7 +7285,8 @@ "code": 200, "schema": "{\"anyOf\":[{\"title\":\"Interaction Limits\",\"description\":\"Interaction limit settings.\",\"type\":\"object\",\"properties\":{\"limit\":{\"type\":\"string\",\"description\":\"The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit is in effect.\",\"example\":\"collaborators_only\",\"enum\":[\"existing_users\",\"contributors_only\",\"collaborators_only\"]},\"origin\":{\"type\":\"string\",\"example\":\"repository\"},\"expires_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-08-17T04:18:39Z\"}},\"required\":[\"limit\",\"origin\",\"expires_at\"]},{\"type\":\"object\",\"properties\":{},\"additionalProperties\":false}]}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/user/interaction-limits", @@ -5681,7 +7300,8 @@ "schema": "{\"anyOf\":[{\"title\":\"Interaction Limits\",\"description\":\"Interaction limit settings.\",\"type\":\"object\",\"properties\":{\"limit\":{\"type\":\"string\",\"description\":\"The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit is in effect.\",\"example\":\"collaborators_only\",\"enum\":[\"existing_users\",\"contributors_only\",\"collaborators_only\"]},\"origin\":{\"type\":\"string\",\"example\":\"repository\"},\"expires_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-08-17T04:18:39Z\"}},\"required\":[\"limit\",\"origin\",\"expires_at\"]},{\"type\":\"object\",\"properties\":{},\"additionalProperties\":false}]}" }, { "code": 204, "schema": null } - ] + ], + "parameters": [] }, { "url": "/user/interaction-limits", @@ -5689,7 +7309,8 @@ "scope": "interactions", "documentationUrl": "https://docs.github.com/rest/reference/interactions#remove-interaction-restrictions-from-your-public-repositories", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [] }, { "url": "/orgs/{org}/interaction-limits", @@ -5697,7 +7318,8 @@ "scope": "interactions", "documentationUrl": "https://docs.github.com/rest/reference/interactions#remove-interaction-restrictions-for-an-organization", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [{ "name": "org" }] }, { "url": "/repos/{owner}/{repo}/interaction-limits", @@ -5708,7 +7330,8 @@ "responses": [ { "code": 204, "schema": null }, { "code": 409, "schema": null } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/user/interaction-limits", @@ -5716,7 +7339,8 @@ "scope": "interactions", "documentationUrl": "https://docs.github.com/rest/reference/interactions#remove-interaction-restrictions-from-your-public-repositories", "renamed": { "note": null }, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [] }, { "url": "/user/interaction-limits", @@ -5733,7 +7357,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "limit" }, { "name": "expiry" }] }, { "url": "/orgs/{org}/interaction-limits", @@ -5750,7 +7375,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "org" }, { "name": "limit" }, { "name": "expiry" }] }, { "url": "/repos/{owner}/{repo}/interaction-limits", @@ -5764,6 +7390,12 @@ "schema": "{\"title\":\"Interaction Limits\",\"description\":\"Interaction limit settings.\",\"type\":\"object\",\"properties\":{\"limit\":{\"type\":\"string\",\"description\":\"The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit is in effect.\",\"example\":\"collaborators_only\",\"enum\":[\"existing_users\",\"contributors_only\",\"collaborators_only\"]},\"origin\":{\"type\":\"string\",\"example\":\"repository\"},\"expires_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-08-17T04:18:39Z\"}},\"required\":[\"limit\",\"origin\",\"expires_at\"]}" }, { "code": 409, "schema": null } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "limit" }, + { "name": "expiry" } ] }, { @@ -5781,7 +7413,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "limit" }, { "name": "expiry" }] }, { "url": "/repos/{owner}/{repo}/issues/{issue_number}/assignees", @@ -5794,6 +7427,12 @@ "code": 201, "schema": "{\"title\":\"Issue\",\"description\":\"Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"url\":{\"description\":\"URL for the issue\",\"example\":\"https://api.github.com/repositories/42/issues/1\",\"type\":\"string\",\"format\":\"uri\"},\"repository_url\":{\"type\":\"string\",\"format\":\"uri\"},\"labels_url\":{\"type\":\"string\"},\"comments_url\":{\"type\":\"string\",\"format\":\"uri\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"},\"number\":{\"description\":\"Number uniquely identifying the issue within its repository\",\"example\":42,\"type\":\"integer\"},\"state\":{\"description\":\"State of the issue; either 'open' or 'closed'\",\"example\":\"open\",\"type\":\"string\"},\"state_reason\":{\"description\":\"The reason for the current state\",\"example\":\"not_planned\",\"type\":\"string\",\"nullable\":true},\"title\":{\"description\":\"Title of the issue\",\"example\":\"Widget creation fails in Safari on OS X 10.8\",\"type\":\"string\"},\"body\":{\"description\":\"Contents of the issue\",\"example\":\"It looks like the new widget form is broken on Safari. When I try and create the widget, Safari crashes. This is reproducible on 10.8, but not 10.9. Maybe a browser bug?\",\"type\":\"string\",\"nullable\":true},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"labels\":{\"description\":\"Labels to associate with this issue; pass one or more label names to replace the set of labels on this issue; send an empty array to clear all labels from the issue; note that the labels are silently dropped for users without push access to the repository\",\"example\":[\"bug\",\"registration\"],\"type\":\"array\",\"items\":{\"oneOf\":[{\"type\":\"string\"},{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"format\":\"int64\"},\"node_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"name\":{\"type\":\"string\"},\"description\":{\"type\":\"string\",\"nullable\":true},\"color\":{\"type\":\"string\",\"nullable\":true},\"default\":{\"type\":\"boolean\"}}}]}},\"assignee\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"assignees\":{\"type\":\"array\",\"items\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"nullable\":true},\"milestone\":{\"title\":\"Milestone\",\"description\":\"A collection of related issues and pull requests.\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/milestones/1\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World/milestones/v1.0\"},\"labels_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/milestones/1/labels\"},\"id\":{\"type\":\"integer\",\"example\":1002604},\"node_id\":{\"type\":\"string\",\"example\":\"MDk6TWlsZXN0b25lMTAwMjYwNA==\"},\"number\":{\"description\":\"The number of the milestone.\",\"type\":\"integer\",\"example\":42},\"state\":{\"description\":\"The state of the milestone.\",\"example\":\"open\",\"type\":\"string\",\"enum\":[\"open\",\"closed\"],\"default\":\"open\"},\"title\":{\"description\":\"The title of the milestone.\",\"example\":\"v1.0\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"Tracking milestone for version 1.0\",\"nullable\":true},\"creator\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"open_issues\":{\"type\":\"integer\",\"example\":4},\"closed_issues\":{\"type\":\"integer\",\"example\":8},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-10T20:09:31Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2014-03-03T18:58:10Z\"},\"closed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2013-02-12T13:22:01Z\",\"nullable\":true},\"due_on\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-10-09T23:39:01Z\",\"nullable\":true}},\"required\":[\"closed_issues\",\"creator\",\"description\",\"due_on\",\"closed_at\",\"id\",\"node_id\",\"labels_url\",\"html_url\",\"number\",\"open_issues\",\"state\",\"title\",\"url\",\"created_at\",\"updated_at\"],\"nullable\":true},\"locked\":{\"type\":\"boolean\"},\"active_lock_reason\":{\"type\":\"string\",\"nullable\":true},\"comments\":{\"type\":\"integer\"},\"pull_request\":{\"type\":\"object\",\"properties\":{\"merged_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"diff_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"patch_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"diff_url\",\"html_url\",\"patch_url\",\"url\"]},\"closed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"draft\":{\"type\":\"boolean\"},\"closed_by\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"body_html\":{\"type\":\"string\"},\"body_text\":{\"type\":\"string\"},\"timeline_url\":{\"type\":\"string\",\"format\":\"uri\"},\"repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"]},\"performed_via_github_app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"author_association\":{\"title\":\"author_association\",\"type\":\"string\",\"example\":\"OWNER\",\"description\":\"How the author is associated with the repository.\",\"enum\":[\"COLLABORATOR\",\"CONTRIBUTOR\",\"FIRST_TIMER\",\"FIRST_TIME_CONTRIBUTOR\",\"MANNEQUIN\",\"MEMBER\",\"NONE\",\"OWNER\"]},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"assignee\",\"closed_at\",\"comments\",\"comments_url\",\"events_url\",\"html_url\",\"id\",\"node_id\",\"labels\",\"labels_url\",\"milestone\",\"number\",\"repository_url\",\"state\",\"locked\",\"title\",\"url\",\"user\",\"author_association\",\"created_at\",\"updated_at\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "issue_number" }, + { "name": "assignees" } ] }, { @@ -5815,6 +7454,13 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "issue_number" }, + { "name": "labels" }, + { "name": "labels[].name" } ] }, { @@ -5829,6 +7475,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "assignee" } ] }, { @@ -5862,6 +7513,16 @@ "code": 503, "schema": "{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "title" }, + { "name": "body" }, + { "name": "assignee" }, + { "name": "milestone" }, + { "name": "labels" }, + { "name": "assignees" } ] }, { @@ -5891,6 +7552,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "issue_number" }, + { "name": "body" } ] }, { @@ -5912,6 +7579,13 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "name" }, + { "name": "color" }, + { "name": "description" } ] }, { @@ -5933,6 +7607,14 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "title" }, + { "name": "state" }, + { "name": "description" }, + { "name": "due_on" } ] }, { @@ -5941,7 +7623,12 @@ "scope": "issues", "documentationUrl": "https://docs.github.com/rest/reference/issues#delete-an-issue-comment", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "comment_id" } + ] }, { "url": "/repos/{owner}/{repo}/labels/{name}", @@ -5949,7 +7636,8 @@ "scope": "issues", "documentationUrl": "https://docs.github.com/rest/reference/issues#delete-a-label", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [{ "name": "owner" }, { "name": "repo" }, { "name": "name" }] }, { "url": "/repos/{owner}/{repo}/milestones/{milestone_number}", @@ -5963,6 +7651,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "milestone_number" } ] }, { @@ -5989,6 +7682,11 @@ "code": 410, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "issue_number" } ] }, { @@ -6006,6 +7704,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "comment_id" } ] }, { @@ -6031,6 +7734,11 @@ "code": 410, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "event_id" } ] }, { @@ -6048,7 +7756,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }, { "name": "name" }] }, { "url": "/repos/{owner}/{repo}/milestones/{milestone_number}", @@ -6065,6 +7774,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "milestone_number" } ] }, { @@ -6087,6 +7801,20 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "filter" }, + { "name": "state" }, + { "name": "labels" }, + { "name": "sort" }, + { "name": "direction" }, + { "name": "since" }, + { "name": "collab" }, + { "name": "orgs" }, + { "name": "owned" }, + { "name": "pulls" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -6104,6 +7832,12 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -6125,6 +7859,14 @@ "code": 410, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "issue_number" }, + { "name": "since" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -6146,6 +7888,15 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "sort" }, + { "name": "direction" }, + { "name": "since" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -6163,6 +7914,13 @@ "code": 410, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "issue_number" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -6180,6 +7938,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -6201,6 +7965,13 @@ "code": 410, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "issue_number" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -6219,6 +7990,16 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "filter" }, + { "name": "state" }, + { "name": "labels" }, + { "name": "sort" }, + { "name": "direction" }, + { "name": "since" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -6236,6 +8017,17 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "filter" }, + { "name": "state" }, + { "name": "labels" }, + { "name": "sort" }, + { "name": "direction" }, + { "name": "since" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -6261,6 +8053,21 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "milestone" }, + { "name": "state" }, + { "name": "assignee" }, + { "name": "creator" }, + { "name": "mentioned" }, + { "name": "labels" }, + { "name": "sort" }, + { "name": "direction" }, + { "name": "since" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -6274,6 +8081,13 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Label\",\"description\":\"Color-coded labels help you categorize and filter your issues (just like labels in Gmail).\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"format\":\"int64\",\"example\":208045946},\"node_id\":{\"type\":\"string\",\"example\":\"MDU6TGFiZWwyMDgwNDU5NDY=\"},\"url\":{\"description\":\"URL for the label\",\"example\":\"https://api.github.com/repositories/42/labels/bug\",\"type\":\"string\",\"format\":\"uri\"},\"name\":{\"description\":\"The name of the label.\",\"example\":\"bug\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"Something isn't working\",\"nullable\":true},\"color\":{\"description\":\"6-character hex code, without the leading #, identifying the color\",\"example\":\"FFFFFF\",\"type\":\"string\"},\"default\":{\"type\":\"boolean\",\"example\":true}},\"required\":[\"id\",\"node_id\",\"url\",\"name\",\"description\",\"color\",\"default\"]}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "milestone_number" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -6291,6 +8105,12 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -6308,6 +8128,13 @@ "code": 410, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "issue_number" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -6325,6 +8152,15 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "state" }, + { "name": "sort" }, + { "name": "direction" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -6351,6 +8187,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "issue_number" }, + { "name": "lock_reason" } ] }, { @@ -6365,6 +8207,11 @@ "code": 410, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "issue_number" } ] }, { @@ -6378,6 +8225,12 @@ "code": 200, "schema": "{\"title\":\"Issue\",\"description\":\"Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"url\":{\"description\":\"URL for the issue\",\"example\":\"https://api.github.com/repositories/42/issues/1\",\"type\":\"string\",\"format\":\"uri\"},\"repository_url\":{\"type\":\"string\",\"format\":\"uri\"},\"labels_url\":{\"type\":\"string\"},\"comments_url\":{\"type\":\"string\",\"format\":\"uri\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"},\"number\":{\"description\":\"Number uniquely identifying the issue within its repository\",\"example\":42,\"type\":\"integer\"},\"state\":{\"description\":\"State of the issue; either 'open' or 'closed'\",\"example\":\"open\",\"type\":\"string\"},\"state_reason\":{\"description\":\"The reason for the current state\",\"example\":\"not_planned\",\"type\":\"string\",\"nullable\":true},\"title\":{\"description\":\"Title of the issue\",\"example\":\"Widget creation fails in Safari on OS X 10.8\",\"type\":\"string\"},\"body\":{\"description\":\"Contents of the issue\",\"example\":\"It looks like the new widget form is broken on Safari. When I try and create the widget, Safari crashes. This is reproducible on 10.8, but not 10.9. Maybe a browser bug?\",\"type\":\"string\",\"nullable\":true},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"labels\":{\"description\":\"Labels to associate with this issue; pass one or more label names to replace the set of labels on this issue; send an empty array to clear all labels from the issue; note that the labels are silently dropped for users without push access to the repository\",\"example\":[\"bug\",\"registration\"],\"type\":\"array\",\"items\":{\"oneOf\":[{\"type\":\"string\"},{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"format\":\"int64\"},\"node_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"name\":{\"type\":\"string\"},\"description\":{\"type\":\"string\",\"nullable\":true},\"color\":{\"type\":\"string\",\"nullable\":true},\"default\":{\"type\":\"boolean\"}}}]}},\"assignee\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"assignees\":{\"type\":\"array\",\"items\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"nullable\":true},\"milestone\":{\"title\":\"Milestone\",\"description\":\"A collection of related issues and pull requests.\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/milestones/1\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World/milestones/v1.0\"},\"labels_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/milestones/1/labels\"},\"id\":{\"type\":\"integer\",\"example\":1002604},\"node_id\":{\"type\":\"string\",\"example\":\"MDk6TWlsZXN0b25lMTAwMjYwNA==\"},\"number\":{\"description\":\"The number of the milestone.\",\"type\":\"integer\",\"example\":42},\"state\":{\"description\":\"The state of the milestone.\",\"example\":\"open\",\"type\":\"string\",\"enum\":[\"open\",\"closed\"],\"default\":\"open\"},\"title\":{\"description\":\"The title of the milestone.\",\"example\":\"v1.0\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"Tracking milestone for version 1.0\",\"nullable\":true},\"creator\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"open_issues\":{\"type\":\"integer\",\"example\":4},\"closed_issues\":{\"type\":\"integer\",\"example\":8},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-10T20:09:31Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2014-03-03T18:58:10Z\"},\"closed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2013-02-12T13:22:01Z\",\"nullable\":true},\"due_on\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-10-09T23:39:01Z\",\"nullable\":true}},\"required\":[\"closed_issues\",\"creator\",\"description\",\"due_on\",\"closed_at\",\"id\",\"node_id\",\"labels_url\",\"html_url\",\"number\",\"open_issues\",\"state\",\"title\",\"url\",\"created_at\",\"updated_at\"],\"nullable\":true},\"locked\":{\"type\":\"boolean\"},\"active_lock_reason\":{\"type\":\"string\",\"nullable\":true},\"comments\":{\"type\":\"integer\"},\"pull_request\":{\"type\":\"object\",\"properties\":{\"merged_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"diff_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"patch_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"diff_url\",\"html_url\",\"patch_url\",\"url\"]},\"closed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"draft\":{\"type\":\"boolean\"},\"closed_by\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"body_html\":{\"type\":\"string\"},\"body_text\":{\"type\":\"string\"},\"timeline_url\":{\"type\":\"string\",\"format\":\"uri\"},\"repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"]},\"performed_via_github_app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true},\"author_association\":{\"title\":\"author_association\",\"type\":\"string\",\"example\":\"OWNER\",\"description\":\"How the author is associated with the repository.\",\"enum\":[\"COLLABORATOR\",\"CONTRIBUTOR\",\"FIRST_TIMER\",\"FIRST_TIME_CONTRIBUTOR\",\"MANNEQUIN\",\"MEMBER\",\"NONE\",\"OWNER\"]},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"assignee\",\"closed_at\",\"comments\",\"comments_url\",\"events_url\",\"html_url\",\"id\",\"node_id\",\"labels\",\"labels_url\",\"milestone\",\"number\",\"repository_url\",\"state\",\"locked\",\"title\",\"url\",\"user\",\"author_association\",\"created_at\",\"updated_at\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "issue_number" }, + { "name": "assignees" } ] }, { @@ -6399,6 +8252,12 @@ "code": 410, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "issue_number" }, + { "name": "name" } ] }, { @@ -6420,6 +8279,13 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "issue_number" }, + { "name": "labels" }, + { "name": "labels[].name" } ] }, { @@ -6438,6 +8304,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "issue_number" } ] }, { @@ -6475,6 +8346,18 @@ "code": 503, "schema": "{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "issue_number" }, + { "name": "title" }, + { "name": "body" }, + { "name": "assignee" }, + { "name": "state" }, + { "name": "milestone" }, + { "name": "labels" }, + { "name": "assignees" } ] }, { @@ -6492,6 +8375,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "comment_id" }, + { "name": "body" } ] }, { @@ -6505,6 +8394,14 @@ "code": 200, "schema": "{\"title\":\"Label\",\"description\":\"Color-coded labels help you categorize and filter your issues (just like labels in Gmail).\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"format\":\"int64\",\"example\":208045946},\"node_id\":{\"type\":\"string\",\"example\":\"MDU6TGFiZWwyMDgwNDU5NDY=\"},\"url\":{\"description\":\"URL for the label\",\"example\":\"https://api.github.com/repositories/42/labels/bug\",\"type\":\"string\",\"format\":\"uri\"},\"name\":{\"description\":\"The name of the label.\",\"example\":\"bug\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"Something isn't working\",\"nullable\":true},\"color\":{\"description\":\"6-character hex code, without the leading #, identifying the color\",\"example\":\"FFFFFF\",\"type\":\"string\"},\"default\":{\"type\":\"boolean\",\"example\":true}},\"required\":[\"id\",\"node_id\",\"url\",\"name\",\"description\",\"color\",\"default\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "name" }, + { "name": "new_name" }, + { "name": "color" }, + { "name": "description" } ] }, { @@ -6518,6 +8415,15 @@ "code": 200, "schema": "{\"title\":\"Milestone\",\"description\":\"A collection of related issues and pull requests.\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/milestones/1\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World/milestones/v1.0\"},\"labels_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/milestones/1/labels\"},\"id\":{\"type\":\"integer\",\"example\":1002604},\"node_id\":{\"type\":\"string\",\"example\":\"MDk6TWlsZXN0b25lMTAwMjYwNA==\"},\"number\":{\"description\":\"The number of the milestone.\",\"type\":\"integer\",\"example\":42},\"state\":{\"description\":\"The state of the milestone.\",\"example\":\"open\",\"type\":\"string\",\"enum\":[\"open\",\"closed\"],\"default\":\"open\"},\"title\":{\"description\":\"The title of the milestone.\",\"example\":\"v1.0\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"Tracking milestone for version 1.0\",\"nullable\":true},\"creator\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"open_issues\":{\"type\":\"integer\",\"example\":4},\"closed_issues\":{\"type\":\"integer\",\"example\":8},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-10T20:09:31Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2014-03-03T18:58:10Z\"},\"closed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2013-02-12T13:22:01Z\",\"nullable\":true},\"due_on\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-10-09T23:39:01Z\",\"nullable\":true}},\"required\":[\"closed_issues\",\"creator\",\"description\",\"due_on\",\"closed_at\",\"id\",\"node_id\",\"labels_url\",\"html_url\",\"number\",\"open_issues\",\"state\",\"title\",\"url\",\"created_at\",\"updated_at\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "milestone_number" }, + { "name": "title" }, + { "name": "state" }, + { "name": "description" }, + { "name": "due_on" } ] }, { @@ -6540,7 +8446,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "license" }] }, { "url": "/licenses", @@ -6554,6 +8461,11 @@ "schema": "{\"type\":\"array\",\"items\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"]}}" }, { "code": 304, "schema": null } + ], + "parameters": [ + { "name": "featured" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -6567,7 +8479,8 @@ "code": 200, "schema": "{\"title\":\"License Content\",\"description\":\"License Content\",\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"path\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"},\"size\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"git_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"download_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"type\":{\"type\":\"string\"},\"content\":{\"type\":\"string\"},\"encoding\":{\"type\":\"string\"},\"_links\":{\"type\":\"object\",\"properties\":{\"git\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"html\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"self\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"git\",\"html\",\"self\"]},\"license\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true}},\"required\":[\"_links\",\"git_url\",\"html_url\",\"download_url\",\"name\",\"path\",\"sha\",\"size\",\"type\",\"url\",\"content\",\"encoding\",\"license\"]}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/markdown", @@ -6578,6 +8491,11 @@ "responses": [ { "code": 200, "schema": "{\"type\":\"string\"}" }, { "code": 304, "schema": null } + ], + "parameters": [ + { "name": "text" }, + { "name": "mode" }, + { "name": "context" } ] }, { @@ -6589,7 +8507,8 @@ "responses": [ { "code": 200, "schema": "{\"type\":\"string\"}" }, { "code": 304, "schema": null } - ] + ], + "parameters": [{ "name": "data" }] }, { "url": "/meta", @@ -6603,7 +8522,8 @@ "schema": "{\"title\":\"Api Overview\",\"description\":\"Api Overview\",\"type\":\"object\",\"properties\":{\"verifiable_password_authentication\":{\"type\":\"boolean\",\"example\":true},\"ssh_key_fingerprints\":{\"type\":\"object\",\"properties\":{\"SHA256_RSA\":{\"type\":\"string\"},\"SHA256_DSA\":{\"type\":\"string\"},\"SHA256_ECDSA\":{\"type\":\"string\"},\"SHA256_ED25519\":{\"type\":\"string\"}}},\"ssh_keys\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl\"]},\"hooks\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"127.0.0.1/32\"]},\"web\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"127.0.0.1/32\"]},\"api\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"127.0.0.1/32\"]},\"git\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"127.0.0.1/32\"]},\"packages\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"13.65.0.0/16\",\"157.55.204.33/32\",\"2a01:111:f403:f90c::/62\"]},\"pages\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"192.30.252.153/32\",\"192.30.252.154/32\"]},\"importer\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"54.158.161.132\",\"54.226.70.38\"]},\"actions\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"13.64.0.0/16\",\"13.65.0.0/16\"]},\"dependabot\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"192.168.7.15/32\",\"192.168.7.16/32\"]}},\"required\":[\"verifiable_password_authentication\"]}" }, { "code": 304, "schema": null } - ] + ], + "parameters": [] }, { "url": "/octocat", @@ -6611,7 +8531,8 @@ "scope": "meta", "documentationUrl": "https://docs.github.com/rest/reference/meta#get-octocat", "renamed": null, - "responses": [{ "code": 200, "schema": "{\"type\":\"string\"}" }] + "responses": [{ "code": 200, "schema": "{\"type\":\"string\"}" }], + "parameters": [{ "name": "s" }] }, { "url": "/zen", @@ -6619,7 +8540,8 @@ "scope": "meta", "documentationUrl": "", "renamed": null, - "responses": [{ "code": 200, "schema": "{\"type\":\"string\"}" }] + "responses": [{ "code": 200, "schema": "{\"type\":\"string\"}" }], + "parameters": [] }, { "url": "/", @@ -6632,7 +8554,8 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"current_user_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"current_user_authorizations_html_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"authorizations_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"code_search_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"commit_search_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"emails_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"emojis_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"feeds_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"followers_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"following_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"gists_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"hub_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"issue_search_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"issues_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"keys_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"label_search_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"notifications_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"organization_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"organization_repositories_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"organization_teams_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"public_gists_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"rate_limit_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"repository_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"repository_search_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"current_user_repositories_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"starred_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"starred_gists_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"topic_search_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"user_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"user_organizations_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"user_repositories_url\":{\"type\":\"string\",\"format\":\"uri-template\"},\"user_search_url\":{\"type\":\"string\",\"format\":\"uri-template\"}},\"required\":[\"current_user_url\",\"current_user_authorizations_html_url\",\"authorizations_url\",\"code_search_url\",\"commit_search_url\",\"emails_url\",\"emojis_url\",\"events_url\",\"feeds_url\",\"followers_url\",\"following_url\",\"gists_url\",\"hub_url\",\"issue_search_url\",\"issues_url\",\"keys_url\",\"label_search_url\",\"notifications_url\",\"organization_url\",\"organization_repositories_url\",\"organization_teams_url\",\"public_gists_url\",\"rate_limit_url\",\"repository_url\",\"repository_search_url\",\"current_user_repositories_url\",\"starred_url\",\"starred_gists_url\",\"user_url\",\"user_organizations_url\",\"user_repositories_url\",\"user_search_url\"]}" } - ] + ], + "parameters": [] }, { "url": "/repos/{owner}/{repo}/import", @@ -6640,7 +8563,8 @@ "scope": "migrations", "documentationUrl": "https://docs.github.com/rest/reference/migrations#cancel-an-import", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/user/migrations/{migration_id}/archive", @@ -6663,7 +8587,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "migration_id" }] }, { "url": "/orgs/{org}/migrations/{migration_id}/archive", @@ -6677,7 +8602,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "org" }, { "name": "migration_id" }] }, { "url": "/orgs/{org}/migrations/{migration_id}/archive", @@ -6691,7 +8617,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "org" }, { "name": "migration_id" }] }, { "url": "/user/migrations/{migration_id}/archive", @@ -6710,7 +8637,8 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "migration_id" }] }, { "url": "/repos/{owner}/{repo}/import/authors", @@ -6727,7 +8655,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }, { "name": "since" }] }, { "url": "/repos/{owner}/{repo}/import", @@ -6744,7 +8673,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repos/{owner}/{repo}/import/large_files", @@ -6757,7 +8687,8 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Porter Large File\",\"description\":\"Porter Large File\",\"type\":\"object\",\"properties\":{\"ref_name\":{\"type\":\"string\"},\"path\":{\"type\":\"string\"},\"oid\":{\"type\":\"string\"},\"size\":{\"type\":\"integer\"}},\"required\":[\"oid\",\"path\",\"ref_name\",\"size\"]}}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/user/migrations/{migration_id}", @@ -6783,7 +8714,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "migration_id" }, { "name": "exclude" }] }, { "url": "/orgs/{org}/migrations/{migration_id}", @@ -6800,6 +8732,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "migration_id" }, + { "name": "exclude" } ] }, { @@ -6822,7 +8759,8 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "per_page" }, { "name": "page" }] }, { "url": "/orgs/{org}/migrations", @@ -6835,6 +8773,12 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Migration\",\"description\":\"A migration.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":79},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"guid\":{\"type\":\"string\",\"example\":\"0b989ba4-242f-11e5-81e1-c7b6966d2516\"},\"state\":{\"type\":\"string\",\"example\":\"pending\"},\"lock_repositories\":{\"type\":\"boolean\",\"example\":true},\"exclude_metadata\":{\"type\":\"boolean\"},\"exclude_git_data\":{\"type\":\"boolean\"},\"exclude_attachments\":{\"type\":\"boolean\"},\"exclude_releases\":{\"type\":\"boolean\"},\"exclude_owner_projects\":{\"type\":\"boolean\"},\"org_metadata_only\":{\"type\":\"boolean\"},\"repositories\":{\"type\":\"array\",\"items\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"]}},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/octo-org/migrations/79\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2015-07-06T15:33:38-07:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2015-07-06T15:33:38-07:00\"},\"node_id\":{\"type\":\"string\"},\"archive_url\":{\"type\":\"string\",\"format\":\"uri\"},\"exclude\":{\"type\":\"array\",\"items\":{}}},\"required\":[\"id\",\"node_id\",\"owner\",\"guid\",\"state\",\"lock_repositories\",\"exclude_metadata\",\"exclude_git_data\",\"exclude_attachments\",\"exclude_releases\",\"exclude_owner_projects\",\"org_metadata_only\",\"repositories\",\"url\",\"created_at\",\"updated_at\"]}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "per_page" }, + { "name": "page" }, + { "name": "exclude" } ] }, { @@ -6852,6 +8796,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "migration_id" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -6869,6 +8818,12 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "migration_id" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -6886,6 +8841,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "migration_id" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -6907,6 +8867,13 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "author_id" }, + { "name": "email" }, + { "name": "name" } ] }, { @@ -6924,6 +8891,11 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "use_lfs" } ] }, { @@ -6950,6 +8922,17 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "lock_repositories" }, + { "name": "exclude_metadata" }, + { "name": "exclude_git_data" }, + { "name": "exclude_attachments" }, + { "name": "exclude_releases" }, + { "name": "exclude_owner_projects" }, + { "name": "org_metadata_only" }, + { "name": "exclude" }, + { "name": "repositories" } ] }, { @@ -6971,6 +8954,18 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "repositories" }, + { "name": "lock_repositories" }, + { "name": "exclude_metadata" }, + { "name": "exclude_git_data" }, + { "name": "exclude_attachments" }, + { "name": "exclude_releases" }, + { "name": "exclude_owner_projects" }, + { "name": "org_metadata_only" }, + { "name": "exclude" } ] }, { @@ -6992,6 +8987,15 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "vcs_url" }, + { "name": "vcs" }, + { "name": "vcs_username" }, + { "name": "vcs_password" }, + { "name": "tfvc_project" } ] }, { @@ -7015,7 +9019,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "migration_id" }, { "name": "repo_name" }] }, { "url": "/orgs/{org}/migrations/{migration_id}/repos/{repo_name}/lock", @@ -7029,6 +9034,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "migration_id" }, + { "name": "repo_name" } ] }, { @@ -7042,6 +9052,14 @@ "code": 200, "schema": "{\"title\":\"Import\",\"description\":\"A repository import from an external source.\",\"type\":\"object\",\"properties\":{\"vcs\":{\"type\":\"string\",\"nullable\":true},\"use_lfs\":{\"type\":\"boolean\"},\"vcs_url\":{\"description\":\"The URL of the originating repository.\",\"type\":\"string\"},\"svc_root\":{\"type\":\"string\"},\"tfvc_project\":{\"type\":\"string\"},\"status\":{\"type\":\"string\",\"enum\":[\"auth\",\"error\",\"none\",\"detecting\",\"choose\",\"auth_failed\",\"importing\",\"mapping\",\"waiting_to_push\",\"pushing\",\"complete\",\"setup\",\"unknown\",\"detection_found_multiple\",\"detection_found_nothing\",\"detection_needs_auth\"]},\"status_text\":{\"type\":\"string\",\"nullable\":true},\"failed_step\":{\"type\":\"string\",\"nullable\":true},\"error_message\":{\"type\":\"string\",\"nullable\":true},\"import_percent\":{\"type\":\"integer\",\"nullable\":true},\"commit_count\":{\"type\":\"integer\",\"nullable\":true},\"push_percent\":{\"type\":\"integer\",\"nullable\":true},\"has_large_files\":{\"type\":\"boolean\"},\"large_files_size\":{\"type\":\"integer\"},\"large_files_count\":{\"type\":\"integer\"},\"project_choices\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"vcs\":{\"type\":\"string\"},\"tfvc_project\":{\"type\":\"string\"},\"human_name\":{\"type\":\"string\"}}}},\"message\":{\"type\":\"string\"},\"authors_count\":{\"type\":\"integer\",\"nullable\":true},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"},\"authors_url\":{\"type\":\"string\",\"format\":\"uri\"},\"repository_url\":{\"type\":\"string\",\"format\":\"uri\"},\"svn_root\":{\"type\":\"string\"}},\"required\":[\"vcs\",\"vcs_url\",\"status\",\"url\",\"repository_url\",\"html_url\",\"authors_url\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "vcs_username" }, + { "name": "vcs_password" }, + { "name": "vcs" }, + { "name": "tfvc_project" } ] }, { @@ -7072,6 +9090,14 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "scopes" }, + { "name": "note" }, + { "name": "note_url" }, + { "name": "client_id" }, + { "name": "client_secret" }, + { "name": "fingerprint" } ] }, { @@ -7091,7 +9117,8 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "authorization_id" }] }, { "url": "/applications/grants/{grant_id}", @@ -7110,7 +9137,8 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "grant_id" }] }, { "url": "/authorizations/{authorization_id}", @@ -7132,7 +9160,8 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "authorization_id" }] }, { "url": "/applications/grants/{grant_id}", @@ -7154,7 +9183,8 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "grant_id" }] }, { "url": "/authorizations/clients/{client_id}", @@ -7184,6 +9214,14 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "client_id" }, + { "name": "client_secret" }, + { "name": "scopes" }, + { "name": "note" }, + { "name": "note_url" }, + { "name": "fingerprint" } ] }, { @@ -7205,6 +9243,14 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "client_id" }, + { "name": "fingerprint" }, + { "name": "client_secret" }, + { "name": "scopes" }, + { "name": "note" }, + { "name": "note_url" } ] }, { @@ -7231,6 +9277,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "per_page" }, + { "name": "page" }, + { "name": "client_id" } ] }, { @@ -7257,6 +9308,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "per_page" }, + { "name": "page" }, + { "name": "client_id" } ] }, { @@ -7274,6 +9330,15 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "authorization_id" }, + { "name": "scopes" }, + { "name": "add_scopes" }, + { "name": "remove_scopes" }, + { "name": "note" }, + { "name": "note_url" }, + { "name": "fingerprint" } ] }, { @@ -7287,7 +9352,8 @@ "code": 200, "schema": "{\"title\":\"Actions OIDC Subject customization\",\"description\":\"Actions OIDC Subject customization\",\"type\":\"object\",\"properties\":{\"include_claim_keys\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}},\"required\":[\"include_claim_keys\"]}" } - ] + ], + "parameters": [{ "name": "org" }] }, { "url": "/orgs/{org}/actions/oidc/customization/sub", @@ -7308,7 +9374,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "org" }, { "name": "include_claim_keys" }] }, { "url": "/orgs/{org}/blocks/{username}", @@ -7322,7 +9389,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "org" }, { "name": "username" }] }, { "url": "/orgs/{org}/invitations/{invitation_id}", @@ -7340,7 +9408,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "org" }, { "name": "invitation_id" }] }, { "url": "/orgs/{org}/blocks/{username}", @@ -7354,7 +9423,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "org" }, { "name": "username" }] }, { "url": "/orgs/{org}/members/{username}", @@ -7366,7 +9436,8 @@ { "code": 204, "schema": null }, { "code": 302, "schema": null }, { "code": 404, "schema": null } - ] + ], + "parameters": [{ "name": "org" }, { "name": "username" }] }, { "url": "/orgs/{org}/public_members/{username}", @@ -7377,7 +9448,8 @@ "responses": [ { "code": 204, "schema": null }, { "code": 404, "schema": null } - ] + ], + "parameters": [{ "name": "org" }, { "name": "username" }] }, { "url": "/orgs/{org}/outside_collaborators/{username}", @@ -7396,6 +9468,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "username" }, + { "name": "async" } ] }, { @@ -7417,6 +9494,13 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "invitee_id" }, + { "name": "email" }, + { "name": "role" }, + { "name": "team_ids" } ] }, { @@ -7438,6 +9522,19 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "name" }, + { "name": "config" }, + { "name": "config.url" }, + { "name": "config.content_type" }, + { "name": "config.secret" }, + { "name": "config.insecure_ssl" }, + { "name": "config.username" }, + { "name": "config.password" }, + { "name": "events" }, + { "name": "active" } ] }, { @@ -7452,7 +9549,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "org" }, { "name": "hook_id" }] }, { "url": "/orgs/{org}", @@ -7469,7 +9567,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "org" }] }, { "url": "/orgs/{org}/audit-log", @@ -7482,6 +9581,15 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"@timestamp\":{\"type\":\"integer\",\"description\":\"The time the audit log event occurred, given as a [Unix timestamp](http://en.wikipedia.org/wiki/Unix_time).\"},\"action\":{\"type\":\"string\",\"description\":\"The name of the action that was performed, for example `user.login` or `repo.create`.\"},\"active\":{\"type\":\"boolean\"},\"active_was\":{\"type\":\"boolean\"},\"actor\":{\"type\":\"string\",\"description\":\"The actor who performed the action.\"},\"actor_id\":{\"type\":\"integer\",\"description\":\"The id of the actor who performed the action.\"},\"actor_location\":{\"type\":\"object\",\"properties\":{\"country_name\":{\"type\":\"string\"}}},\"data\":{\"type\":\"object\",\"additionalProperties\":true},\"org_id\":{\"type\":\"integer\"},\"blocked_user\":{\"type\":\"string\",\"description\":\"The username of the account being blocked.\"},\"business\":{\"type\":\"string\"},\"config\":{\"type\":\"array\",\"items\":{\"type\":\"object\"}},\"config_was\":{\"type\":\"array\",\"items\":{\"type\":\"object\"}},\"content_type\":{\"type\":\"string\"},\"created_at\":{\"type\":\"integer\",\"description\":\"The time the audit log event was recorded, given as a [Unix timestamp](http://en.wikipedia.org/wiki/Unix_time).\"},\"deploy_key_fingerprint\":{\"type\":\"string\"},\"_document_id\":{\"type\":\"string\",\"description\":\"A unique identifier for an audit event.\"},\"emoji\":{\"type\":\"string\"},\"events\":{\"type\":\"array\",\"items\":{\"type\":\"object\"}},\"events_were\":{\"type\":\"array\",\"items\":{\"type\":\"object\"}},\"explanation\":{\"type\":\"string\"},\"fingerprint\":{\"type\":\"string\"},\"hook_id\":{\"type\":\"integer\"},\"limited_availability\":{\"type\":\"boolean\"},\"message\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"old_user\":{\"type\":\"string\"},\"openssh_public_key\":{\"type\":\"string\"},\"org\":{\"type\":\"string\"},\"previous_visibility\":{\"type\":\"string\"},\"read_only\":{\"type\":\"boolean\"},\"repo\":{\"type\":\"string\",\"description\":\"The name of the repository.\"},\"repository\":{\"type\":\"string\",\"description\":\"The name of the repository.\"},\"repository_public\":{\"type\":\"boolean\"},\"target_login\":{\"type\":\"string\"},\"team\":{\"type\":\"string\"},\"transport_protocol\":{\"type\":\"integer\",\"description\":\"The type of protocol (for example, HTTP or SSH) used to transfer Git data.\"},\"transport_protocol_name\":{\"type\":\"string\",\"description\":\"A human readable name for the protocol (for example, HTTP or SSH) used to transfer Git data.\"},\"user\":{\"type\":\"string\",\"description\":\"The user that was affected by the action performed (if available).\"},\"visibility\":{\"type\":\"string\",\"description\":\"The repository visibility, for example `public` or `private`.\"}}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "phrase" }, + { "name": "include" }, + { "name": "after" }, + { "name": "before" }, + { "name": "order" }, + { "name": "per_page" } ] }, { @@ -7503,7 +9611,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "org" }] }, { "url": "/orgs/{org}/memberships/{username}", @@ -7524,7 +9633,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "org" }, { "name": "username" }] }, { "url": "/orgs/{org}/hooks/{hook_id}", @@ -7541,7 +9651,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "org" }, { "name": "hook_id" }] }, { "url": "/orgs/{org}/hooks/{hook_id}/config", @@ -7554,7 +9665,8 @@ "code": 200, "schema": "{\"title\":\"Webhook Configuration\",\"description\":\"Configuration object of the webhook\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"description\":\"The URL to which the payloads will be delivered.\",\"example\":\"https://example.com/webhook\",\"format\":\"uri\"},\"content_type\":{\"type\":\"string\",\"description\":\"The media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`.\",\"example\":\"\\\"json\\\"\"},\"secret\":{\"type\":\"string\",\"description\":\"If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://docs.github.com/webhooks/event-payloads/#delivery-headers).\",\"example\":\"\\\"********\\\"\"},\"insecure_ssl\":{\"oneOf\":[{\"type\":\"string\",\"description\":\"Determines whether the SSL certificate of the host for `url` will be verified when delivering payloads. Supported values include `0` (verification is performed) and `1` (verification is not performed). The default is `0`. **We strongly recommend not setting this to `1` as you are subject to man-in-the-middle and other attacks.**\",\"example\":\"\\\"0\\\"\"},{\"type\":\"number\"}]}}}" } - ] + ], + "parameters": [{ "name": "org" }, { "name": "hook_id" }] }, { "url": "/orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}", @@ -7579,6 +9691,11 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "hook_id" }, + { "name": "delivery_id" } ] }, { @@ -7593,7 +9710,8 @@ "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Organization Simple\",\"description\":\"Organization Simple\",\"type\":\"object\",\"properties\":{\"login\":{\"type\":\"string\",\"example\":\"github\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDEyOk9yZ2FuaXphdGlvbjE=\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/repos\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/events\"},\"hooks_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/hooks\"},\"issues_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/issues\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/members{/member}\"},\"public_members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/public_members{/member}\"},\"avatar_url\":{\"type\":\"string\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"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\"]}}" }, { "code": 304, "schema": null } - ] + ], + "parameters": [{ "name": "since" }, { "name": "per_page" }] }, { "url": "/orgs/{org}/installations", @@ -7606,6 +9724,11 @@ "code": 200, "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"installations\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"installations\":{\"type\":\"array\",\"items\":{\"title\":\"Installation\",\"description\":\"Installation\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The ID of the installation.\",\"type\":\"integer\",\"example\":1},\"account\":{\"nullable\":true,\"anyOf\":[{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},{\"title\":\"Enterprise\",\"description\":\"An enterprise account\",\"type\":\"object\",\"properties\":{\"description\":{\"description\":\"A short description of the enterprise.\",\"type\":\"string\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/enterprises/octo-business\"},\"website_url\":{\"description\":\"The enterprise's website URL.\",\"type\":\"string\",\"nullable\":true,\"format\":\"uri\"},\"id\":{\"description\":\"Unique identifier of the enterprise\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"description\":\"The name of the enterprise.\",\"type\":\"string\",\"example\":\"Octo Business\"},\"slug\":{\"description\":\"The slug url identifier for the enterprise.\",\"type\":\"string\",\"example\":\"octo-business\"},\"created_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:01:12Z\"},\"updated_at\":{\"type\":\"string\",\"nullable\":true,\"format\":\"date-time\",\"example\":\"2019-01-26T19:14:43Z\"},\"avatar_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"id\",\"node_id\",\"name\",\"slug\",\"html_url\",\"created_at\",\"updated_at\",\"avatar_url\"]}]},\"repository_selection\":{\"description\":\"Describe whether all repositories have been selected or there's a selection involved\",\"type\":\"string\",\"enum\":[\"all\",\"selected\"]},\"access_tokens_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installations/1/access_tokens\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/installation/repositories\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/organizations/github/settings/installations/1\"},\"app_id\":{\"type\":\"integer\",\"example\":1},\"target_id\":{\"description\":\"The ID of the user or organization this token is being scoped to.\",\"type\":\"integer\"},\"target_type\":{\"type\":\"string\",\"example\":\"Organization\"},\"permissions\":{\"title\":\"App Permissions\",\"type\":\"object\",\"description\":\"The permissions granted to the user-to-server access token.\",\"properties\":{\"actions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for GitHub Actions workflows, workflow runs, and artifacts.\",\"enum\":[\"read\",\"write\"]},\"administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository creation, deletion, settings, teams, and collaborators creation.\",\"enum\":[\"read\",\"write\"]},\"checks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for checks on code.\",\"enum\":[\"read\",\"write\"]},\"contents\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for repository contents, commits, branches, downloads, releases, and merges.\",\"enum\":[\"read\",\"write\"]},\"deployments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for deployments and deployment statuses.\",\"enum\":[\"read\",\"write\"]},\"environments\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for managing repository environments.\",\"enum\":[\"read\",\"write\"]},\"issues\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for issues and related comments, assignees, labels, and milestones.\",\"enum\":[\"read\",\"write\"]},\"metadata\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to search repositories, list collaborators, and access repository metadata.\",\"enum\":[\"read\",\"write\"]},\"packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"pages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to retrieve Pages statuses, configuration, and builds, as well as create new builds.\",\"enum\":[\"read\",\"write\"]},\"pull_requests\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for pull requests and related comments, assignees, labels, milestones, and merges.\",\"enum\":[\"read\",\"write\"]},\"repository_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for a repository.\",\"enum\":[\"read\",\"write\"]},\"repository_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository projects, columns, and cards.\",\"enum\":[\"read\",\"write\",\"admin\"]},\"secret_scanning_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage secret scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage repository secrets.\",\"enum\":[\"read\",\"write\"]},\"security_events\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage security events like code scanning alerts.\",\"enum\":[\"read\",\"write\"]},\"single_file\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage just a single file.\",\"enum\":[\"read\",\"write\"]},\"statuses\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for commit statuses.\",\"enum\":[\"read\",\"write\"]},\"vulnerability_alerts\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage Dependabot alerts.\",\"enum\":[\"read\",\"write\"]},\"workflows\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to update GitHub Actions workflow files.\",\"enum\":[\"write\"]},\"members\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization teams and members.\",\"enum\":[\"read\",\"write\"]},\"organization_administration\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage access to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_hooks\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage the post-receive hooks for an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_plan\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for viewing an organization's plan.\",\"enum\":[\"read\"]},\"organization_projects\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization projects and projects beta (where available).\",\"enum\":[\"read\",\"write\",\"admin\"]},\"organization_packages\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token for organization packages published to GitHub Packages.\",\"enum\":[\"read\",\"write\"]},\"organization_secrets\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage organization secrets.\",\"enum\":[\"read\",\"write\"]},\"organization_self_hosted_runners\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage GitHub Actions self-hosted runners available to an organization.\",\"enum\":[\"read\",\"write\"]},\"organization_user_blocking\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to view and manage users blocked by the organization.\",\"enum\":[\"read\",\"write\"]},\"team_discussions\":{\"type\":\"string\",\"description\":\"The level of permission to grant the access token to manage team discussions and related comments.\",\"enum\":[\"read\",\"write\"]}},\"example\":{\"contents\":\"read\",\"issues\":\"read\",\"deployments\":\"write\",\"single_file\":\"read\"}},\"events\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"single_file_name\":{\"type\":\"string\",\"example\":\"config.yaml\",\"nullable\":true},\"has_multiple_single_files\":{\"type\":\"boolean\",\"example\":true},\"single_file_paths\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"example\":[\"config.yml\",\".github/issue_TEMPLATE.md\"]},\"app_slug\":{\"type\":\"string\",\"example\":\"github-actions\"},\"suspended_by\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"suspended_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"contact_email\":{\"type\":\"string\",\"example\":\"\\\"test_13f1e99741e3e004@d7e1eb0bc0a1ba12.com\\\"\",\"nullable\":true}},\"required\":[\"id\",\"app_id\",\"app_slug\",\"target_id\",\"target_type\",\"single_file_name\",\"repository_selection\",\"access_tokens_url\",\"html_url\",\"repositories_url\",\"events\",\"account\",\"permissions\",\"created_at\",\"updated_at\",\"suspended_by\",\"suspended_at\"]}}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -7619,7 +9742,8 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]}}" } - ] + ], + "parameters": [{ "name": "org" }] }, { "url": "/organizations/{organization_id}/custom_roles", @@ -7632,7 +9756,8 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"total_count\":{\"description\":\"The number of custom roles in this organization\",\"example\":3,\"type\":\"integer\"},\"custom_roles\":{\"type\":\"array\",\"items\":{\"title\":\"Organization Custom Repository Role\",\"description\":\"Custom repository roles created by organization administrators\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"name\":{\"type\":\"string\"}},\"required\":[\"id\",\"name\"]}}}}" } - ] + ], + "parameters": [{ "name": "organization_id" }] }, { "url": "/orgs/{org}/failed_invitations", @@ -7649,6 +9774,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -7671,7 +9801,8 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "per_page" }, { "name": "page" }] }, { "url": "/users/{username}/orgs", @@ -7684,6 +9815,11 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Organization Simple\",\"description\":\"Organization Simple\",\"type\":\"object\",\"properties\":{\"login\":{\"type\":\"string\",\"example\":\"github\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDEyOk9yZ2FuaXphdGlvbjE=\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/repos\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/events\"},\"hooks_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/hooks\"},\"issues_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/issues\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/members{/member}\"},\"public_members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/public_members{/member}\"},\"avatar_url\":{\"type\":\"string\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"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\"]}}" } + ], + "parameters": [ + { "name": "username" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -7701,6 +9837,12 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "invitation_id" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -7719,6 +9861,13 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "filter" }, + { "name": "role" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -7745,6 +9894,11 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "state" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -7758,6 +9912,12 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "filter" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -7775,6 +9935,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -7788,6 +9953,11 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -7801,6 +9971,12 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Credential Authorization\",\"description\":\"Credential Authorization\",\"type\":\"object\",\"properties\":{\"login\":{\"type\":\"string\",\"example\":\"monalisa\",\"description\":\"User login that owns the underlying credential.\"},\"credential_id\":{\"type\":\"integer\",\"example\":1,\"description\":\"Unique identifier for the credential.\"},\"credential_type\":{\"type\":\"string\",\"example\":\"SSH Key\",\"description\":\"Human-readable description of the credential type.\"},\"token_last_eight\":{\"type\":\"string\",\"example\":\"12345678\",\"description\":\"Last eight characters of the credential. Only included in responses with credential_type of personal access token.\"},\"credential_authorized_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:06:43Z\",\"description\":\"Date when the credential was authorized for use.\"},\"scopes\":{\"type\":\"array\",\"example\":[\"user\",\"repo\"],\"description\":\"List of oauth scopes the token has been granted.\",\"items\":{\"type\":\"string\"}},\"fingerprint\":{\"type\":\"string\",\"example\":\"jklmnop12345678\",\"description\":\"Unique string to distinguish the credential. Only included in responses with credential_type of SSH Key.\"},\"credential_accessed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:06:43Z\",\"description\":\"Date when the credential was last accessed. May be null if it was never accessed\",\"nullable\":true},\"authorized_credential_id\":{\"type\":\"integer\",\"nullable\":true,\"example\":12345678},\"authorized_credential_title\":{\"type\":\"string\",\"nullable\":true,\"example\":\"my ssh key\",\"description\":\"The title given to the ssh key. This will only be present when the credential is an ssh key.\"},\"authorized_credential_note\":{\"type\":\"string\",\"nullable\":true,\"example\":\"my token\",\"description\":\"The note given to the token. This will only be present when the credential is a token.\"},\"authorized_credential_expires_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true,\"description\":\"The expiry for the token. This will only be present when the credential is a token.\"}},\"required\":[\"login\",\"credential_id\",\"credential_type\",\"credential_authorized_at\",\"credential_accessed_at\",\"authorized_credential_id\"]}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "per_page" }, + { "name": "page" }, + { "name": "login" } ] }, { @@ -7826,6 +10002,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "hook_id" }, + { "name": "per_page" }, + { "name": "cursor" } ] }, { @@ -7843,6 +10025,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -7857,7 +10044,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "org" }, { "name": "hook_id" }] }, { "url": "/orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}/attempts", @@ -7879,6 +10067,11 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "hook_id" }, + { "name": "delivery_id" } ] }, { @@ -7893,7 +10086,8 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "org" }, { "name": "username" }] }, { "url": "/orgs/{org}/memberships/{username}", @@ -7911,7 +10105,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "org" }, { "name": "username" }] }, { "url": "/orgs/{org}/outside_collaborators/{username}", @@ -7925,7 +10120,8 @@ "code": 422, "schema": "{\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "org" }, { "name": "username" }] }, { "url": "/orgs/{org}/public_members/{username}", @@ -7933,7 +10129,8 @@ "scope": "orgs", "documentationUrl": "https://docs.github.com/rest/reference/orgs#remove-public-organization-membership-for-the-authenticated-user", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [{ "name": "org" }, { "name": "username" }] }, { "url": "/orgs/{org}/credential-authorizations/{credential_id}", @@ -7947,7 +10144,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "org" }, { "name": "credential_id" }] }, { "url": "/orgs/{org}/memberships/{username}", @@ -7968,6 +10166,11 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "username" }, + { "name": "role" } ] }, { @@ -7982,7 +10185,8 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "org" }, { "name": "username" }] }, { "url": "/orgs/{org}/blocks/{username}", @@ -7990,7 +10194,8 @@ "scope": "orgs", "documentationUrl": "https://docs.github.com/rest/reference/orgs#unblock-a-user-from-an-organization", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [{ "name": "org" }, { "name": "username" }] }, { "url": "/orgs/{org}", @@ -8011,6 +10216,29 @@ "code": 422, "schema": "{\"oneOf\":[{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}},{\"title\":\"Validation Error Simple\",\"description\":\"Validation Error Simple\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}]}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "billing_email" }, + { "name": "company" }, + { "name": "email" }, + { "name": "twitter_username" }, + { "name": "location" }, + { "name": "name" }, + { "name": "description" }, + { "name": "has_organization_projects" }, + { "name": "has_repository_projects" }, + { "name": "default_repository_permission" }, + { "name": "members_can_create_repositories" }, + { "name": "members_can_create_internal_repositories" }, + { "name": "members_can_create_private_repositories" }, + { "name": "members_can_create_public_repositories" }, + { "name": "members_allowed_repository_creation_type" }, + { "name": "members_can_create_pages" }, + { "name": "members_can_create_public_pages" }, + { "name": "members_can_create_private_pages" }, + { "name": "members_can_fork_private_repositories" }, + { "name": "blog" } ] }, { @@ -8036,7 +10264,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "org" }, { "name": "state" }] }, { "url": "/orgs/{org}/hooks/{hook_id}", @@ -8057,6 +10286,18 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "hook_id" }, + { "name": "config" }, + { "name": "config.url" }, + { "name": "config.content_type" }, + { "name": "config.secret" }, + { "name": "config.insecure_ssl" }, + { "name": "events" }, + { "name": "active" }, + { "name": "name" } ] }, { @@ -8070,6 +10311,14 @@ "code": 200, "schema": "{\"title\":\"Webhook Configuration\",\"description\":\"Configuration object of the webhook\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"description\":\"The URL to which the payloads will be delivered.\",\"example\":\"https://example.com/webhook\",\"format\":\"uri\"},\"content_type\":{\"type\":\"string\",\"description\":\"The media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`.\",\"example\":\"\\\"json\\\"\"},\"secret\":{\"type\":\"string\",\"description\":\"If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://docs.github.com/webhooks/event-payloads/#delivery-headers).\",\"example\":\"\\\"********\\\"\"},\"insecure_ssl\":{\"oneOf\":[{\"type\":\"string\",\"description\":\"Determines whether the SSL certificate of the host for `url` will be verified when delivering payloads. Supported values include `0` (verification is performed) and `1` (verification is not performed). The default is `0`. **We strongly recommend not setting this to `1` as you are subject to man-in-the-middle and other attacks.**\",\"example\":\"\\\"0\\\"\"},{\"type\":\"number\"}]}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "hook_id" }, + { "name": "url" }, + { "name": "content_type" }, + { "name": "secret" }, + { "name": "insecure_ssl" } ] }, { @@ -8092,7 +10341,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "package_type" }, { "name": "package_name" }] }, { "url": "/orgs/{org}/packages/{package_type}/{package_name}", @@ -8114,6 +10364,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "package_type" }, + { "name": "package_name" }, + { "name": "org" } ] }, { @@ -8136,6 +10391,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "package_type" }, + { "name": "package_name" }, + { "name": "username" } ] }, { @@ -8158,6 +10418,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "package_type" }, + { "name": "package_name" }, + { "name": "package_version_id" } ] }, { @@ -8180,6 +10445,12 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "package_type" }, + { "name": "package_name" }, + { "name": "org" }, + { "name": "package_version_id" } ] }, { @@ -8202,6 +10473,12 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "package_type" }, + { "name": "package_name" }, + { "name": "username" }, + { "name": "package_version_id" } ] }, { @@ -8227,6 +10504,14 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "package_type" }, + { "name": "package_name" }, + { "name": "org" }, + { "name": "page" }, + { "name": "per_page" }, + { "name": "state" } ] }, { @@ -8252,6 +10537,13 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "package_type" }, + { "name": "package_name" }, + { "name": "page" }, + { "name": "per_page" }, + { "name": "state" } ] }, { @@ -8277,6 +10569,13 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "package_type" }, + { "name": "package_name" }, + { "name": "page" }, + { "name": "per_page" }, + { "name": "state" } ] }, { @@ -8302,6 +10601,14 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "package_type" }, + { "name": "package_name" }, + { "name": "org" }, + { "name": "page" }, + { "name": "per_page" }, + { "name": "state" } ] }, { @@ -8327,6 +10634,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "package_type" }, + { "name": "package_name" }, + { "name": "username" } ] }, { @@ -8340,7 +10652,8 @@ "code": 200, "schema": "{\"title\":\"Package\",\"description\":\"A software package\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the package.\",\"type\":\"integer\",\"example\":1},\"name\":{\"description\":\"The name of the package.\",\"type\":\"string\",\"example\":\"super-linter\"},\"package_type\":{\"type\":\"string\",\"example\":\"docker\",\"enum\":[\"npm\",\"maven\",\"rubygems\",\"docker\",\"nuget\",\"container\"]},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/packages/container/super-linter\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/orgs/github/packages/container/package/super-linter\"},\"version_count\":{\"description\":\"The number of versions of the package.\",\"type\":\"integer\",\"example\":1},\"visibility\":{\"type\":\"string\",\"example\":\"private\",\"enum\":[\"private\",\"public\"]},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"repository\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"private\":{\"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\"},\"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\"},\"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\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"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\",\"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},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"template_repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"],\"nullable\":true},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: http://contributor-covenant.org/version/1/4/\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"}},\"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\"],\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"}},\"required\":[\"id\",\"name\",\"package_type\",\"visibility\",\"url\",\"html_url\",\"version_count\",\"created_at\",\"updated_at\"]}" } - ] + ], + "parameters": [{ "name": "package_type" }, { "name": "package_name" }] }, { "url": "/orgs/{org}/packages/{package_type}/{package_name}", @@ -8353,6 +10666,11 @@ "code": 200, "schema": "{\"title\":\"Package\",\"description\":\"A software package\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the package.\",\"type\":\"integer\",\"example\":1},\"name\":{\"description\":\"The name of the package.\",\"type\":\"string\",\"example\":\"super-linter\"},\"package_type\":{\"type\":\"string\",\"example\":\"docker\",\"enum\":[\"npm\",\"maven\",\"rubygems\",\"docker\",\"nuget\",\"container\"]},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/packages/container/super-linter\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/orgs/github/packages/container/package/super-linter\"},\"version_count\":{\"description\":\"The number of versions of the package.\",\"type\":\"integer\",\"example\":1},\"visibility\":{\"type\":\"string\",\"example\":\"private\",\"enum\":[\"private\",\"public\"]},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"repository\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"private\":{\"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\"},\"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\"},\"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\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"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\",\"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},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"template_repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"],\"nullable\":true},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: http://contributor-covenant.org/version/1/4/\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"}},\"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\"],\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"}},\"required\":[\"id\",\"name\",\"package_type\",\"visibility\",\"url\",\"html_url\",\"version_count\",\"created_at\",\"updated_at\"]}" } + ], + "parameters": [ + { "name": "package_type" }, + { "name": "package_name" }, + { "name": "org" } ] }, { @@ -8366,6 +10684,11 @@ "code": 200, "schema": "{\"title\":\"Package\",\"description\":\"A software package\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the package.\",\"type\":\"integer\",\"example\":1},\"name\":{\"description\":\"The name of the package.\",\"type\":\"string\",\"example\":\"super-linter\"},\"package_type\":{\"type\":\"string\",\"example\":\"docker\",\"enum\":[\"npm\",\"maven\",\"rubygems\",\"docker\",\"nuget\",\"container\"]},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/packages/container/super-linter\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/orgs/github/packages/container/package/super-linter\"},\"version_count\":{\"description\":\"The number of versions of the package.\",\"type\":\"integer\",\"example\":1},\"visibility\":{\"type\":\"string\",\"example\":\"private\",\"enum\":[\"private\",\"public\"]},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"repository\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"private\":{\"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\"},\"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\"},\"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\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"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\",\"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},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"template_repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"],\"nullable\":true},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: http://contributor-covenant.org/version/1/4/\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"}},\"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\"],\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"}},\"required\":[\"id\",\"name\",\"package_type\",\"visibility\",\"url\",\"html_url\",\"version_count\",\"created_at\",\"updated_at\"]}" } + ], + "parameters": [ + { "name": "package_type" }, + { "name": "package_name" }, + { "name": "username" } ] }, { @@ -8379,6 +10702,11 @@ "code": 200, "schema": "{\"title\":\"Package Version\",\"description\":\"A version of a software package\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the package version.\",\"type\":\"integer\",\"example\":1},\"name\":{\"description\":\"The name of the package version.\",\"type\":\"string\",\"example\":\"latest\"},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/packages/container/super-linter/versions/786068\"},\"package_html_url\":{\"type\":\"string\",\"example\":\"https://github.com/orgs/github/packages/container/package/super-linter\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/orgs/github/packages/container/super-linter/786068\"},\"license\":{\"type\":\"string\",\"example\":\"MIT\"},\"description\":{\"type\":\"string\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-10T20:09:31Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2014-03-03T18:58:10Z\"},\"deleted_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2014-03-03T18:58:10Z\"},\"metadata\":{\"type\":\"object\",\"title\":\"Package Version Metadata\",\"properties\":{\"package_type\":{\"type\":\"string\",\"example\":\"docker\",\"enum\":[\"npm\",\"maven\",\"rubygems\",\"docker\",\"nuget\",\"container\"]},\"container\":{\"type\":\"object\",\"title\":\"Container Metadata\",\"properties\":{\"tags\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}},\"required\":[\"tags\"]},\"docker\":{\"type\":\"object\",\"title\":\"Docker Metadata\",\"properties\":{\"tag\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}},\"required\":[\"tags\"]}},\"required\":[\"package_type\"]}},\"required\":[\"id\",\"name\",\"url\",\"package_html_url\",\"created_at\",\"updated_at\"]}" } + ], + "parameters": [ + { "name": "package_type" }, + { "name": "package_name" }, + { "name": "package_version_id" } ] }, { @@ -8392,6 +10720,12 @@ "code": 200, "schema": "{\"title\":\"Package Version\",\"description\":\"A version of a software package\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the package version.\",\"type\":\"integer\",\"example\":1},\"name\":{\"description\":\"The name of the package version.\",\"type\":\"string\",\"example\":\"latest\"},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/packages/container/super-linter/versions/786068\"},\"package_html_url\":{\"type\":\"string\",\"example\":\"https://github.com/orgs/github/packages/container/package/super-linter\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/orgs/github/packages/container/super-linter/786068\"},\"license\":{\"type\":\"string\",\"example\":\"MIT\"},\"description\":{\"type\":\"string\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-10T20:09:31Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2014-03-03T18:58:10Z\"},\"deleted_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2014-03-03T18:58:10Z\"},\"metadata\":{\"type\":\"object\",\"title\":\"Package Version Metadata\",\"properties\":{\"package_type\":{\"type\":\"string\",\"example\":\"docker\",\"enum\":[\"npm\",\"maven\",\"rubygems\",\"docker\",\"nuget\",\"container\"]},\"container\":{\"type\":\"object\",\"title\":\"Container Metadata\",\"properties\":{\"tags\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}},\"required\":[\"tags\"]},\"docker\":{\"type\":\"object\",\"title\":\"Docker Metadata\",\"properties\":{\"tag\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}},\"required\":[\"tags\"]}},\"required\":[\"package_type\"]}},\"required\":[\"id\",\"name\",\"url\",\"package_html_url\",\"created_at\",\"updated_at\"]}" } + ], + "parameters": [ + { "name": "package_type" }, + { "name": "package_name" }, + { "name": "org" }, + { "name": "package_version_id" } ] }, { @@ -8405,6 +10739,12 @@ "code": 200, "schema": "{\"title\":\"Package Version\",\"description\":\"A version of a software package\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the package version.\",\"type\":\"integer\",\"example\":1},\"name\":{\"description\":\"The name of the package version.\",\"type\":\"string\",\"example\":\"latest\"},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/packages/container/super-linter/versions/786068\"},\"package_html_url\":{\"type\":\"string\",\"example\":\"https://github.com/orgs/github/packages/container/package/super-linter\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/orgs/github/packages/container/super-linter/786068\"},\"license\":{\"type\":\"string\",\"example\":\"MIT\"},\"description\":{\"type\":\"string\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-10T20:09:31Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2014-03-03T18:58:10Z\"},\"deleted_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2014-03-03T18:58:10Z\"},\"metadata\":{\"type\":\"object\",\"title\":\"Package Version Metadata\",\"properties\":{\"package_type\":{\"type\":\"string\",\"example\":\"docker\",\"enum\":[\"npm\",\"maven\",\"rubygems\",\"docker\",\"nuget\",\"container\"]},\"container\":{\"type\":\"object\",\"title\":\"Container Metadata\",\"properties\":{\"tags\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}},\"required\":[\"tags\"]},\"docker\":{\"type\":\"object\",\"title\":\"Docker Metadata\",\"properties\":{\"tag\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}},\"required\":[\"tags\"]}},\"required\":[\"package_type\"]}},\"required\":[\"id\",\"name\",\"url\",\"package_html_url\",\"created_at\",\"updated_at\"]}" } + ], + "parameters": [ + { "name": "package_type" }, + { "name": "package_name" }, + { "name": "package_version_id" }, + { "name": "username" } ] }, { @@ -8418,7 +10758,8 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Package\",\"description\":\"A software package\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the package.\",\"type\":\"integer\",\"example\":1},\"name\":{\"description\":\"The name of the package.\",\"type\":\"string\",\"example\":\"super-linter\"},\"package_type\":{\"type\":\"string\",\"example\":\"docker\",\"enum\":[\"npm\",\"maven\",\"rubygems\",\"docker\",\"nuget\",\"container\"]},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/packages/container/super-linter\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/orgs/github/packages/container/package/super-linter\"},\"version_count\":{\"description\":\"The number of versions of the package.\",\"type\":\"integer\",\"example\":1},\"visibility\":{\"type\":\"string\",\"example\":\"private\",\"enum\":[\"private\",\"public\"]},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"repository\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"private\":{\"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\"},\"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\"},\"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\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"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\",\"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},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"template_repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"],\"nullable\":true},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: http://contributor-covenant.org/version/1/4/\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"}},\"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\"],\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"}},\"required\":[\"id\",\"name\",\"package_type\",\"visibility\",\"url\",\"html_url\",\"version_count\",\"created_at\",\"updated_at\"]}}" } - ] + ], + "parameters": [{ "name": "package_type" }, { "name": "visibility" }] }, { "url": "/orgs/{org}/packages", @@ -8439,6 +10780,11 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "package_type" }, + { "name": "org" }, + { "name": "visibility" } ] }, { @@ -8460,6 +10806,11 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "package_type" }, + { "name": "visibility" }, + { "name": "username" } ] }, { @@ -8482,6 +10833,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "package_type" }, + { "name": "package_name" }, + { "name": "token" } ] }, { @@ -8504,6 +10860,12 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "package_type" }, + { "name": "package_name" }, + { "name": "org" }, + { "name": "token" } ] }, { @@ -8526,6 +10888,12 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "package_type" }, + { "name": "package_name" }, + { "name": "username" }, + { "name": "token" } ] }, { @@ -8548,6 +10916,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "package_type" }, + { "name": "package_name" }, + { "name": "package_version_id" } ] }, { @@ -8570,6 +10943,12 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "package_type" }, + { "name": "package_name" }, + { "name": "org" }, + { "name": "package_version_id" } ] }, { @@ -8592,6 +10971,12 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "package_type" }, + { "name": "package_name" }, + { "name": "username" }, + { "name": "package_version_id" } ] }, { @@ -8619,6 +11004,11 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "project_id" }, + { "name": "username" }, + { "name": "permission" } ] }, { @@ -8649,6 +11039,12 @@ "code": 503, "schema": "{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"}}}}}}" } + ], + "parameters": [ + { "name": "column_id" }, + { "name": "note" }, + { "name": "content_id" }, + { "name": "content_type" } ] }, { @@ -8675,7 +11071,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error Simple\",\"description\":\"Validation Error Simple\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } - ] + ], + "parameters": [{ "name": "project_id" }, { "name": "name" }] }, { "url": "/user/projects", @@ -8701,7 +11098,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error Simple\",\"description\":\"Validation Error Simple\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } - ] + ], + "parameters": [{ "name": "name" }, { "name": "body" }] }, { "url": "/orgs/{org}/projects", @@ -8734,7 +11132,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error Simple\",\"description\":\"Validation Error Simple\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } - ] + ], + "parameters": [{ "name": "org" }, { "name": "name" }, { "name": "body" }] }, { "url": "/repos/{owner}/{repo}/projects", @@ -8767,6 +11166,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error Simple\",\"description\":\"Validation Error Simple\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "name" }, + { "name": "body" } ] }, { @@ -8794,7 +11199,8 @@ "code": 410, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "project_id" }] }, { "url": "/projects/columns/cards/{card_id}", @@ -8817,7 +11223,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "card_id" }] }, { "url": "/projects/columns/{column_id}", @@ -8836,7 +11243,8 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "column_id" }] }, { "url": "/projects/{project_id}", @@ -8858,7 +11266,8 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "project_id" }] }, { "url": "/projects/columns/cards/{card_id}", @@ -8884,7 +11293,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "card_id" }] }, { "url": "/projects/columns/{column_id}", @@ -8910,7 +11320,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "column_id" }] }, { "url": "/projects/{project_id}/collaborators/{username}/permission", @@ -8940,7 +11351,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "project_id" }, { "name": "username" }] }, { "url": "/projects/columns/{column_id}/cards", @@ -8962,6 +11374,12 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "column_id" }, + { "name": "archived_state" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -8992,6 +11410,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "project_id" }, + { "name": "affiliation" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -9014,6 +11438,11 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "project_id" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -9031,6 +11460,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error Simple\",\"description\":\"Validation Error Simple\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "state" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -9064,6 +11499,13 @@ "code": 422, "schema": "{\"title\":\"Validation Error Simple\",\"description\":\"Validation Error Simple\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "state" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -9081,6 +11523,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "username" }, + { "name": "state" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -9111,6 +11559,11 @@ "code": 503, "schema": "{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"}}}}}}" } + ], + "parameters": [ + { "name": "card_id" }, + { "name": "position" }, + { "name": "column_id" } ] }, { @@ -9137,7 +11590,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error Simple\",\"description\":\"Validation Error Simple\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } - ] + ], + "parameters": [{ "name": "column_id" }, { "name": "position" }] }, { "url": "/projects/{project_id}/collaborators/{username}", @@ -9164,7 +11618,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "project_id" }, { "name": "username" }] }, { "url": "/projects/{project_id}", @@ -9195,6 +11650,14 @@ "code": 422, "schema": "{\"title\":\"Validation Error Simple\",\"description\":\"Validation Error Simple\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } + ], + "parameters": [ + { "name": "project_id" }, + { "name": "name" }, + { "name": "body" }, + { "name": "state" }, + { "name": "organization_permission" }, + { "name": "private" } ] }, { @@ -9225,6 +11688,11 @@ "code": 422, "schema": "{\"title\":\"Validation Error Simple\",\"description\":\"Validation Error Simple\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } + ], + "parameters": [ + { "name": "card_id" }, + { "name": "note" }, + { "name": "archived" } ] }, { @@ -9247,7 +11715,8 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "column_id" }, { "name": "name" }] }, { "url": "/repos/{owner}/{repo}/pulls/{pull_number}/merge", @@ -9258,6 +11727,11 @@ "responses": [ { "code": 204, "schema": null }, { "code": 404, "schema": null } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "pull_number" } ] }, { @@ -9279,6 +11753,17 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "title" }, + { "name": "head" }, + { "name": "base" }, + { "name": "body" }, + { "name": "maintainer_can_modify" }, + { "name": "draft" }, + { "name": "issue" } ] }, { @@ -9296,6 +11781,13 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "pull_number" }, + { "name": "comment_id" }, + { "name": "body" } ] }, { @@ -9317,6 +11809,22 @@ "code": 422, "schema": "{\"title\":\"Validation Error Simple\",\"description\":\"Validation Error Simple\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "pull_number" }, + { "name": "commit_id" }, + { "name": "body" }, + { "name": "event" }, + { "name": "comments" }, + { "name": "comments[].path" }, + { "name": "comments[].position" }, + { "name": "comments[].body" }, + { "name": "comments[].line" }, + { "name": "comments[].side" }, + { "name": "comments[].start_line" }, + { "name": "comments[].start_side" } ] }, { @@ -9338,6 +11846,20 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "pull_number" }, + { "name": "body" }, + { "name": "commit_id" }, + { "name": "path" }, + { "name": "position" }, + { "name": "side" }, + { "name": "line" }, + { "name": "start_line" }, + { "name": "start_side" }, + { "name": "in_reply_to" } ] }, { @@ -9359,6 +11881,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error Simple\",\"description\":\"Validation Error Simple\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "pull_number" }, + { "name": "review_id" } ] }, { @@ -9373,6 +11901,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "comment_id" } ] }, { @@ -9394,6 +11927,14 @@ "code": 422, "schema": "{\"title\":\"Validation Error Simple\",\"description\":\"Validation Error Simple\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "pull_number" }, + { "name": "review_id" }, + { "name": "message" }, + { "name": "event" } ] }, { @@ -9416,6 +11957,11 @@ "code": 500, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "pull_number" } ] }, { @@ -9433,6 +11979,12 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "pull_number" }, + { "name": "review_id" } ] }, { @@ -9450,6 +12002,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "comment_id" } ] }, { @@ -9468,6 +12025,17 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "state" }, + { "name": "head" }, + { "name": "base" }, + { "name": "sort" }, + { "name": "direction" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -9485,6 +12053,14 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "pull_number" }, + { "name": "review_id" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -9498,6 +12074,13 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Commit\",\"description\":\"Commit\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e\"},\"sha\":{\"type\":\"string\",\"example\":\"6dcb09b5b57875f334f61aebed695e2e4193db5e\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDY6Q29tbWl0NmRjYjA5YjViNTc4NzVmMzM0ZjYxYWViZWQ2OTVlMmU0MTkzZGI1ZQ==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e\"},\"comments_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e/comments\"},\"commit\":{\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e\"},\"author\":{\"title\":\"Git User\",\"description\":\"Metaproperties for Git author/committer information.\",\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\",\"example\":\"\\\"Chris Wanstrath\\\"\"},\"email\":{\"type\":\"string\",\"example\":\"\\\"chris@ozmm.org\\\"\"},\"date\":{\"type\":\"string\",\"example\":\"\\\"2007-10-29T02:42:39.000-07:00\\\"\"}},\"nullable\":true},\"committer\":{\"title\":\"Git User\",\"description\":\"Metaproperties for Git author/committer information.\",\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\",\"example\":\"\\\"Chris Wanstrath\\\"\"},\"email\":{\"type\":\"string\",\"example\":\"\\\"chris@ozmm.org\\\"\"},\"date\":{\"type\":\"string\",\"example\":\"\\\"2007-10-29T02:42:39.000-07:00\\\"\"}},\"nullable\":true},\"message\":{\"type\":\"string\",\"example\":\"Fix all the bugs\"},\"comment_count\":{\"type\":\"integer\",\"example\":0},\"tree\":{\"type\":\"object\",\"properties\":{\"sha\":{\"type\":\"string\",\"example\":\"827efc6d56897b048c772eb4087f854f46256132\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/tree/827efc6d56897b048c772eb4087f854f46256132\"}},\"required\":[\"sha\",\"url\"]},\"verification\":{\"title\":\"Verification\",\"type\":\"object\",\"properties\":{\"verified\":{\"type\":\"boolean\"},\"reason\":{\"type\":\"string\"},\"payload\":{\"type\":\"string\",\"nullable\":true},\"signature\":{\"type\":\"string\",\"nullable\":true}},\"required\":[\"verified\",\"reason\",\"payload\",\"signature\"]}},\"required\":[\"author\",\"committer\",\"comment_count\",\"message\",\"tree\",\"url\"]},\"author\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"committer\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"parents\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"sha\":{\"type\":\"string\",\"example\":\"7638417db6d59f3c431d3e1f261cc637155684cd\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/commits/7638417db6d59f3c431d3e1f261cc637155684cd\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World/commit/7638417db6d59f3c431d3e1f261cc637155684cd\"}},\"required\":[\"sha\",\"url\"]}},\"stats\":{\"type\":\"object\",\"properties\":{\"additions\":{\"type\":\"integer\"},\"deletions\":{\"type\":\"integer\"},\"total\":{\"type\":\"integer\"}}},\"files\":{\"type\":\"array\",\"items\":{\"title\":\"Diff Entry\",\"description\":\"Diff Entry\",\"type\":\"object\",\"properties\":{\"sha\":{\"type\":\"string\",\"example\":\"bbcd538c8e72b8c175046e27cc8f907076331401\"},\"filename\":{\"type\":\"string\",\"example\":\"file1.txt\"},\"status\":{\"type\":\"string\",\"enum\":[\"added\",\"removed\",\"modified\",\"renamed\",\"copied\",\"changed\",\"unchanged\"],\"example\":\"added\"},\"additions\":{\"type\":\"integer\",\"example\":103},\"deletions\":{\"type\":\"integer\",\"example\":21},\"changes\":{\"type\":\"integer\",\"example\":124},\"blob_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World/blob/6dcb09b5b57875f334f61aebed695e2e4193db5e/file1.txt\"},\"raw_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World/raw/6dcb09b5b57875f334f61aebed695e2e4193db5e/file1.txt\"},\"contents_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/contents/file1.txt?ref=6dcb09b5b57875f334f61aebed695e2e4193db5e\"},\"patch\":{\"type\":\"string\",\"example\":\"@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test\"},\"previous_filename\":{\"type\":\"string\",\"example\":\"file.txt\"}},\"required\":[\"additions\",\"blob_url\",\"changes\",\"contents_url\",\"deletions\",\"filename\",\"raw_url\",\"sha\",\"status\"]}}},\"required\":[\"url\",\"sha\",\"node_id\",\"html_url\",\"comments_url\",\"commit\",\"author\",\"committer\",\"parents\"]}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "pull_number" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -9519,6 +12102,13 @@ "code": 500, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "pull_number" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -9532,6 +12122,13 @@ "code": 200, "schema": "{\"title\":\"Pull Request Review Request\",\"description\":\"Pull Request Review Request\",\"type\":\"object\",\"properties\":{\"users\":{\"type\":\"array\",\"items\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]}},\"teams\":{\"type\":\"array\",\"items\":{\"title\":\"Team\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"slug\":{\"type\":\"string\"},\"description\":{\"type\":\"string\",\"nullable\":true},\"privacy\":{\"type\":\"string\"},\"permission\":{\"type\":\"string\"},\"permissions\":{\"type\":\"object\",\"properties\":{\"pull\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"admin\":{\"type\":\"boolean\"}},\"required\":[\"pull\",\"triage\",\"push\",\"maintain\",\"admin\"]},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"members_url\":{\"type\":\"string\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\"},\"parent\":{\"title\":\"Team Simple\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"name\":{\"description\":\"Name of the team\",\"type\":\"string\",\"example\":\"Justice League\"},\"description\":{\"description\":\"Description of the team\",\"type\":\"string\",\"nullable\":true,\"example\":\"A great team.\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"type\":\"string\",\"example\":\"admin\"},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"example\":\"closed\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\"],\"nullable\":true}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\",\"parent\"]}}},\"required\":[\"users\",\"teams\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "pull_number" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -9545,6 +12142,16 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Pull Request Review Comment\",\"description\":\"Pull Request Review Comments are comments on a portion of the Pull Request's diff.\",\"type\":\"object\",\"properties\":{\"url\":{\"description\":\"URL for the pull request review comment\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/pulls/comments/1\",\"type\":\"string\"},\"pull_request_review_id\":{\"description\":\"The ID of the pull request review to which the comment belongs.\",\"example\":42,\"type\":\"integer\",\"nullable\":true},\"id\":{\"description\":\"The ID of the pull request review comment.\",\"example\":1,\"type\":\"integer\"},\"node_id\":{\"description\":\"The node ID of the pull request review comment.\",\"type\":\"string\",\"example\":\"MDI0OlB1bGxSZXF1ZXN0UmV2aWV3Q29tbWVudDEw\"},\"diff_hunk\":{\"description\":\"The diff of the line that the comment refers to.\",\"type\":\"string\",\"example\":\"@@ -16,33 +16,40 @@ public class Connection : IConnection...\"},\"path\":{\"description\":\"The relative path of the file to which the comment applies.\",\"example\":\"config/database.yaml\",\"type\":\"string\"},\"position\":{\"description\":\"The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.\",\"example\":1,\"type\":\"integer\"},\"original_position\":{\"description\":\"The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.\",\"example\":4,\"type\":\"integer\"},\"commit_id\":{\"description\":\"The SHA of the commit to which the comment applies.\",\"example\":\"6dcb09b5b57875f334f61aebed695e2e4193db5e\",\"type\":\"string\"},\"original_commit_id\":{\"description\":\"The SHA of the original commit to which the comment applies.\",\"example\":\"9c48853fa3dc5c1c3d6f1f1cd1f2743e72652840\",\"type\":\"string\"},\"in_reply_to_id\":{\"description\":\"The comment ID to reply to.\",\"example\":8,\"type\":\"integer\"},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"body\":{\"description\":\"The text of the comment.\",\"example\":\"We should probably include a check for null values here.\",\"type\":\"string\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-14T16:00:49Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-14T16:00:49Z\"},\"html_url\":{\"description\":\"HTML URL for the pull request review comment.\",\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World/pull/1#discussion-diff-1\"},\"pull_request_url\":{\"description\":\"URL for the pull request that the review comment belongs to.\",\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/pulls/1\"},\"author_association\":{\"title\":\"author_association\",\"type\":\"string\",\"example\":\"OWNER\",\"description\":\"How the author is associated with the repository.\",\"enum\":[\"COLLABORATOR\",\"CONTRIBUTOR\",\"FIRST_TIMER\",\"FIRST_TIME_CONTRIBUTOR\",\"MANNEQUIN\",\"MEMBER\",\"NONE\",\"OWNER\"]},\"_links\":{\"type\":\"object\",\"properties\":{\"self\":{\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/pulls/comments/1\"}},\"required\":[\"href\"]},\"html\":{\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World/pull/1#discussion-diff-1\"}},\"required\":[\"href\"]},\"pull_request\":{\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/pulls/1\"}},\"required\":[\"href\"]}},\"required\":[\"self\",\"html\",\"pull_request\"]},\"start_line\":{\"type\":\"integer\",\"description\":\"The first line of the range for a multi-line comment.\",\"example\":2,\"nullable\":true},\"original_start_line\":{\"type\":\"integer\",\"description\":\"The first line of the range for a multi-line comment.\",\"example\":2,\"nullable\":true},\"start_side\":{\"type\":\"string\",\"description\":\"The side of the first line of the range for a multi-line comment.\",\"enum\":[\"LEFT\",\"RIGHT\"],\"default\":\"RIGHT\",\"nullable\":true},\"line\":{\"description\":\"The line of the blob to which the comment applies. The last line of the range for a multi-line comment\",\"example\":2,\"type\":\"integer\"},\"original_line\":{\"description\":\"The line of the blob to which the comment applies. The last line of the range for a multi-line comment\",\"example\":2,\"type\":\"integer\"},\"side\":{\"description\":\"The side of the diff to which the comment applies. The side of the last line of the range for a multi-line comment\",\"enum\":[\"LEFT\",\"RIGHT\"],\"default\":\"RIGHT\",\"type\":\"string\"},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]},\"body_html\":{\"type\":\"string\",\"example\":\"\\\"

comment body

\\\"\"},\"body_text\":{\"type\":\"string\",\"example\":\"\\\"comment body\\\"\"}},\"required\":[\"url\",\"id\",\"node_id\",\"pull_request_review_id\",\"diff_hunk\",\"path\",\"position\",\"original_position\",\"commit_id\",\"original_commit_id\",\"user\",\"body\",\"created_at\",\"updated_at\",\"html_url\",\"pull_request_url\",\"author_association\",\"_links\"]}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "pull_number" }, + { "name": "sort" }, + { "name": "direction" }, + { "name": "since" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -9558,6 +12165,15 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Pull Request Review Comment\",\"description\":\"Pull Request Review Comments are comments on a portion of the Pull Request's diff.\",\"type\":\"object\",\"properties\":{\"url\":{\"description\":\"URL for the pull request review comment\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/pulls/comments/1\",\"type\":\"string\"},\"pull_request_review_id\":{\"description\":\"The ID of the pull request review to which the comment belongs.\",\"example\":42,\"type\":\"integer\",\"nullable\":true},\"id\":{\"description\":\"The ID of the pull request review comment.\",\"example\":1,\"type\":\"integer\"},\"node_id\":{\"description\":\"The node ID of the pull request review comment.\",\"type\":\"string\",\"example\":\"MDI0OlB1bGxSZXF1ZXN0UmV2aWV3Q29tbWVudDEw\"},\"diff_hunk\":{\"description\":\"The diff of the line that the comment refers to.\",\"type\":\"string\",\"example\":\"@@ -16,33 +16,40 @@ public class Connection : IConnection...\"},\"path\":{\"description\":\"The relative path of the file to which the comment applies.\",\"example\":\"config/database.yaml\",\"type\":\"string\"},\"position\":{\"description\":\"The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.\",\"example\":1,\"type\":\"integer\"},\"original_position\":{\"description\":\"The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.\",\"example\":4,\"type\":\"integer\"},\"commit_id\":{\"description\":\"The SHA of the commit to which the comment applies.\",\"example\":\"6dcb09b5b57875f334f61aebed695e2e4193db5e\",\"type\":\"string\"},\"original_commit_id\":{\"description\":\"The SHA of the original commit to which the comment applies.\",\"example\":\"9c48853fa3dc5c1c3d6f1f1cd1f2743e72652840\",\"type\":\"string\"},\"in_reply_to_id\":{\"description\":\"The comment ID to reply to.\",\"example\":8,\"type\":\"integer\"},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"body\":{\"description\":\"The text of the comment.\",\"example\":\"We should probably include a check for null values here.\",\"type\":\"string\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-14T16:00:49Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-14T16:00:49Z\"},\"html_url\":{\"description\":\"HTML URL for the pull request review comment.\",\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World/pull/1#discussion-diff-1\"},\"pull_request_url\":{\"description\":\"URL for the pull request that the review comment belongs to.\",\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/pulls/1\"},\"author_association\":{\"title\":\"author_association\",\"type\":\"string\",\"example\":\"OWNER\",\"description\":\"How the author is associated with the repository.\",\"enum\":[\"COLLABORATOR\",\"CONTRIBUTOR\",\"FIRST_TIMER\",\"FIRST_TIME_CONTRIBUTOR\",\"MANNEQUIN\",\"MEMBER\",\"NONE\",\"OWNER\"]},\"_links\":{\"type\":\"object\",\"properties\":{\"self\":{\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/pulls/comments/1\"}},\"required\":[\"href\"]},\"html\":{\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World/pull/1#discussion-diff-1\"}},\"required\":[\"href\"]},\"pull_request\":{\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/pulls/1\"}},\"required\":[\"href\"]}},\"required\":[\"self\",\"html\",\"pull_request\"]},\"start_line\":{\"type\":\"integer\",\"description\":\"The first line of the range for a multi-line comment.\",\"example\":2,\"nullable\":true},\"original_start_line\":{\"type\":\"integer\",\"description\":\"The first line of the range for a multi-line comment.\",\"example\":2,\"nullable\":true},\"start_side\":{\"type\":\"string\",\"description\":\"The side of the first line of the range for a multi-line comment.\",\"enum\":[\"LEFT\",\"RIGHT\"],\"default\":\"RIGHT\",\"nullable\":true},\"line\":{\"description\":\"The line of the blob to which the comment applies. The last line of the range for a multi-line comment\",\"example\":2,\"type\":\"integer\"},\"original_line\":{\"description\":\"The line of the blob to which the comment applies. The last line of the range for a multi-line comment\",\"example\":2,\"type\":\"integer\"},\"side\":{\"description\":\"The side of the diff to which the comment applies. The side of the last line of the range for a multi-line comment\",\"enum\":[\"LEFT\",\"RIGHT\"],\"default\":\"RIGHT\",\"type\":\"string\"},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]},\"body_html\":{\"type\":\"string\",\"example\":\"\\\"

comment body

\\\"\"},\"body_text\":{\"type\":\"string\",\"example\":\"\\\"comment body\\\"\"}},\"required\":[\"url\",\"id\",\"node_id\",\"pull_request_review_id\",\"diff_hunk\",\"path\",\"position\",\"original_position\",\"commit_id\",\"original_commit_id\",\"user\",\"body\",\"created_at\",\"updated_at\",\"html_url\",\"pull_request_url\",\"author_association\",\"_links\"]}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "sort" }, + { "name": "direction" }, + { "name": "since" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -9571,6 +12187,13 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Pull Request Review\",\"description\":\"Pull Request Reviews are reviews on pull requests.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the review\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA=\"},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"body\":{\"description\":\"The text of the review.\",\"example\":\"This looks great.\",\"type\":\"string\"},\"state\":{\"type\":\"string\",\"example\":\"CHANGES_REQUESTED\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World/pull/12#pullrequestreview-80\"},\"pull_request_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/pulls/12\"},\"_links\":{\"type\":\"object\",\"properties\":{\"html\":{\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\"}},\"required\":[\"href\"]},\"pull_request\":{\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\"}},\"required\":[\"href\"]}},\"required\":[\"html\",\"pull_request\"]},\"submitted_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"commit_id\":{\"description\":\"A commit SHA for the review.\",\"example\":\"54bb654c9e6025347f57900a4a5c2313a96b8035\",\"type\":\"string\"},\"body_html\":{\"type\":\"string\"},\"body_text\":{\"type\":\"string\"},\"author_association\":{\"title\":\"author_association\",\"type\":\"string\",\"example\":\"OWNER\",\"description\":\"How the author is associated with the repository.\",\"enum\":[\"COLLABORATOR\",\"CONTRIBUTOR\",\"FIRST_TIMER\",\"FIRST_TIME_CONTRIBUTOR\",\"MANNEQUIN\",\"MEMBER\",\"NONE\",\"OWNER\"]}},\"required\":[\"id\",\"node_id\",\"user\",\"body\",\"state\",\"commit_id\",\"html_url\",\"pull_request_url\",\"_links\",\"author_association\"]}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "pull_number" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -9604,6 +12227,15 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "pull_number" }, + { "name": "commit_title" }, + { "name": "commit_message" }, + { "name": "sha" }, + { "name": "merge_method" } ] }, { @@ -9621,6 +12253,13 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "pull_number" }, + { "name": "reviewers" }, + { "name": "team_reviewers" } ] }, { @@ -9639,6 +12278,13 @@ "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" }, { "code": 422, "schema": null } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "pull_number" }, + { "name": "reviewers" }, + { "name": "team_reviewers" } ] }, { @@ -9664,6 +12310,14 @@ "code": 422, "schema": "{\"title\":\"Validation Error Simple\",\"description\":\"Validation Error Simple\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "pull_number" }, + { "name": "review_id" }, + { "name": "body" }, + { "name": "event" } ] }, { @@ -9685,6 +12339,16 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "pull_number" }, + { "name": "title" }, + { "name": "body" }, + { "name": "state" }, + { "name": "base" }, + { "name": "maintainer_can_modify" } ] }, { @@ -9706,6 +12370,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "pull_number" }, + { "name": "expected_head_sha" } ] }, { @@ -9723,6 +12393,13 @@ "code": 422, "schema": "{\"title\":\"Validation Error Simple\",\"description\":\"Validation Error Simple\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "pull_number" }, + { "name": "review_id" }, + { "name": "body" } ] }, { @@ -9736,6 +12413,12 @@ "code": 200, "schema": "{\"title\":\"Pull Request Review Comment\",\"description\":\"Pull Request Review Comments are comments on a portion of the Pull Request's diff.\",\"type\":\"object\",\"properties\":{\"url\":{\"description\":\"URL for the pull request review comment\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/pulls/comments/1\",\"type\":\"string\"},\"pull_request_review_id\":{\"description\":\"The ID of the pull request review to which the comment belongs.\",\"example\":42,\"type\":\"integer\",\"nullable\":true},\"id\":{\"description\":\"The ID of the pull request review comment.\",\"example\":1,\"type\":\"integer\"},\"node_id\":{\"description\":\"The node ID of the pull request review comment.\",\"type\":\"string\",\"example\":\"MDI0OlB1bGxSZXF1ZXN0UmV2aWV3Q29tbWVudDEw\"},\"diff_hunk\":{\"description\":\"The diff of the line that the comment refers to.\",\"type\":\"string\",\"example\":\"@@ -16,33 +16,40 @@ public class Connection : IConnection...\"},\"path\":{\"description\":\"The relative path of the file to which the comment applies.\",\"example\":\"config/database.yaml\",\"type\":\"string\"},\"position\":{\"description\":\"The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.\",\"example\":1,\"type\":\"integer\"},\"original_position\":{\"description\":\"The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.\",\"example\":4,\"type\":\"integer\"},\"commit_id\":{\"description\":\"The SHA of the commit to which the comment applies.\",\"example\":\"6dcb09b5b57875f334f61aebed695e2e4193db5e\",\"type\":\"string\"},\"original_commit_id\":{\"description\":\"The SHA of the original commit to which the comment applies.\",\"example\":\"9c48853fa3dc5c1c3d6f1f1cd1f2743e72652840\",\"type\":\"string\"},\"in_reply_to_id\":{\"description\":\"The comment ID to reply to.\",\"example\":8,\"type\":\"integer\"},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"body\":{\"description\":\"The text of the comment.\",\"example\":\"We should probably include a check for null values here.\",\"type\":\"string\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-14T16:00:49Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-14T16:00:49Z\"},\"html_url\":{\"description\":\"HTML URL for the pull request review comment.\",\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World/pull/1#discussion-diff-1\"},\"pull_request_url\":{\"description\":\"URL for the pull request that the review comment belongs to.\",\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/pulls/1\"},\"author_association\":{\"title\":\"author_association\",\"type\":\"string\",\"example\":\"OWNER\",\"description\":\"How the author is associated with the repository.\",\"enum\":[\"COLLABORATOR\",\"CONTRIBUTOR\",\"FIRST_TIMER\",\"FIRST_TIME_CONTRIBUTOR\",\"MANNEQUIN\",\"MEMBER\",\"NONE\",\"OWNER\"]},\"_links\":{\"type\":\"object\",\"properties\":{\"self\":{\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/pulls/comments/1\"}},\"required\":[\"href\"]},\"html\":{\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World/pull/1#discussion-diff-1\"}},\"required\":[\"href\"]},\"pull_request\":{\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/pulls/1\"}},\"required\":[\"href\"]}},\"required\":[\"self\",\"html\",\"pull_request\"]},\"start_line\":{\"type\":\"integer\",\"description\":\"The first line of the range for a multi-line comment.\",\"example\":2,\"nullable\":true},\"original_start_line\":{\"type\":\"integer\",\"description\":\"The first line of the range for a multi-line comment.\",\"example\":2,\"nullable\":true},\"start_side\":{\"type\":\"string\",\"description\":\"The side of the first line of the range for a multi-line comment.\",\"enum\":[\"LEFT\",\"RIGHT\"],\"default\":\"RIGHT\",\"nullable\":true},\"line\":{\"description\":\"The line of the blob to which the comment applies. The last line of the range for a multi-line comment\",\"example\":2,\"type\":\"integer\"},\"original_line\":{\"description\":\"The line of the blob to which the comment applies. The last line of the range for a multi-line comment\",\"example\":2,\"type\":\"integer\"},\"side\":{\"description\":\"The side of the diff to which the comment applies. The side of the last line of the range for a multi-line comment\",\"enum\":[\"LEFT\",\"RIGHT\"],\"default\":\"RIGHT\",\"type\":\"string\"},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]},\"body_html\":{\"type\":\"string\",\"example\":\"\\\"

comment body

\\\"\"},\"body_text\":{\"type\":\"string\",\"example\":\"\\\"comment body\\\"\"}},\"required\":[\"url\",\"id\",\"node_id\",\"pull_request_review_id\",\"diff_hunk\",\"path\",\"position\",\"original_position\",\"commit_id\",\"original_commit_id\",\"user\",\"body\",\"created_at\",\"updated_at\",\"html_url\",\"pull_request_url\",\"author_association\",\"_links\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "comment_id" }, + { "name": "body" } ] }, { @@ -9754,7 +12437,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [] }, { "url": "/repos/{owner}/{repo}/comments/{comment_id}/reactions", @@ -9775,6 +12459,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "comment_id" }, + { "name": "content" } ] }, { @@ -9796,6 +12486,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "issue_number" }, + { "name": "content" } ] }, { @@ -9817,6 +12513,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "comment_id" }, + { "name": "content" } ] }, { @@ -9838,6 +12540,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "comment_id" }, + { "name": "content" } ] }, { @@ -9859,6 +12567,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "release_id" }, + { "name": "content" } ] }, { @@ -9876,6 +12590,13 @@ "code": 201, "schema": "{\"title\":\"Reaction\",\"description\":\"Reactions to conversations provide a way to help people express their feelings more simply and effectively.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDg6UmVhY3Rpb24x\"},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"content\":{\"description\":\"The reaction to use\",\"example\":\"heart\",\"type\":\"string\",\"enum\":[\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"rocket\",\"eyes\"]},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2016-05-20T20:09:31Z\"}},\"required\":[\"id\",\"node_id\",\"user\",\"content\",\"created_at\"]}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "team_slug" }, + { "name": "discussion_number" }, + { "name": "comment_number" }, + { "name": "content" } ] }, { @@ -9889,6 +12610,12 @@ "code": 201, "schema": "{\"title\":\"Reaction\",\"description\":\"Reactions to conversations provide a way to help people express their feelings more simply and effectively.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDg6UmVhY3Rpb24x\"},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"content\":{\"description\":\"The reaction to use\",\"example\":\"heart\",\"type\":\"string\",\"enum\":[\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"rocket\",\"eyes\"]},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2016-05-20T20:09:31Z\"}},\"required\":[\"id\",\"node_id\",\"user\",\"content\",\"created_at\"]}" } + ], + "parameters": [ + { "name": "team_id" }, + { "name": "discussion_number" }, + { "name": "comment_number" }, + { "name": "content" } ] }, { @@ -9906,6 +12633,12 @@ "code": 201, "schema": "{\"title\":\"Reaction\",\"description\":\"Reactions to conversations provide a way to help people express their feelings more simply and effectively.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDg6UmVhY3Rpb24x\"},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"content\":{\"description\":\"The reaction to use\",\"example\":\"heart\",\"type\":\"string\",\"enum\":[\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"rocket\",\"eyes\"]},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2016-05-20T20:09:31Z\"}},\"required\":[\"id\",\"node_id\",\"user\",\"content\",\"created_at\"]}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "team_slug" }, + { "name": "discussion_number" }, + { "name": "content" } ] }, { @@ -9919,6 +12652,11 @@ "code": 201, "schema": "{\"title\":\"Reaction\",\"description\":\"Reactions to conversations provide a way to help people express their feelings more simply and effectively.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDg6UmVhY3Rpb24x\"},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"content\":{\"description\":\"The reaction to use\",\"example\":\"heart\",\"type\":\"string\",\"enum\":[\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"rocket\",\"eyes\"]},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2016-05-20T20:09:31Z\"}},\"required\":[\"id\",\"node_id\",\"user\",\"content\",\"created_at\"]}" } + ], + "parameters": [ + { "name": "team_id" }, + { "name": "discussion_number" }, + { "name": "content" } ] }, { @@ -9927,7 +12665,13 @@ "scope": "reactions", "documentationUrl": "https://docs.github.com/rest/reference/reactions#delete-a-commit-comment-reaction", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "comment_id" }, + { "name": "reaction_id" } + ] }, { "url": "/repos/{owner}/{repo}/issues/{issue_number}/reactions/{reaction_id}", @@ -9935,7 +12679,13 @@ "scope": "reactions", "documentationUrl": "https://docs.github.com/rest/reference/reactions#delete-an-issue-reaction", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "issue_number" }, + { "name": "reaction_id" } + ] }, { "url": "/repos/{owner}/{repo}/issues/comments/{comment_id}/reactions/{reaction_id}", @@ -9943,7 +12693,13 @@ "scope": "reactions", "documentationUrl": "https://docs.github.com/rest/reference/reactions#delete-an-issue-comment-reaction", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "comment_id" }, + { "name": "reaction_id" } + ] }, { "url": "/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions/{reaction_id}", @@ -9951,7 +12707,13 @@ "scope": "reactions", "documentationUrl": "https://docs.github.com/rest/reference/reactions#delete-a-pull-request-comment-reaction", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "comment_id" }, + { "name": "reaction_id" } + ] }, { "url": "/repos/{owner}/{repo}/releases/{release_id}/reactions/{reaction_id}", @@ -9959,7 +12721,13 @@ "scope": "reactions", "documentationUrl": "https://docs.github.com/rest/reference/reactions/#delete-a-release-reaction", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "release_id" }, + { "name": "reaction_id" } + ] }, { "url": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions/{reaction_id}", @@ -9967,7 +12735,13 @@ "scope": "reactions", "documentationUrl": "https://docs.github.com/rest/reference/reactions#delete-team-discussion-reaction", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "org" }, + { "name": "team_slug" }, + { "name": "discussion_number" }, + { "name": "reaction_id" } + ] }, { "url": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions/{reaction_id}", @@ -9975,7 +12749,14 @@ "scope": "reactions", "documentationUrl": "https://docs.github.com/rest/reference/reactions#delete-team-discussion-comment-reaction", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "org" }, + { "name": "team_slug" }, + { "name": "discussion_number" }, + { "name": "comment_number" }, + { "name": "reaction_id" } + ] }, { "url": "/repos/{owner}/{repo}/comments/{comment_id}/reactions", @@ -9992,6 +12773,14 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "comment_id" }, + { "name": "content" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -10013,6 +12802,14 @@ "code": 410, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "issue_number" }, + { "name": "content" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -10030,6 +12827,14 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "comment_id" }, + { "name": "content" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -10047,6 +12852,14 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "comment_id" }, + { "name": "content" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -10064,6 +12877,14 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "release_id" }, + { "name": "content" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -10077,6 +12898,15 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Reaction\",\"description\":\"Reactions to conversations provide a way to help people express their feelings more simply and effectively.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDg6UmVhY3Rpb24x\"},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"content\":{\"description\":\"The reaction to use\",\"example\":\"heart\",\"type\":\"string\",\"enum\":[\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"rocket\",\"eyes\"]},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2016-05-20T20:09:31Z\"}},\"required\":[\"id\",\"node_id\",\"user\",\"content\",\"created_at\"]}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "team_slug" }, + { "name": "discussion_number" }, + { "name": "comment_number" }, + { "name": "content" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -10090,6 +12920,14 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Reaction\",\"description\":\"Reactions to conversations provide a way to help people express their feelings more simply and effectively.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDg6UmVhY3Rpb24x\"},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"content\":{\"description\":\"The reaction to use\",\"example\":\"heart\",\"type\":\"string\",\"enum\":[\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"rocket\",\"eyes\"]},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2016-05-20T20:09:31Z\"}},\"required\":[\"id\",\"node_id\",\"user\",\"content\",\"created_at\"]}}" } + ], + "parameters": [ + { "name": "team_id" }, + { "name": "discussion_number" }, + { "name": "comment_number" }, + { "name": "content" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -10103,6 +12941,14 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Reaction\",\"description\":\"Reactions to conversations provide a way to help people express their feelings more simply and effectively.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDg6UmVhY3Rpb24x\"},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"content\":{\"description\":\"The reaction to use\",\"example\":\"heart\",\"type\":\"string\",\"enum\":[\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"rocket\",\"eyes\"]},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2016-05-20T20:09:31Z\"}},\"required\":[\"id\",\"node_id\",\"user\",\"content\",\"created_at\"]}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "team_slug" }, + { "name": "discussion_number" }, + { "name": "content" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -10116,6 +12962,13 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Reaction\",\"description\":\"Reactions to conversations provide a way to help people express their feelings more simply and effectively.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDg6UmVhY3Rpb24x\"},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"content\":{\"description\":\"The reaction to use\",\"example\":\"heart\",\"type\":\"string\",\"enum\":[\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"rocket\",\"eyes\"]},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2016-05-20T20:09:31Z\"}},\"required\":[\"id\",\"node_id\",\"user\",\"content\",\"created_at\"]}}" } + ], + "parameters": [ + { "name": "team_id" }, + { "name": "discussion_number" }, + { "name": "content" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -10139,7 +12992,8 @@ "code": 409, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "invitation_id" }] }, { "url": "/user/repository_invitations/{invitation_id}", @@ -10162,7 +13016,8 @@ "code": 409, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "invitation_id" }] }, { "url": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps", @@ -10179,6 +13034,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" }, + { "name": "apps" } ] }, { @@ -10201,6 +13062,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "username" }, + { "name": "permission" } ] }, { @@ -10226,6 +13093,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" }, + { "name": "contexts" } ] }, { @@ -10243,6 +13116,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" }, + { "name": "teams" } ] }, { @@ -10260,6 +13139,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" }, + { "name": "users" } ] }, { @@ -10271,6 +13156,11 @@ "responses": [ { "code": 204, "schema": null }, { "code": 404, "schema": null } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "username" } ] }, { @@ -10282,7 +13172,8 @@ "responses": [ { "code": 204, "schema": null }, { "code": 404, "schema": null } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repos/{owner}/{repo}/codeowners/errors", @@ -10296,7 +13187,8 @@ "schema": "{\"title\":\"CODEOWNERS errors\",\"description\":\"A list of errors found in a repo's CODEOWNERS file\",\"type\":\"object\",\"properties\":{\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"line\":{\"description\":\"The line number where this errors occurs.\",\"type\":\"integer\",\"example\":7},\"column\":{\"description\":\"The column number where this errors occurs.\",\"type\":\"integer\",\"example\":3},\"source\":{\"description\":\"The contents of the line where the error occurs.\",\"type\":\"string\",\"example\":\"* user\"},\"kind\":{\"description\":\"The type of error.\",\"type\":\"string\",\"example\":\"Invalid owner\"},\"suggestion\":{\"description\":\"Suggested action to fix the error. This will usually be `null`, but is provided for some common errors.\",\"type\":\"string\",\"nullable\":true,\"example\":\"The pattern `/` will never match anything, did you mean `*` instead?\"},\"message\":{\"description\":\"A human-readable description of the error, combining information from multiple fields, laid out for display in a monospaced typeface (for example, a command-line setting).\",\"type\":\"string\",\"example\":\"Invalid owner on line 7:\\n\\n * user\\n ^\"},\"path\":{\"description\":\"The path of the file where the error occured.\",\"type\":\"string\",\"example\":\".github/CODEOWNERS\"}},\"required\":[\"line\",\"column\",\"kind\",\"message\",\"path\"]}}},\"required\":[\"errors\"]}" }, { "code": 404, "schema": null } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }, { "name": "ref" }] }, { "url": "/repos/{owner}/{repo}/compare/{base}...{head}", @@ -10317,6 +13209,14 @@ "code": 500, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "base" }, + { "name": "head" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -10338,6 +13238,13 @@ "code": 500, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "page" }, + { "name": "per_page" }, + { "name": "basehead" } ] }, { @@ -10355,6 +13262,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "key_prefix" }, + { "name": "url_template" } ] }, { @@ -10376,6 +13289,15 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "commit_sha" }, + { "name": "body" }, + { "name": "path" }, + { "name": "position" }, + { "name": "line" } ] }, { @@ -10393,6 +13315,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" } ] }, { @@ -10406,6 +13333,15 @@ "code": 201, "schema": "{\"title\":\"Status\",\"description\":\"The status of a commit.\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\"},\"avatar_url\":{\"type\":\"string\",\"nullable\":true},\"id\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"state\":{\"type\":\"string\"},\"description\":{\"type\":\"string\"},\"target_url\":{\"type\":\"string\"},\"context\":{\"type\":\"string\"},\"created_at\":{\"type\":\"string\"},\"updated_at\":{\"type\":\"string\"},\"creator\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true}},\"required\":[\"url\",\"avatar_url\",\"id\",\"node_id\",\"state\",\"description\",\"target_url\",\"context\",\"created_at\",\"updated_at\",\"creator\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "sha" }, + { "name": "state" }, + { "name": "target_url" }, + { "name": "description" }, + { "name": "context" } ] }, { @@ -10423,6 +13359,13 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "title" }, + { "name": "key" }, + { "name": "read_only" } ] }, { @@ -10445,6 +13388,19 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "ref" }, + { "name": "task" }, + { "name": "auto_merge" }, + { "name": "required_contexts" }, + { "name": "payload" }, + { "name": "environment" }, + { "name": "description" }, + { "name": "transient_environment" }, + { "name": "production_environment" } ] }, { @@ -10462,6 +13418,18 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "deployment_id" }, + { "name": "state" }, + { "name": "target_url" }, + { "name": "log_url" }, + { "name": "description" }, + { "name": "environment" }, + { "name": "environment_url" }, + { "name": "auto_inactive" } ] }, { @@ -10476,6 +13444,13 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "event_type" }, + { "name": "client_payload" }, + { "name": "client_payload.*" } ] }, { @@ -10514,6 +13489,26 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "name" }, + { "name": "description" }, + { "name": "homepage" }, + { "name": "private" }, + { "name": "has_issues" }, + { "name": "has_projects" }, + { "name": "has_wiki" }, + { "name": "team_id" }, + { "name": "auto_init" }, + { "name": "gitignore_template" }, + { "name": "license_template" }, + { "name": "allow_squash_merge" }, + { "name": "allow_merge_commit" }, + { "name": "allow_rebase_merge" }, + { "name": "allow_auto_merge" }, + { "name": "delete_branch_on_merge" }, + { "name": "has_downloads" }, + { "name": "is_template" } ] }, { @@ -10547,6 +13542,11 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "organization" } ] }, { @@ -10568,6 +13568,28 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "name" }, + { "name": "description" }, + { "name": "homepage" }, + { "name": "private" }, + { "name": "visibility" }, + { "name": "has_issues" }, + { "name": "has_projects" }, + { "name": "has_wiki" }, + { "name": "is_template" }, + { "name": "team_id" }, + { "name": "auto_init" }, + { "name": "gitignore_template" }, + { "name": "license_template" }, + { "name": "allow_squash_merge" }, + { "name": "allow_merge_commit" }, + { "name": "allow_rebase_merge" }, + { "name": "allow_auto_merge" }, + { "name": "delete_branch_on_merge" }, + { "name": "use_squash_pr_title_as_default" } ] }, { @@ -10585,6 +13607,18 @@ "code": 422, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "environment_name" }, + { "name": "wait_timer" }, + { "name": "reviewers" }, + { "name": "reviewers[].type" }, + { "name": "reviewers[].id" }, + { "name": "deployment_branch_policy" }, + { "name": "deployment_branch_policy.protected_branches" }, + { "name": "deployment_branch_policy.custom_branch_policies" } ] }, { @@ -10614,6 +13648,23 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "path" }, + { "name": "message" }, + { "name": "content" }, + { "name": "sha" }, + { "name": "branch" }, + { "name": "committer" }, + { "name": "committer.name" }, + { "name": "committer.email" }, + { "name": "committer.date" }, + { "name": "author" }, + { "name": "author.name" }, + { "name": "author.email" }, + { "name": "author.date" } ] }, { @@ -10635,6 +13686,13 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "source" }, + { "name": "source.branch" }, + { "name": "source.path" } ] }, { @@ -10656,6 +13714,18 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "tag_name" }, + { "name": "target_commitish" }, + { "name": "name" }, + { "name": "body" }, + { "name": "draft" }, + { "name": "prerelease" }, + { "name": "discussion_category_name" }, + { "name": "generate_release_notes" } ] }, { @@ -10677,6 +13747,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "pattern" } ] }, { @@ -10690,6 +13765,15 @@ "code": 201, "schema": "{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"]}" } + ], + "parameters": [ + { "name": "template_owner" }, + { "name": "template_repo" }, + { "name": "owner" }, + { "name": "name" }, + { "name": "description" }, + { "name": "include_all_branches" }, + { "name": "private" } ] }, { @@ -10715,6 +13799,20 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "name" }, + { "name": "config" }, + { "name": "config.url" }, + { "name": "config.content_type" }, + { "name": "config.secret" }, + { "name": "config.insecure_ssl" }, + { "name": "config.token" }, + { "name": "config.digest" }, + { "name": "events" }, + { "name": "active" } ] }, { @@ -10738,7 +13836,8 @@ "code": 409, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "invitation_id" }] }, { "url": "/user/repository_invitations/{invitation_id}", @@ -10761,7 +13860,8 @@ "code": 409, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "invitation_id" }] }, { "url": "/repos/{owner}/{repo}", @@ -10783,7 +13883,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions", @@ -10791,7 +13892,12 @@ "scope": "repos", "documentationUrl": "https://docs.github.com/rest/reference/repos#delete-access-restrictions", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" } + ] }, { "url": "/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins", @@ -10805,6 +13911,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" } ] }, { @@ -10813,7 +13924,12 @@ "scope": "repos", "documentationUrl": "https://docs.github.com/rest/reference/repos#delete-an-environment", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "environment_name" } + ] }, { "url": "/repos/{owner}/{repo}/autolinks/{autolink_id}", @@ -10827,6 +13943,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "autolink_id" } ] }, { @@ -10841,6 +13962,11 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" } ] }, { @@ -10855,6 +13981,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "comment_id" } ] }, { @@ -10869,6 +14000,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" } ] }, { @@ -10877,7 +14013,12 @@ "scope": "repos", "documentationUrl": "https://docs.github.com/rest/reference/repos#delete-a-deploy-key", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "key_id" } + ] }, { "url": "/repos/{owner}/{repo}/deployments/{deployment_id}", @@ -10895,6 +14036,11 @@ "code": 422, "schema": "{\"title\":\"Validation Error Simple\",\"description\":\"Validation Error Simple\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "deployment_id" } ] }, { @@ -10924,6 +14070,20 @@ "code": 503, "schema": "{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "path" }, + { "name": "message" }, + { "name": "sha" }, + { "name": "branch" }, + { "name": "committer" }, + { "name": "committer.name" }, + { "name": "committer.email" }, + { "name": "author" }, + { "name": "author.name" }, + { "name": "author.email" } ] }, { @@ -10932,7 +14092,12 @@ "scope": "repos", "documentationUrl": "https://docs.github.com/rest/reference/repos#delete-a-repository-invitation", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "invitation_id" } + ] }, { "url": "/repos/{owner}/{repo}/pages", @@ -10950,7 +14115,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews", @@ -10964,6 +14130,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" } ] }, { @@ -10972,7 +14143,12 @@ "scope": "repos", "documentationUrl": "https://docs.github.com/rest/reference/repos#delete-a-release", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "release_id" } + ] }, { "url": "/repos/{owner}/{repo}/releases/assets/{asset_id}", @@ -10980,7 +14156,12 @@ "scope": "repos", "documentationUrl": "https://docs.github.com/rest/reference/repos#delete-a-release-asset", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "asset_id" } + ] }, { "url": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}", @@ -10998,6 +14179,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "tag_protection_id" } ] }, { @@ -11012,6 +14198,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "hook_id" } ] }, { @@ -11020,7 +14211,8 @@ "scope": "repos", "documentationUrl": "https://docs.github.com/rest/reference/repos#disable-automated-security-fixes", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repos/{owner}/{repo}/lfs", @@ -11028,7 +14220,8 @@ "scope": "repos", "documentationUrl": "https://docs.github.com/rest/reference/repos#disable-git-lfs-for-a-repository", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repos/{owner}/{repo}/vulnerability-alerts", @@ -11036,7 +14229,8 @@ "scope": "repos", "documentationUrl": "https://docs.github.com/rest/reference/repos#disable-vulnerability-alerts", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repos/{owner}/{repo}/tarball/{ref}", @@ -11044,7 +14238,8 @@ "scope": "repos", "documentationUrl": "https://docs.github.com/rest/reference/repos#download-a-repository-archive", "renamed": { "note": null }, - "responses": [{ "code": 302, "schema": null }] + "responses": [{ "code": 302, "schema": null }], + "parameters": [{ "name": "owner" }, { "name": "repo" }, { "name": "ref" }] }, { "url": "/repos/{owner}/{repo}/zipball/{ref}", @@ -11052,7 +14247,8 @@ "scope": "repos", "documentationUrl": "https://docs.github.com/rest/reference/repos#download-a-repository-archive", "renamed": { "note": null }, - "responses": [{ "code": 302, "schema": null }] + "responses": [{ "code": 302, "schema": null }], + "parameters": [{ "name": "owner" }, { "name": "repo" }, { "name": "ref" }] }, { "url": "/repos/{owner}/{repo}/tarball/{ref}", @@ -11060,7 +14256,8 @@ "scope": "repos", "documentationUrl": "https://docs.github.com/rest/reference/repos#download-a-repository-archive", "renamed": null, - "responses": [{ "code": 302, "schema": null }] + "responses": [{ "code": 302, "schema": null }], + "parameters": [{ "name": "owner" }, { "name": "repo" }, { "name": "ref" }] }, { "url": "/repos/{owner}/{repo}/zipball/{ref}", @@ -11068,7 +14265,8 @@ "scope": "repos", "documentationUrl": "https://docs.github.com/rest/reference/repos#download-a-repository-archive", "renamed": null, - "responses": [{ "code": 302, "schema": null }] + "responses": [{ "code": 302, "schema": null }], + "parameters": [{ "name": "owner" }, { "name": "repo" }, { "name": "ref" }] }, { "url": "/repos/{owner}/{repo}/automated-security-fixes", @@ -11076,7 +14274,8 @@ "scope": "repos", "documentationUrl": "https://docs.github.com/rest/reference/repos#enable-automated-security-fixes", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repos/{owner}/{repo}/lfs", @@ -11087,7 +14286,8 @@ "responses": [ { "code": 202, "schema": "{\"type\":\"object\"}" }, { "code": 403, "schema": null } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repos/{owner}/{repo}/vulnerability-alerts", @@ -11095,7 +14295,8 @@ "scope": "repos", "documentationUrl": "https://docs.github.com/rest/reference/repos#enable-vulnerability-alerts", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repos/{owner}/{repo}/releases/generate-notes", @@ -11112,6 +14313,14 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "tag_name" }, + { "name": "target_commitish" }, + { "name": "previous_tag_name" }, + { "name": "configuration_file_path" } ] }, { @@ -11137,7 +14346,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions", @@ -11154,6 +14364,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" } ] }, { @@ -11167,6 +14382,11 @@ "code": 200, "schema": "{\"title\":\"Protected Branch Admin Enforced\",\"description\":\"Protected Branch Admin Enforced\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins\"},\"enabled\":{\"type\":\"boolean\",\"example\":true}},\"required\":[\"url\",\"enabled\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" } ] }, { @@ -11180,6 +14400,12 @@ "code": 200, "schema": "{\"type\":\"object\",\"properties\":{\"total_count\":{\"description\":\"The number of environments in this repository\",\"example\":5,\"type\":\"integer\"},\"environments\":{\"type\":\"array\",\"items\":{\"title\":\"Environment\",\"description\":\"Details of a deployment environment\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The id of the environment.\",\"example\":56780428,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkVudmlyb25tZW50NTY3ODA0Mjg=\"},\"name\":{\"description\":\"The name of the environment.\",\"example\":\"staging\",\"type\":\"string\"},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/environments/staging\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/deployments/activity_log?environments_filter=staging\"},\"created_at\":{\"description\":\"The time that the environment was created, in ISO 8601 format.\",\"example\":\"2020-11-23T22:00:40Z\",\"format\":\"date-time\",\"type\":\"string\"},\"updated_at\":{\"description\":\"The time that the environment was last updated, in ISO 8601 format.\",\"example\":\"2020-11-23T22:00:40Z\",\"format\":\"date-time\",\"type\":\"string\"},\"protection_rules\":{\"type\":\"array\",\"items\":{\"anyOf\":[{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":3515},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6R2F0ZTM1MTU=\"},\"type\":{\"type\":\"string\",\"example\":\"wait_timer\"},\"wait_timer\":{\"type\":\"integer\",\"example\":30,\"description\":\"The amount of time to delay a job after the job is initially triggered. The time (in minutes) must be an integer between 0 and 43,200 (30 days).\"}},\"required\":[\"id\",\"node_id\",\"type\"]},{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":3755},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6R2F0ZTM3NTU=\"},\"type\":{\"type\":\"string\",\"example\":\"required_reviewers\"},\"reviewers\":{\"type\":\"array\",\"description\":\"The people or teams that may approve jobs that reference the environment. You can list up to six users or teams as reviewers. The reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed.\",\"items\":{\"type\":\"object\",\"properties\":{\"type\":{\"type\":\"string\",\"description\":\"The type of reviewer.\",\"enum\":[\"User\",\"Team\"],\"example\":\"User\"},\"reviewer\":{\"anyOf\":[{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},{\"title\":\"Team\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"slug\":{\"type\":\"string\"},\"description\":{\"type\":\"string\",\"nullable\":true},\"privacy\":{\"type\":\"string\"},\"permission\":{\"type\":\"string\"},\"permissions\":{\"type\":\"object\",\"properties\":{\"pull\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"admin\":{\"type\":\"boolean\"}},\"required\":[\"pull\",\"triage\",\"push\",\"maintain\",\"admin\"]},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"members_url\":{\"type\":\"string\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\"},\"parent\":{\"title\":\"Team Simple\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"name\":{\"description\":\"Name of the team\",\"type\":\"string\",\"example\":\"Justice League\"},\"description\":{\"description\":\"Description of the team\",\"type\":\"string\",\"nullable\":true,\"example\":\"A great team.\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"type\":\"string\",\"example\":\"admin\"},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"example\":\"closed\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\"],\"nullable\":true}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\",\"parent\"]}]}}}}},\"required\":[\"id\",\"node_id\",\"type\"]},{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":3515},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6R2F0ZTM1MTU=\"},\"type\":{\"type\":\"string\",\"example\":\"branch_policy\"}},\"required\":[\"id\",\"node_id\",\"type\"]}]}},\"deployment_branch_policy\":{\"type\":\"object\",\"description\":\"The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`.\",\"properties\":{\"protected_branches\":{\"type\":\"boolean\",\"description\":\"Whether only branches with branch protection rules can deploy to this environment. If `protected_branches` is `true`, `custom_branch_policies` must be `false`; if `protected_branches` is `false`, `custom_branch_policies` must be `true`.\"},\"custom_branch_policies\":{\"type\":\"boolean\",\"description\":\"Whether only branches that match the specified name patterns can deploy to this environment. If `custom_branch_policies` is `true`, `protected_branches` must be `false`; if `custom_branch_policies` is `false`, `protected_branches` must be `true`.\"}},\"nullable\":true,\"required\":[\"protected_branches\",\"custom_branch_policies\"]}},\"required\":[\"id\",\"node_id\",\"name\",\"url\",\"html_url\",\"created_at\",\"updated_at\"]}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -11197,6 +14423,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" } ] }, { @@ -11214,6 +14445,12 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "page" }, + { "name": "per_page" } ] }, { @@ -11231,6 +14468,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" } ] }, { @@ -11248,6 +14490,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "autolink_id" } ] }, { @@ -11269,6 +14516,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" } ] }, { @@ -11286,6 +14538,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" } ] }, { @@ -11303,7 +14560,8 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }, { "name": "per" }] }, { "url": "/repos/{owner}/{repo}/stats/code_frequency", @@ -11318,7 +14576,8 @@ }, { "code": 202, "schema": "{\"type\":\"object\"}" }, { "code": 204, "schema": null } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repos/{owner}/{repo}/collaborators/{username}/permission", @@ -11335,6 +14594,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "username" } ] }, { @@ -11352,6 +14616,13 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "ref" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -11377,6 +14648,13 @@ "code": 500, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "page" }, + { "name": "per_page" }, + { "name": "ref" } ] }, { @@ -11392,7 +14670,8 @@ }, { "code": 202, "schema": "{\"type\":\"object\"}" }, { "code": 204, "schema": null } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repos/{owner}/{repo}/comments/{comment_id}", @@ -11409,6 +14688,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "comment_id" } ] }, { @@ -11426,6 +14710,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" } ] }, { @@ -11439,7 +14728,8 @@ "code": 200, "schema": "{\"title\":\"Community Profile\",\"description\":\"Community Profile\",\"type\":\"object\",\"properties\":{\"health_percentage\":{\"type\":\"integer\",\"example\":100},\"description\":{\"type\":\"string\",\"example\":\"My first repository on GitHub!\",\"nullable\":true},\"documentation\":{\"type\":\"string\",\"example\":\"example.com\",\"nullable\":true},\"files\":{\"type\":\"object\",\"properties\":{\"code_of_conduct\":{\"title\":\"Code Of Conduct Simple\",\"description\":\"Code of Conduct Simple\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/github/docs/community/code_of_conduct\"},\"key\":{\"type\":\"string\",\"example\":\"citizen_code_of_conduct\"},\"name\":{\"type\":\"string\",\"example\":\"Citizen Code of Conduct\"},\"html_url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md\"}},\"required\":[\"url\",\"key\",\"name\",\"html_url\"],\"nullable\":true},\"code_of_conduct_file\":{\"title\":\"Community Health File\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"url\",\"html_url\"],\"nullable\":true},\"license\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"contributing\":{\"title\":\"Community Health File\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"url\",\"html_url\"],\"nullable\":true},\"readme\":{\"title\":\"Community Health File\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"url\",\"html_url\"],\"nullable\":true},\"issue_template\":{\"title\":\"Community Health File\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"url\",\"html_url\"],\"nullable\":true},\"pull_request_template\":{\"title\":\"Community Health File\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"url\",\"html_url\"],\"nullable\":true}},\"required\":[\"code_of_conduct\",\"code_of_conduct_file\",\"license\",\"contributing\",\"readme\",\"issue_template\",\"pull_request_template\"]},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-02-28T19:09:29Z\",\"nullable\":true},\"content_reports_enabled\":{\"type\":\"boolean\",\"example\":true}},\"required\":[\"health_percentage\",\"description\",\"documentation\",\"files\",\"updated_at\"]}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repos/{owner}/{repo}/contents/{path}", @@ -11465,6 +14755,12 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "path" }, + { "name": "ref" } ] }, { @@ -11480,7 +14776,8 @@ }, { "code": 202, "schema": "{\"type\":\"object\"}" }, { "code": 204, "schema": null } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repos/{owner}/{repo}/keys/{key_id}", @@ -11497,6 +14794,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "key_id" } ] }, { @@ -11514,6 +14816,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "deployment_id" } ] }, { @@ -11531,6 +14838,12 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "deployment_id" }, + { "name": "status_id" } ] }, { @@ -11544,6 +14857,11 @@ "code": 200, "schema": "{\"title\":\"Environment\",\"description\":\"Details of a deployment environment\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"The id of the environment.\",\"example\":56780428,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkVudmlyb25tZW50NTY3ODA0Mjg=\"},\"name\":{\"description\":\"The name of the environment.\",\"example\":\"staging\",\"type\":\"string\"},\"url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/github/hello-world/environments/staging\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/github/hello-world/deployments/activity_log?environments_filter=staging\"},\"created_at\":{\"description\":\"The time that the environment was created, in ISO 8601 format.\",\"example\":\"2020-11-23T22:00:40Z\",\"format\":\"date-time\",\"type\":\"string\"},\"updated_at\":{\"description\":\"The time that the environment was last updated, in ISO 8601 format.\",\"example\":\"2020-11-23T22:00:40Z\",\"format\":\"date-time\",\"type\":\"string\"},\"protection_rules\":{\"type\":\"array\",\"items\":{\"anyOf\":[{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":3515},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6R2F0ZTM1MTU=\"},\"type\":{\"type\":\"string\",\"example\":\"wait_timer\"},\"wait_timer\":{\"type\":\"integer\",\"example\":30,\"description\":\"The amount of time to delay a job after the job is initially triggered. The time (in minutes) must be an integer between 0 and 43,200 (30 days).\"}},\"required\":[\"id\",\"node_id\",\"type\"]},{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":3755},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6R2F0ZTM3NTU=\"},\"type\":{\"type\":\"string\",\"example\":\"required_reviewers\"},\"reviewers\":{\"type\":\"array\",\"description\":\"The people or teams that may approve jobs that reference the environment. You can list up to six users or teams as reviewers. The reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed.\",\"items\":{\"type\":\"object\",\"properties\":{\"type\":{\"type\":\"string\",\"description\":\"The type of reviewer.\",\"enum\":[\"User\",\"Team\"],\"example\":\"User\"},\"reviewer\":{\"anyOf\":[{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},{\"title\":\"Team\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"slug\":{\"type\":\"string\"},\"description\":{\"type\":\"string\",\"nullable\":true},\"privacy\":{\"type\":\"string\"},\"permission\":{\"type\":\"string\"},\"permissions\":{\"type\":\"object\",\"properties\":{\"pull\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"admin\":{\"type\":\"boolean\"}},\"required\":[\"pull\",\"triage\",\"push\",\"maintain\",\"admin\"]},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"members_url\":{\"type\":\"string\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\"},\"parent\":{\"title\":\"Team Simple\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"name\":{\"description\":\"Name of the team\",\"type\":\"string\",\"example\":\"Justice League\"},\"description\":{\"description\":\"Description of the team\",\"type\":\"string\",\"nullable\":true,\"example\":\"A great team.\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"type\":\"string\",\"example\":\"admin\"},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"example\":\"closed\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\"],\"nullable\":true}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\",\"parent\"]}]}}}}},\"required\":[\"id\",\"node_id\",\"type\"]},{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":3515},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6R2F0ZTM1MTU=\"},\"type\":{\"type\":\"string\",\"example\":\"branch_policy\"}},\"required\":[\"id\",\"node_id\",\"type\"]}]}},\"deployment_branch_policy\":{\"type\":\"object\",\"description\":\"The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`.\",\"properties\":{\"protected_branches\":{\"type\":\"boolean\",\"description\":\"Whether only branches with branch protection rules can deploy to this environment. If `protected_branches` is `true`, `custom_branch_policies` must be `false`; if `protected_branches` is `false`, `custom_branch_policies` must be `true`.\"},\"custom_branch_policies\":{\"type\":\"boolean\",\"description\":\"Whether only branches that match the specified name patterns can deploy to this environment. If `custom_branch_policies` is `true`, `protected_branches` must be `false`; if `custom_branch_policies` is `false`, `protected_branches` must be `true`.\"}},\"nullable\":true,\"required\":[\"protected_branches\",\"custom_branch_policies\"]}},\"required\":[\"id\",\"node_id\",\"name\",\"url\",\"html_url\",\"created_at\",\"updated_at\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "environment_name" } ] }, { @@ -11557,7 +14875,8 @@ "code": 200, "schema": "{\"title\":\"Page Build\",\"description\":\"Page Build\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"status\":{\"type\":\"string\"},\"error\":{\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\",\"nullable\":true}},\"required\":[\"message\"]},\"pusher\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"commit\":{\"type\":\"string\"},\"duration\":{\"type\":\"integer\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"}},\"required\":[\"url\",\"status\",\"error\",\"pusher\",\"commit\",\"duration\",\"created_at\",\"updated_at\"]}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repos/{owner}/{repo}/releases/latest", @@ -11570,7 +14889,8 @@ "code": 200, "schema": "{\"title\":\"Release\",\"description\":\"A release.\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"},\"assets_url\":{\"type\":\"string\",\"format\":\"uri\"},\"upload_url\":{\"type\":\"string\"},\"tarball_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"zipball_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"id\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"tag_name\":{\"description\":\"The name of the tag.\",\"example\":\"v1.0.0\",\"type\":\"string\"},\"target_commitish\":{\"description\":\"Specifies the commitish value that determines where the Git tag is created from.\",\"example\":\"master\",\"type\":\"string\"},\"name\":{\"type\":\"string\",\"nullable\":true},\"body\":{\"type\":\"string\",\"nullable\":true},\"draft\":{\"description\":\"true to create a draft (unpublished) release, false to create a published one.\",\"example\":false,\"type\":\"boolean\"},\"prerelease\":{\"description\":\"Whether to identify the release as a prerelease or a full release.\",\"example\":false,\"type\":\"boolean\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"published_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"author\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"assets\":{\"type\":\"array\",\"items\":{\"title\":\"Release Asset\",\"description\":\"Data related to a release.\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"browser_download_url\":{\"type\":\"string\",\"format\":\"uri\"},\"id\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"name\":{\"description\":\"The file name of the asset.\",\"type\":\"string\",\"example\":\"Team Environment\"},\"label\":{\"type\":\"string\",\"nullable\":true},\"state\":{\"description\":\"State of the release asset.\",\"type\":\"string\",\"enum\":[\"uploaded\",\"open\"]},\"content_type\":{\"type\":\"string\"},\"size\":{\"type\":\"integer\"},\"download_count\":{\"type\":\"integer\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"uploader\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true}},\"required\":[\"id\",\"name\",\"content_type\",\"size\",\"state\",\"url\",\"node_id\",\"download_count\",\"label\",\"uploader\",\"browser_download_url\",\"created_at\",\"updated_at\"]}},\"body_html\":{\"type\":\"string\"},\"body_text\":{\"type\":\"string\"},\"mentions_count\":{\"type\":\"integer\"},\"discussion_url\":{\"description\":\"The URL of the release discussion.\",\"type\":\"string\",\"format\":\"uri\"},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"assets_url\",\"upload_url\",\"tarball_url\",\"zipball_url\",\"created_at\",\"published_at\",\"draft\",\"id\",\"node_id\",\"author\",\"html_url\",\"name\",\"prerelease\",\"tag_name\",\"target_commitish\",\"assets\",\"url\"]}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repos/{owner}/{repo}/pages", @@ -11587,7 +14907,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repos/{owner}/{repo}/pages/builds/{build_id}", @@ -11600,6 +14921,11 @@ "code": 200, "schema": "{\"title\":\"Page Build\",\"description\":\"Page Build\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"status\":{\"type\":\"string\"},\"error\":{\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\",\"nullable\":true}},\"required\":[\"message\"]},\"pusher\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"commit\":{\"type\":\"string\"},\"duration\":{\"type\":\"integer\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"}},\"required\":[\"url\",\"status\",\"error\",\"pusher\",\"commit\",\"duration\",\"created_at\",\"updated_at\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "build_id" } ] }, { @@ -11623,7 +14949,8 @@ "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" }, { "code": 422, "schema": null } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repos/{owner}/{repo}/stats/participation", @@ -11640,7 +14967,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews", @@ -11653,6 +14981,11 @@ "code": 200, "schema": "{\"title\":\"Protected Branch Pull Request Review\",\"description\":\"Protected Branch Pull Request Review\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/branches/master/protection/dismissal_restrictions\"},\"dismissal_restrictions\":{\"type\":\"object\",\"properties\":{\"users\":{\"description\":\"The list of users with review dismissal access.\",\"type\":\"array\",\"items\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]}},\"teams\":{\"description\":\"The list of teams with review dismissal access.\",\"type\":\"array\",\"items\":{\"title\":\"Team\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"slug\":{\"type\":\"string\"},\"description\":{\"type\":\"string\",\"nullable\":true},\"privacy\":{\"type\":\"string\"},\"permission\":{\"type\":\"string\"},\"permissions\":{\"type\":\"object\",\"properties\":{\"pull\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"admin\":{\"type\":\"boolean\"}},\"required\":[\"pull\",\"triage\",\"push\",\"maintain\",\"admin\"]},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"members_url\":{\"type\":\"string\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\"},\"parent\":{\"title\":\"Team Simple\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"name\":{\"description\":\"Name of the team\",\"type\":\"string\",\"example\":\"Justice League\"},\"description\":{\"description\":\"Description of the team\",\"type\":\"string\",\"nullable\":true,\"example\":\"A great team.\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"type\":\"string\",\"example\":\"admin\"},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"example\":\"closed\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\"],\"nullable\":true}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\",\"parent\"]}},\"apps\":{\"description\":\"The list of apps with review dismissal access.\",\"type\":\"array\",\"items\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"]}},\"url\":{\"type\":\"string\",\"example\":\"\\\"https://api.github.com/repos/the-org/an-org-repo/branches/master/protection/dismissal_restrictions\\\"\"},\"users_url\":{\"type\":\"string\",\"example\":\"\\\"https://api.github.com/repos/the-org/an-org-repo/branches/master/protection/dismissal_restrictions/users\\\"\"},\"teams_url\":{\"type\":\"string\",\"example\":\"\\\"https://api.github.com/repos/the-org/an-org-repo/branches/master/protection/dismissal_restrictions/teams\\\"\"}}},\"bypass_pull_request_allowances\":{\"type\":\"object\",\"description\":\"Allow specific users, teams, or apps to bypass pull request requirements.\",\"properties\":{\"users\":{\"description\":\"The list of users allowed to bypass pull request requirements.\",\"type\":\"array\",\"items\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]}},\"teams\":{\"description\":\"The list of teams allowed to bypass pull request requirements.\",\"type\":\"array\",\"items\":{\"title\":\"Team\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"slug\":{\"type\":\"string\"},\"description\":{\"type\":\"string\",\"nullable\":true},\"privacy\":{\"type\":\"string\"},\"permission\":{\"type\":\"string\"},\"permissions\":{\"type\":\"object\",\"properties\":{\"pull\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"admin\":{\"type\":\"boolean\"}},\"required\":[\"pull\",\"triage\",\"push\",\"maintain\",\"admin\"]},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"members_url\":{\"type\":\"string\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\"},\"parent\":{\"title\":\"Team Simple\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"name\":{\"description\":\"Name of the team\",\"type\":\"string\",\"example\":\"Justice League\"},\"description\":{\"description\":\"Description of the team\",\"type\":\"string\",\"nullable\":true,\"example\":\"A great team.\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"type\":\"string\",\"example\":\"admin\"},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"example\":\"closed\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\"],\"nullable\":true}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\",\"parent\"]}},\"apps\":{\"description\":\"The list of apps allowed to bypass pull request requirements.\",\"type\":\"array\",\"items\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"]}}}},\"dismiss_stale_reviews\":{\"type\":\"boolean\",\"example\":true},\"require_code_owner_reviews\":{\"type\":\"boolean\",\"example\":true},\"required_approving_review_count\":{\"type\":\"integer\",\"minimum\":0,\"maximum\":6,\"example\":2}},\"required\":[\"dismiss_stale_reviews\",\"require_code_owner_reviews\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" } ] }, { @@ -11667,7 +15000,8 @@ "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Code Frequency Stat\",\"description\":\"Code Frequency Stat\",\"type\":\"array\",\"items\":{\"type\":\"integer\"}}}" }, { "code": 204, "schema": null } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repos/{owner}/{repo}/readme", @@ -11688,7 +15022,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }, { "name": "ref" }] }, { "url": "/repos/{owner}/{repo}/readme/{dir}", @@ -11709,6 +15044,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "dir" }, + { "name": "ref" } ] }, { @@ -11726,6 +15067,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "release_id" } ] }, { @@ -11744,6 +15090,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "asset_id" } ] }, { @@ -11761,7 +15112,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }, { "name": "tag" }] }, { "url": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks", @@ -11778,6 +15130,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" } ] }, { @@ -11795,6 +15152,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" } ] }, { @@ -11812,7 +15174,8 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repos/{owner}/{repo}/traffic/popular/referrers", @@ -11829,7 +15192,8 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users", @@ -11846,6 +15210,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" } ] }, { @@ -11863,7 +15232,8 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }, { "name": "per" }] }, { "url": "/repos/{owner}/{repo}/hooks/{hook_id}", @@ -11880,6 +15250,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "hook_id" } ] }, { @@ -11893,6 +15268,11 @@ "code": 200, "schema": "{\"title\":\"Webhook Configuration\",\"description\":\"Configuration object of the webhook\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"description\":\"The URL to which the payloads will be delivered.\",\"example\":\"https://example.com/webhook\",\"format\":\"uri\"},\"content_type\":{\"type\":\"string\",\"description\":\"The media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`.\",\"example\":\"\\\"json\\\"\"},\"secret\":{\"type\":\"string\",\"description\":\"If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://docs.github.com/webhooks/event-payloads/#delivery-headers).\",\"example\":\"\\\"********\\\"\"},\"insecure_ssl\":{\"oneOf\":[{\"type\":\"string\",\"description\":\"Determines whether the SSL certificate of the host for `url` will be verified when delivering payloads. Supported values include `0` (verification is performed) and `1` (verification is not performed). The default is `0`. **We strongly recommend not setting this to `1` as you are subject to man-in-the-middle and other attacks.**\",\"example\":\"\\\"0\\\"\"},{\"type\":\"number\"}]}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "hook_id" } ] }, { @@ -11918,6 +15298,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "hook_id" }, + { "name": "delivery_id" } ] }, { @@ -11931,7 +15317,8 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Autolink reference\",\"description\":\"An autolink reference.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":3},\"key_prefix\":{\"description\":\"The prefix of a key that is linkified.\",\"example\":\"TICKET-\",\"type\":\"string\"},\"url_template\":{\"description\":\"A template for the target URL that is generated if a key was found.\",\"example\":\"https://example.com/TICKET?query=\",\"type\":\"string\"}},\"required\":[\"id\",\"key_prefix\",\"url_template\"]}}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }, { "name": "page" }] }, { "url": "/repos/{owner}/{repo}/branches", @@ -11948,6 +15335,13 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "protected" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -11965,6 +15359,11 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "commit_sha" } ] }, { @@ -11982,6 +15381,13 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "affiliation" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -11995,6 +15401,13 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Commit Comment\",\"description\":\"Commit Comment\",\"type\":\"object\",\"properties\":{\"html_url\":{\"type\":\"string\",\"format\":\"uri\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"id\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"body\":{\"type\":\"string\"},\"path\":{\"type\":\"string\",\"nullable\":true},\"position\":{\"type\":\"integer\",\"nullable\":true},\"line\":{\"type\":\"integer\",\"nullable\":true},\"commit_id\":{\"type\":\"string\"},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"author_association\":{\"title\":\"author_association\",\"type\":\"string\",\"example\":\"OWNER\",\"description\":\"How the author is associated with the repository.\",\"enum\":[\"COLLABORATOR\",\"CONTRIBUTOR\",\"FIRST_TIMER\",\"FIRST_TIME_CONTRIBUTOR\",\"MANNEQUIN\",\"MEMBER\",\"NONE\",\"OWNER\"]},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"url\",\"html_url\",\"id\",\"node_id\",\"user\",\"position\",\"line\",\"path\",\"commit_id\",\"body\",\"author_association\",\"created_at\",\"updated_at\"]}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "commit_sha" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -12008,6 +15421,12 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Commit Comment\",\"description\":\"Commit Comment\",\"type\":\"object\",\"properties\":{\"html_url\":{\"type\":\"string\",\"format\":\"uri\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"id\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"body\":{\"type\":\"string\"},\"path\":{\"type\":\"string\",\"nullable\":true},\"position\":{\"type\":\"integer\",\"nullable\":true},\"line\":{\"type\":\"integer\",\"nullable\":true},\"commit_id\":{\"type\":\"string\"},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"author_association\":{\"title\":\"author_association\",\"type\":\"string\",\"example\":\"OWNER\",\"description\":\"How the author is associated with the repository.\",\"enum\":[\"COLLABORATOR\",\"CONTRIBUTOR\",\"FIRST_TIMER\",\"FIRST_TIME_CONTRIBUTOR\",\"MANNEQUIN\",\"MEMBER\",\"NONE\",\"OWNER\"]},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"url\",\"html_url\",\"id\",\"node_id\",\"user\",\"position\",\"line\",\"path\",\"commit_id\",\"body\",\"author_association\",\"created_at\",\"updated_at\"]}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -12025,6 +15444,13 @@ "code": 301, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "ref" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -12058,6 +15484,17 @@ "code": 500, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "sha" }, + { "name": "path" }, + { "name": "author" }, + { "name": "since" }, + { "name": "until" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -12080,6 +15517,13 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "anon" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -12093,6 +15537,12 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Deploy Key\",\"description\":\"An SSH key granting access to a single repository.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"key\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"title\":{\"type\":\"string\"},\"verified\":{\"type\":\"boolean\"},\"created_at\":{\"type\":\"string\"},\"read_only\":{\"type\":\"boolean\"}},\"required\":[\"id\",\"key\",\"url\",\"title\",\"verified\",\"created_at\",\"read_only\"]}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -12110,6 +15560,13 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "deployment_id" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -12123,6 +15580,16 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Deployment\",\"description\":\"A request for a specific ref(branch,sha,tag) to be deployed\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example/deployments/1\"},\"id\":{\"description\":\"Unique identifier of the deployment\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOkRlcGxveW1lbnQx\"},\"sha\":{\"type\":\"string\",\"example\":\"a84d88e7554fc1fa21bcbc4efae3c782a70d2b9d\"},\"ref\":{\"description\":\"The ref to deploy. This can be a branch, tag, or sha.\",\"example\":\"topic-branch\",\"type\":\"string\"},\"task\":{\"description\":\"Parameter to specify a task to execute\",\"example\":\"deploy\",\"type\":\"string\"},\"payload\":{\"oneOf\":[{\"type\":\"object\",\"additionalProperties\":true},{\"type\":\"string\"}]},\"original_environment\":{\"type\":\"string\",\"example\":\"staging\"},\"environment\":{\"description\":\"Name for the target deployment environment.\",\"example\":\"production\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"Deploy request from hubot\",\"nullable\":true},\"creator\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-07-20T01:19:13Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-07-20T01:19:13Z\"},\"statuses_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example/deployments/1/statuses\"},\"repository_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/example\"},\"transient_environment\":{\"description\":\"Specifies if the given environment is will no longer exist at some point in the future. Default: false.\",\"example\":true,\"type\":\"boolean\"},\"production_environment\":{\"description\":\"Specifies if the given environment is one that end-users directly interact with. Default: false.\",\"example\":true,\"type\":\"boolean\"},\"performed_via_github_app\":{\"title\":\"GitHub app\",\"description\":\"GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the GitHub app\",\"example\":37,\"type\":\"integer\"},\"slug\":{\"description\":\"The slug name of the GitHub app\",\"example\":\"probot-owners\",\"type\":\"string\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOkludGVncmF0aW9uMQ==\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"name\":{\"description\":\"The name of the GitHub app\",\"example\":\"Probot Owners\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"The description of the app.\",\"nullable\":true},\"external_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://example.com\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/apps/super-ci\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-08T16:18:44-04:00\"},\"permissions\":{\"description\":\"The set of permissions for the GitHub app\",\"type\":\"object\",\"properties\":{\"issues\":{\"type\":\"string\"},\"checks\":{\"type\":\"string\"},\"metadata\":{\"type\":\"string\"},\"contents\":{\"type\":\"string\"},\"deployments\":{\"type\":\"string\"}},\"additionalProperties\":{\"type\":\"string\"},\"example\":{\"issues\":\"read\",\"deployments\":\"write\"}},\"events\":{\"description\":\"The list of events for the GitHub app\",\"example\":[\"label\",\"deployment\"],\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"installations_count\":{\"description\":\"The number of installations associated with the GitHub app\",\"example\":5,\"type\":\"integer\"},\"client_id\":{\"type\":\"string\",\"example\":\"\\\"Iv1.25b5d1e65ffc4022\\\"\"},\"client_secret\":{\"type\":\"string\",\"example\":\"\\\"1d4b2097ac622ba702d19de498f005747a8b21d3\\\"\"},\"webhook_secret\":{\"type\":\"string\",\"example\":\"\\\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\\\"\",\"nullable\":true},\"pem\":{\"type\":\"string\",\"example\":\"\\\"-----BEGIN RSA PRIVATE KEY-----\\\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\\\n-----END RSA PRIVATE KEY-----\\\\n\\\"\"}},\"required\":[\"id\",\"node_id\",\"owner\",\"name\",\"description\",\"external_url\",\"html_url\",\"created_at\",\"updated_at\",\"permissions\",\"events\"],\"nullable\":true}},\"required\":[\"id\",\"node_id\",\"sha\",\"ref\",\"task\",\"environment\",\"creator\",\"payload\",\"description\",\"statuses_url\",\"repository_url\",\"url\",\"created_at\",\"updated_at\"]}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "sha" }, + { "name": "ref" }, + { "name": "task" }, + { "name": "environment" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -12149,6 +15616,17 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "visibility" }, + { "name": "affiliation" }, + { "name": "type" }, + { "name": "sort" }, + { "name": "direction" }, + { "name": "per_page" }, + { "name": "page" }, + { "name": "since" }, + { "name": "before" } ] }, { @@ -12162,6 +15640,14 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"private\":{\"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\"},\"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\"},\"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\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"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\",\"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},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"template_repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"],\"nullable\":true},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: http://contributor-covenant.org/version/1/4/\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"}},\"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\"]}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "type" }, + { "name": "sort" }, + { "name": "direction" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -12175,6 +15661,14 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"private\":{\"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\"},\"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\"},\"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\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"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\",\"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},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"template_repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"],\"nullable\":true},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: http://contributor-covenant.org/version/1/4/\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"}},\"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\"]}}" } + ], + "parameters": [ + { "name": "username" }, + { "name": "type" }, + { "name": "sort" }, + { "name": "direction" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -12196,6 +15690,13 @@ "code": 400, "schema": "{\"title\":\"Scim Error\",\"description\":\"Scim Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\",\"nullable\":true},\"documentation_url\":{\"type\":\"string\",\"nullable\":true},\"detail\":{\"type\":\"string\",\"nullable\":true},\"status\":{\"type\":\"integer\"},\"scimType\":{\"type\":\"string\",\"nullable\":true},\"schemas\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "sort" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -12209,6 +15710,12 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Repository Invitation\",\"description\":\"Repository invitations let you manage who you collaborate with.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the repository invitation.\",\"example\":42,\"type\":\"integer\"},\"repository\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"private\":{\"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\"},\"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\"},\"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\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"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\",\"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},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"template_repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"],\"nullable\":true},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: http://contributor-covenant.org/version/1/4/\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"}},\"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\"]},\"invitee\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"inviter\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"permissions\":{\"description\":\"The permission associated with the invitation.\",\"example\":\"read\",\"type\":\"string\",\"enum\":[\"read\",\"write\",\"admin\",\"triage\",\"maintain\"]},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2016-06-13T14:52:50-05:00\"},\"expired\":{\"description\":\"Whether or not the invitation has expired\",\"type\":\"boolean\"},\"url\":{\"description\":\"URL for the repository invitation\",\"example\":\"https://api.github.com/user/repository-invitations/1\",\"type\":\"string\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/octocat/Hello-World/invitations\"},\"node_id\":{\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"permissions\",\"inviter\",\"invitee\",\"repository\",\"url\",\"html_url\",\"created_at\"]}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -12235,7 +15742,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "per_page" }, { "name": "page" }] }, { "url": "/repos/{owner}/{repo}/languages", @@ -12248,7 +15756,8 @@ "code": 200, "schema": "{\"title\":\"Language\",\"description\":\"Language\",\"type\":\"object\",\"additionalProperties\":{\"type\":\"integer\"}}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repos/{owner}/{repo}/pages/builds", @@ -12261,6 +15770,12 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Page Build\",\"description\":\"Page Build\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"status\":{\"type\":\"string\"},\"error\":{\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\",\"nullable\":true}},\"required\":[\"message\"]},\"pusher\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"commit\":{\"type\":\"string\"},\"duration\":{\"type\":\"integer\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"}},\"required\":[\"url\",\"status\",\"error\",\"pusher\",\"commit\",\"duration\",\"created_at\",\"updated_at\"]}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -12279,7 +15794,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "since" }] }, { "url": "/repos/{owner}/{repo}/commits/{commit_sha}/pulls", @@ -12292,6 +15808,13 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Pull Request Simple\",\"description\":\"Pull Request Simple\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/pulls/1347\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDExOlB1bGxSZXF1ZXN0MQ==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World/pull/1347\"},\"diff_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World/pull/1347.diff\"},\"patch_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World/pull/1347.patch\"},\"issue_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/issues/1347\"},\"commits_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/pulls/1347/commits\"},\"review_comments_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/pulls/1347/comments\"},\"review_comment_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/pulls/comments{/number}\"},\"comments_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/issues/1347/comments\"},\"statuses_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/statuses/6dcb09b5b57875f334f61aebed695e2e4193db5e\"},\"number\":{\"type\":\"integer\",\"example\":1347},\"state\":{\"type\":\"string\",\"example\":\"open\"},\"locked\":{\"type\":\"boolean\",\"example\":true},\"title\":{\"type\":\"string\",\"example\":\"new-feature\"},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"body\":{\"type\":\"string\",\"example\":\"Please pull these awesome changes\",\"nullable\":true},\"labels\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"format\":\"int64\"},\"node_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"description\":{\"type\":\"string\"},\"color\":{\"type\":\"string\"},\"default\":{\"type\":\"boolean\"}},\"required\":[\"id\",\"node_id\",\"url\",\"name\",\"description\",\"color\",\"default\"]}},\"milestone\":{\"title\":\"Milestone\",\"description\":\"A collection of related issues and pull requests.\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/milestones/1\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World/milestones/v1.0\"},\"labels_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/milestones/1/labels\"},\"id\":{\"type\":\"integer\",\"example\":1002604},\"node_id\":{\"type\":\"string\",\"example\":\"MDk6TWlsZXN0b25lMTAwMjYwNA==\"},\"number\":{\"description\":\"The number of the milestone.\",\"type\":\"integer\",\"example\":42},\"state\":{\"description\":\"The state of the milestone.\",\"example\":\"open\",\"type\":\"string\",\"enum\":[\"open\",\"closed\"],\"default\":\"open\"},\"title\":{\"description\":\"The title of the milestone.\",\"example\":\"v1.0\",\"type\":\"string\"},\"description\":{\"type\":\"string\",\"example\":\"Tracking milestone for version 1.0\",\"nullable\":true},\"creator\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"open_issues\":{\"type\":\"integer\",\"example\":4},\"closed_issues\":{\"type\":\"integer\",\"example\":8},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-04-10T20:09:31Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2014-03-03T18:58:10Z\"},\"closed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2013-02-12T13:22:01Z\",\"nullable\":true},\"due_on\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2012-10-09T23:39:01Z\",\"nullable\":true}},\"required\":[\"closed_issues\",\"creator\",\"description\",\"due_on\",\"closed_at\",\"id\",\"node_id\",\"labels_url\",\"html_url\",\"number\",\"open_issues\",\"state\",\"title\",\"url\",\"created_at\",\"updated_at\"],\"nullable\":true},\"active_lock_reason\":{\"type\":\"string\",\"example\":\"too heated\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:01:12Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:01:12Z\"},\"closed_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:01:12Z\",\"nullable\":true},\"merged_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2011-01-26T19:01:12Z\",\"nullable\":true},\"merge_commit_sha\":{\"type\":\"string\",\"example\":\"e5bd3914e2e596debea16f433f57875b5b90bcd6\",\"nullable\":true},\"assignee\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"assignees\":{\"type\":\"array\",\"items\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"nullable\":true},\"requested_reviewers\":{\"type\":\"array\",\"items\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"nullable\":true},\"requested_teams\":{\"type\":\"array\",\"items\":{\"title\":\"Team\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"slug\":{\"type\":\"string\"},\"description\":{\"type\":\"string\",\"nullable\":true},\"privacy\":{\"type\":\"string\"},\"permission\":{\"type\":\"string\"},\"permissions\":{\"type\":\"object\",\"properties\":{\"pull\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"admin\":{\"type\":\"boolean\"}},\"required\":[\"pull\",\"triage\",\"push\",\"maintain\",\"admin\"]},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"members_url\":{\"type\":\"string\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\"},\"parent\":{\"title\":\"Team Simple\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"name\":{\"description\":\"Name of the team\",\"type\":\"string\",\"example\":\"Justice League\"},\"description\":{\"description\":\"Description of the team\",\"type\":\"string\",\"nullable\":true,\"example\":\"A great team.\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"type\":\"string\",\"example\":\"admin\"},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"example\":\"closed\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\"],\"nullable\":true}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\",\"parent\"]},\"nullable\":true},\"head\":{\"type\":\"object\",\"properties\":{\"label\":{\"type\":\"string\"},\"ref\":{\"type\":\"string\"},\"repo\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"]},\"sha\":{\"type\":\"string\"},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true}},\"required\":[\"label\",\"ref\",\"repo\",\"sha\",\"user\"]},\"base\":{\"type\":\"object\",\"properties\":{\"label\":{\"type\":\"string\"},\"ref\":{\"type\":\"string\"},\"repo\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"]},\"sha\":{\"type\":\"string\"},\"user\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true}},\"required\":[\"label\",\"ref\",\"repo\",\"sha\",\"user\"]},\"_links\":{\"type\":\"object\",\"properties\":{\"comments\":{\"title\":\"Link\",\"description\":\"Hypermedia Link\",\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\"}},\"required\":[\"href\"]},\"commits\":{\"title\":\"Link\",\"description\":\"Hypermedia Link\",\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\"}},\"required\":[\"href\"]},\"statuses\":{\"title\":\"Link\",\"description\":\"Hypermedia Link\",\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\"}},\"required\":[\"href\"]},\"html\":{\"title\":\"Link\",\"description\":\"Hypermedia Link\",\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\"}},\"required\":[\"href\"]},\"issue\":{\"title\":\"Link\",\"description\":\"Hypermedia Link\",\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\"}},\"required\":[\"href\"]},\"review_comments\":{\"title\":\"Link\",\"description\":\"Hypermedia Link\",\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\"}},\"required\":[\"href\"]},\"review_comment\":{\"title\":\"Link\",\"description\":\"Hypermedia Link\",\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\"}},\"required\":[\"href\"]},\"self\":{\"title\":\"Link\",\"description\":\"Hypermedia Link\",\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\"}},\"required\":[\"href\"]}},\"required\":[\"comments\",\"commits\",\"statuses\",\"html\",\"issue\",\"review_comments\",\"review_comment\",\"self\"]},\"author_association\":{\"title\":\"author_association\",\"type\":\"string\",\"example\":\"OWNER\",\"description\":\"How the author is associated with the repository.\",\"enum\":[\"COLLABORATOR\",\"CONTRIBUTOR\",\"FIRST_TIMER\",\"FIRST_TIME_CONTRIBUTOR\",\"MANNEQUIN\",\"MEMBER\",\"NONE\",\"OWNER\"]},\"auto_merge\":{\"title\":\"Auto merge\",\"description\":\"The status of auto merging a pull request.\",\"type\":\"object\",\"properties\":{\"enabled_by\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"merge_method\":{\"type\":\"string\",\"description\":\"The merge method to use.\",\"enum\":[\"merge\",\"squash\",\"rebase\"]},\"commit_title\":{\"type\":\"string\",\"description\":\"Title for the merge commit message.\"},\"commit_message\":{\"type\":\"string\",\"description\":\"Commit message for the merge commit.\"}},\"required\":[\"enabled_by\",\"merge_method\",\"commit_title\",\"commit_message\"],\"nullable\":true},\"draft\":{\"description\":\"Indicates whether or not the pull request is a draft.\",\"example\":false,\"type\":\"boolean\"}},\"required\":[\"_links\",\"assignee\",\"labels\",\"base\",\"body\",\"closed_at\",\"comments_url\",\"commits_url\",\"created_at\",\"diff_url\",\"head\",\"html_url\",\"id\",\"node_id\",\"issue_url\",\"merge_commit_sha\",\"merged_at\",\"milestone\",\"number\",\"patch_url\",\"review_comment_url\",\"review_comments_url\",\"statuses_url\",\"state\",\"locked\",\"title\",\"updated_at\",\"url\",\"user\",\"author_association\",\"auto_merge\"]}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "commit_sha" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -12305,6 +15828,13 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Release Asset\",\"description\":\"Data related to a release.\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"browser_download_url\":{\"type\":\"string\",\"format\":\"uri\"},\"id\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"name\":{\"description\":\"The file name of the asset.\",\"type\":\"string\",\"example\":\"Team Environment\"},\"label\":{\"type\":\"string\",\"nullable\":true},\"state\":{\"description\":\"State of the release asset.\",\"type\":\"string\",\"enum\":[\"uploaded\",\"open\"]},\"content_type\":{\"type\":\"string\"},\"size\":{\"type\":\"integer\"},\"download_count\":{\"type\":\"integer\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"uploader\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true}},\"required\":[\"id\",\"name\",\"content_type\",\"size\",\"state\",\"url\",\"node_id\",\"download_count\",\"label\",\"uploader\",\"browser_download_url\",\"created_at\",\"updated_at\"]}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "release_id" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -12322,6 +15852,12 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -12343,7 +15879,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repos/{owner}/{repo}/tags", @@ -12356,6 +15893,12 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Tag\",\"description\":\"Tag\",\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\",\"example\":\"v0.1\"},\"commit\":{\"type\":\"object\",\"properties\":{\"sha\":{\"type\":\"string\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"sha\",\"url\"]},\"zipball_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World/zipball/v0.1\"},\"tarball_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat/Hello-World/tarball/v0.1\"},\"node_id\":{\"type\":\"string\"}},\"required\":[\"name\",\"node_id\",\"commit\",\"zipball_url\",\"tarball_url\"]}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -12369,6 +15912,12 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Team\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"slug\":{\"type\":\"string\"},\"description\":{\"type\":\"string\",\"nullable\":true},\"privacy\":{\"type\":\"string\"},\"permission\":{\"type\":\"string\"},\"permissions\":{\"type\":\"object\",\"properties\":{\"pull\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"admin\":{\"type\":\"boolean\"}},\"required\":[\"pull\",\"triage\",\"push\",\"maintain\",\"admin\"]},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"members_url\":{\"type\":\"string\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\"},\"parent\":{\"title\":\"Team Simple\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"name\":{\"description\":\"Name of the team\",\"type\":\"string\",\"example\":\"Justice League\"},\"description\":{\"description\":\"Description of the team\",\"type\":\"string\",\"nullable\":true,\"example\":\"A great team.\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"type\":\"string\",\"example\":\"admin\"},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"example\":\"closed\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\"],\"nullable\":true}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\",\"parent\"]}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -12394,6 +15943,13 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "hook_id" }, + { "name": "per_page" }, + { "name": "cursor" } ] }, { @@ -12411,6 +15967,12 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -12435,6 +15997,13 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "base" }, + { "name": "head" }, + { "name": "commit_message" } ] }, { @@ -12450,6 +16019,11 @@ }, { "code": 409, "schema": null }, { "code": 422, "schema": null } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" } ] }, { @@ -12464,6 +16038,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "hook_id" } ] }, { @@ -12486,6 +16065,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "hook_id" }, + { "name": "delivery_id" } ] }, { @@ -12503,6 +16088,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" }, + { "name": "apps" } ] }, { @@ -12511,7 +16102,12 @@ "scope": "repos", "documentationUrl": "https://docs.github.com/rest/reference/repos#remove-a-repository-collaborator", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "username" } + ] }, { "url": "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts", @@ -12532,6 +16128,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" }, + { "name": "contexts" } ] }, { @@ -12540,7 +16142,12 @@ "scope": "repos", "documentationUrl": "https://docs.github.com/rest/reference/repos#remove-status-check-protection", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" } + ] }, { "url": "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams", @@ -12557,6 +16164,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" }, + { "name": "teams" } ] }, { @@ -12574,6 +16187,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" }, + { "name": "users" } ] }, { @@ -12599,6 +16218,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" }, + { "name": "new_name" } ] }, { @@ -12620,7 +16245,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error Simple\",\"description\":\"Validation Error Simple\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }, { "name": "names" }] }, { "url": "/repos/{owner}/{repo}/pages/builds", @@ -12633,7 +16259,8 @@ "code": 201, "schema": "{\"title\":\"Page Build Status\",\"description\":\"Page Build Status\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/github/hello-world/pages/builds/latest\"},\"status\":{\"type\":\"string\",\"example\":\"queued\"}},\"required\":[\"url\",\"status\"]}" } - ] + ], + "parameters": [{ "name": "owner" }, { "name": "repo" }] }, { "url": "/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins", @@ -12646,6 +16273,11 @@ "code": 200, "schema": "{\"title\":\"Protected Branch Admin Enforced\",\"description\":\"Protected Branch Admin Enforced\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins\"},\"enabled\":{\"type\":\"boolean\",\"example\":true}},\"required\":[\"url\",\"enabled\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" } ] }, { @@ -12663,6 +16295,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" }, + { "name": "apps" } ] }, { @@ -12684,6 +16322,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" }, + { "name": "contexts" } ] }, { @@ -12701,6 +16345,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" }, + { "name": "teams" } ] }, { @@ -12718,6 +16368,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" }, + { "name": "users" } ] }, { @@ -12732,6 +16388,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "hook_id" } ] }, { @@ -12745,6 +16406,12 @@ "code": 202, "schema": "{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"private\":{\"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\"},\"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\"},\"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\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"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\",\"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},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"template_repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"],\"nullable\":true},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: http://contributor-covenant.org/version/1/4/\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"}},\"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\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "new_owner" }, + { "name": "team_ids" } ] }, { @@ -12774,6 +16441,38 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "name" }, + { "name": "description" }, + { "name": "homepage" }, + { "name": "private" }, + { "name": "visibility" }, + { "name": "security_and_analysis" }, + { "name": "security_and_analysis.advanced_security" }, + { "name": "security_and_analysis.advanced_security.status" }, + { "name": "security_and_analysis.secret_scanning" }, + { "name": "security_and_analysis.secret_scanning.status" }, + { "name": "security_and_analysis.secret_scanning_push_protection" }, + { + "name": "security_and_analysis.secret_scanning_push_protection.status" + }, + { "name": "has_issues" }, + { "name": "has_projects" }, + { "name": "has_wiki" }, + { "name": "is_template" }, + { "name": "default_branch" }, + { "name": "allow_squash_merge" }, + { "name": "allow_merge_commit" }, + { "name": "allow_rebase_merge" }, + { "name": "allow_auto_merge" }, + { "name": "delete_branch_on_merge" }, + { "name": "allow_update_branch" }, + { "name": "use_squash_pr_title_as_default" }, + { "name": "archived" }, + { "name": "allow_forking" } ] }, { @@ -12799,6 +16498,49 @@ "code": 422, "schema": "{\"title\":\"Validation Error Simple\",\"description\":\"Validation Error Simple\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" }, + { "name": "required_status_checks" }, + { "name": "required_status_checks.strict" }, + { "name": "required_status_checks.contexts" }, + { "name": "required_status_checks.checks" }, + { "name": "required_status_checks.checks[].context" }, + { "name": "required_status_checks.checks[].app_id" }, + { "name": "enforce_admins" }, + { "name": "required_pull_request_reviews" }, + { "name": "required_pull_request_reviews.dismissal_restrictions" }, + { "name": "required_pull_request_reviews.dismissal_restrictions.users" }, + { "name": "required_pull_request_reviews.dismissal_restrictions.teams" }, + { "name": "required_pull_request_reviews.dismissal_restrictions.apps" }, + { "name": "required_pull_request_reviews.dismiss_stale_reviews" }, + { "name": "required_pull_request_reviews.require_code_owner_reviews" }, + { + "name": "required_pull_request_reviews.required_approving_review_count" + }, + { + "name": "required_pull_request_reviews.bypass_pull_request_allowances" + }, + { + "name": "required_pull_request_reviews.bypass_pull_request_allowances.users" + }, + { + "name": "required_pull_request_reviews.bypass_pull_request_allowances.teams" + }, + { + "name": "required_pull_request_reviews.bypass_pull_request_allowances.apps" + }, + { "name": "restrictions" }, + { "name": "restrictions.users" }, + { "name": "restrictions.teams" }, + { "name": "restrictions.apps" }, + { "name": "required_linear_history" }, + { "name": "allow_force_pushes" }, + { "name": "allow_deletions" }, + { "name": "block_creations" }, + { "name": "required_conversation_resolution" } ] }, { @@ -12816,6 +16558,12 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "comment_id" }, + { "name": "body" } ] }, { @@ -12838,6 +16586,14 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "cname" }, + { "name": "https_enforced" }, + { "name": "public" }, + { "name": "source" } ] }, { @@ -12851,6 +16607,12 @@ "code": 200, "schema": "{\"title\":\"Repository Invitation\",\"description\":\"Repository invitations let you manage who you collaborate with.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the repository invitation.\",\"example\":42,\"type\":\"integer\"},\"repository\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"private\":{\"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\"},\"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\"},\"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\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"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\",\"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},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"template_repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"],\"nullable\":true},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: http://contributor-covenant.org/version/1/4/\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"}},\"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\"]},\"invitee\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"inviter\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"permissions\":{\"description\":\"The permission associated with the invitation.\",\"example\":\"read\",\"type\":\"string\",\"enum\":[\"read\",\"write\",\"admin\",\"triage\",\"maintain\"]},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2016-06-13T14:52:50-05:00\"},\"expired\":{\"description\":\"Whether or not the invitation has expired\",\"type\":\"boolean\"},\"url\":{\"description\":\"URL for the repository invitation\",\"example\":\"https://api.github.com/user/repository-invitations/1\",\"type\":\"string\"},\"html_url\":{\"type\":\"string\",\"example\":\"https://github.com/octocat/Hello-World/invitations\"},\"node_id\":{\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"permissions\",\"inviter\",\"invitee\",\"repository\",\"url\",\"html_url\",\"created_at\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "invitation_id" }, + { "name": "permissions" } ] }, { @@ -12868,6 +16630,22 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" }, + { "name": "dismissal_restrictions" }, + { "name": "dismissal_restrictions.users" }, + { "name": "dismissal_restrictions.teams" }, + { "name": "dismissal_restrictions.apps" }, + { "name": "dismiss_stale_reviews" }, + { "name": "require_code_owner_reviews" }, + { "name": "required_approving_review_count" }, + { "name": "bypass_pull_request_allowances" }, + { "name": "bypass_pull_request_allowances.users" }, + { "name": "bypass_pull_request_allowances.teams" }, + { "name": "bypass_pull_request_allowances.apps" } ] }, { @@ -12885,6 +16663,18 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "release_id" }, + { "name": "tag_name" }, + { "name": "target_commitish" }, + { "name": "name" }, + { "name": "body" }, + { "name": "draft" }, + { "name": "prerelease" }, + { "name": "discussion_category_name" } ] }, { @@ -12898,6 +16688,14 @@ "code": 200, "schema": "{\"title\":\"Release Asset\",\"description\":\"Data related to a release.\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"browser_download_url\":{\"type\":\"string\",\"format\":\"uri\"},\"id\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"name\":{\"description\":\"The file name of the asset.\",\"type\":\"string\",\"example\":\"Team Environment\"},\"label\":{\"type\":\"string\",\"nullable\":true},\"state\":{\"description\":\"State of the release asset.\",\"type\":\"string\",\"enum\":[\"uploaded\",\"open\"]},\"content_type\":{\"type\":\"string\"},\"size\":{\"type\":\"integer\"},\"download_count\":{\"type\":\"integer\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"uploader\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true}},\"required\":[\"id\",\"name\",\"content_type\",\"size\",\"state\",\"url\",\"node_id\",\"download_count\",\"label\",\"uploader\",\"browser_download_url\",\"created_at\",\"updated_at\"]}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "asset_id" }, + { "name": "name" }, + { "name": "label" }, + { "name": "state" } ] }, { @@ -12919,6 +16717,16 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" }, + { "name": "strict" }, + { "name": "contexts" }, + { "name": "checks" }, + { "name": "checks[].context" }, + { "name": "checks[].app_id" } ] }, { @@ -12940,6 +16748,16 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "branch" }, + { "name": "strict" }, + { "name": "contexts" }, + { "name": "checks" }, + { "name": "checks[].context" }, + { "name": "checks[].app_id" } ] }, { @@ -12961,6 +16779,22 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "hook_id" }, + { "name": "config" }, + { "name": "config.url" }, + { "name": "config.content_type" }, + { "name": "config.secret" }, + { "name": "config.insecure_ssl" }, + { "name": "config.address" }, + { "name": "config.room" }, + { "name": "events" }, + { "name": "add_events" }, + { "name": "remove_events" }, + { "name": "active" } ] }, { @@ -12974,6 +16808,15 @@ "code": 200, "schema": "{\"title\":\"Webhook Configuration\",\"description\":\"Configuration object of the webhook\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"description\":\"The URL to which the payloads will be delivered.\",\"example\":\"https://example.com/webhook\",\"format\":\"uri\"},\"content_type\":{\"type\":\"string\",\"description\":\"The media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`.\",\"example\":\"\\\"json\\\"\"},\"secret\":{\"type\":\"string\",\"description\":\"If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://docs.github.com/webhooks/event-payloads/#delivery-headers).\",\"example\":\"\\\"********\\\"\"},\"insecure_ssl\":{\"oneOf\":[{\"type\":\"string\",\"description\":\"Determines whether the SSL certificate of the host for `url` will be verified when delivering payloads. Supported values include `0` (verification is performed) and `1` (verification is not performed). The default is `0`. **We strongly recommend not setting this to `1` as you are subject to man-in-the-middle and other attacks.**\",\"example\":\"\\\"0\\\"\"},{\"type\":\"number\"}]}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "hook_id" }, + { "name": "url" }, + { "name": "content_type" }, + { "name": "secret" }, + { "name": "insecure_ssl" } ] }, { @@ -12988,6 +16831,15 @@ "schema": "{\"title\":\"Release Asset\",\"description\":\"Data related to a release.\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"browser_download_url\":{\"type\":\"string\",\"format\":\"uri\"},\"id\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"name\":{\"description\":\"The file name of the asset.\",\"type\":\"string\",\"example\":\"Team Environment\"},\"label\":{\"type\":\"string\",\"nullable\":true},\"state\":{\"description\":\"State of the release asset.\",\"type\":\"string\",\"enum\":[\"uploaded\",\"open\"]},\"content_type\":{\"type\":\"string\"},\"size\":{\"type\":\"integer\"},\"download_count\":{\"type\":\"integer\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"uploader\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true}},\"required\":[\"id\",\"name\",\"content_type\",\"size\",\"state\",\"url\",\"node_id\",\"download_count\",\"label\",\"uploader\",\"browser_download_url\",\"created_at\",\"updated_at\"]}" }, { "code": 422, "schema": null } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "release_id" }, + { "name": "name" }, + { "name": "label" }, + { "name": "data" }, + { "name": "origin" } ] }, { @@ -13015,7 +16867,8 @@ "code": 404, "schema": "{\"title\":\"Scim Error\",\"description\":\"Scim Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\",\"nullable\":true},\"documentation_url\":{\"type\":\"string\",\"nullable\":true},\"detail\":{\"type\":\"string\",\"nullable\":true},\"status\":{\"type\":\"integer\"},\"scimType\":{\"type\":\"string\",\"nullable\":true},\"schemas\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } - ] + ], + "parameters": [{ "name": "org" }, { "name": "scim_user_id" }] }, { "url": "/scim/v2/organizations/{org}/Users/{scim_user_id}", @@ -13045,7 +16898,8 @@ "code": 404, "schema": "{\"title\":\"Scim Error\",\"description\":\"Scim Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\",\"nullable\":true},\"documentation_url\":{\"type\":\"string\",\"nullable\":true},\"detail\":{\"type\":\"string\",\"nullable\":true},\"status\":{\"type\":\"integer\"},\"scimType\":{\"type\":\"string\",\"nullable\":true},\"schemas\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } - ] + ], + "parameters": [{ "name": "org" }, { "name": "scim_user_id" }] }, { "url": "/scim/v2/organizations/{org}/Users", @@ -13091,6 +16945,12 @@ "code": 429, "schema": "{\"title\":\"Scim Error\",\"description\":\"Scim Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\",\"nullable\":true},\"documentation_url\":{\"type\":\"string\",\"nullable\":true},\"detail\":{\"type\":\"string\",\"nullable\":true},\"status\":{\"type\":\"integer\"},\"scimType\":{\"type\":\"string\",\"nullable\":true},\"schemas\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "startIndex" }, + { "name": "count" }, + { "name": "filter" } ] }, { @@ -13145,6 +17005,23 @@ "code": 500, "schema": "{\"title\":\"Scim Error\",\"description\":\"Scim Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\",\"nullable\":true},\"documentation_url\":{\"type\":\"string\",\"nullable\":true},\"detail\":{\"type\":\"string\",\"nullable\":true},\"status\":{\"type\":\"integer\"},\"scimType\":{\"type\":\"string\",\"nullable\":true},\"schemas\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "userName" }, + { "name": "displayName" }, + { "name": "name" }, + { "name": "name.givenName" }, + { "name": "name.familyName" }, + { "name": "name.formatted" }, + { "name": "emails" }, + { "name": "emails[].value" }, + { "name": "emails[].primary" }, + { "name": "emails[].type" }, + { "name": "schemas" }, + { "name": "externalId" }, + { "name": "groups" }, + { "name": "active" } ] }, { @@ -13175,6 +17052,24 @@ "code": 404, "schema": "{\"title\":\"Scim Error\",\"description\":\"Scim Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\",\"nullable\":true},\"documentation_url\":{\"type\":\"string\",\"nullable\":true},\"detail\":{\"type\":\"string\",\"nullable\":true},\"status\":{\"type\":\"integer\"},\"scimType\":{\"type\":\"string\",\"nullable\":true},\"schemas\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "scim_user_id" }, + { "name": "schemas" }, + { "name": "displayName" }, + { "name": "externalId" }, + { "name": "groups" }, + { "name": "active" }, + { "name": "userName" }, + { "name": "name" }, + { "name": "name.givenName" }, + { "name": "name.familyName" }, + { "name": "name.formatted" }, + { "name": "emails" }, + { "name": "emails[].type" }, + { "name": "emails[].value" }, + { "name": "emails[].primary" } ] }, { @@ -13217,6 +17112,15 @@ "code": 429, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "scim_user_id" }, + { "name": "schemas" }, + { "name": "Operations" }, + { "name": "Operations[].op" }, + { "name": "Operations[].path" }, + { "name": "Operations[].value" } ] }, { @@ -13243,6 +17147,13 @@ "code": 503, "schema": "{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "q" }, + { "name": "sort" }, + { "name": "order" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -13257,6 +17168,13 @@ "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"incomplete_results\",\"items\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"incomplete_results\":{\"type\":\"boolean\"},\"items\":{\"type\":\"array\",\"items\":{\"title\":\"Commit Search Result Item\",\"description\":\"Commit Search Result Item\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"sha\":{\"type\":\"string\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"},\"comments_url\":{\"type\":\"string\",\"format\":\"uri\"},\"commit\":{\"type\":\"object\",\"properties\":{\"author\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"email\":{\"type\":\"string\"},\"date\":{\"type\":\"string\",\"format\":\"date-time\"}},\"required\":[\"name\",\"email\",\"date\"]},\"committer\":{\"title\":\"Git User\",\"description\":\"Metaproperties for Git author/committer information.\",\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\",\"example\":\"\\\"Chris Wanstrath\\\"\"},\"email\":{\"type\":\"string\",\"example\":\"\\\"chris@ozmm.org\\\"\"},\"date\":{\"type\":\"string\",\"example\":\"\\\"2007-10-29T02:42:39.000-07:00\\\"\"}},\"nullable\":true},\"comment_count\":{\"type\":\"integer\"},\"message\":{\"type\":\"string\"},\"tree\":{\"type\":\"object\",\"properties\":{\"sha\":{\"type\":\"string\"},\"url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"sha\",\"url\"]},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"verification\":{\"title\":\"Verification\",\"type\":\"object\",\"properties\":{\"verified\":{\"type\":\"boolean\"},\"reason\":{\"type\":\"string\"},\"payload\":{\"type\":\"string\",\"nullable\":true},\"signature\":{\"type\":\"string\",\"nullable\":true}},\"required\":[\"verified\",\"reason\",\"payload\",\"signature\"]}},\"required\":[\"author\",\"committer\",\"comment_count\",\"message\",\"tree\",\"url\"]},\"author\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"committer\":{\"title\":\"Git User\",\"description\":\"Metaproperties for Git author/committer information.\",\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\",\"example\":\"\\\"Chris Wanstrath\\\"\"},\"email\":{\"type\":\"string\",\"example\":\"\\\"chris@ozmm.org\\\"\"},\"date\":{\"type\":\"string\",\"example\":\"\\\"2007-10-29T02:42:39.000-07:00\\\"\"}},\"nullable\":true},\"parents\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\"},\"html_url\":{\"type\":\"string\"},\"sha\":{\"type\":\"string\"}}}},\"repository\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"private\":{\"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\"},\"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\"},\"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\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"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\",\"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},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"template_repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"],\"nullable\":true},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: http://contributor-covenant.org/version/1/4/\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"}},\"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\"]},\"score\":{\"type\":\"number\"},\"node_id\":{\"type\":\"string\"},\"text_matches\":{\"title\":\"Search Result Text Matches\",\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"object_url\":{\"type\":\"string\"},\"object_type\":{\"nullable\":true,\"type\":\"string\"},\"property\":{\"type\":\"string\"},\"fragment\":{\"type\":\"string\"},\"matches\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"text\":{\"type\":\"string\"},\"indices\":{\"type\":\"array\",\"items\":{\"type\":\"integer\"}}}}}}}}},\"required\":[\"sha\",\"node_id\",\"url\",\"html_url\",\"author\",\"committer\",\"parents\",\"comments_url\",\"commit\",\"repository\",\"score\"]}}}}" }, { "code": 304, "schema": null } + ], + "parameters": [ + { "name": "q" }, + { "name": "sort" }, + { "name": "order" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -13283,6 +17201,13 @@ "code": 503, "schema": "{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "q" }, + { "name": "sort" }, + { "name": "order" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -13309,6 +17234,14 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "repository_id" }, + { "name": "q" }, + { "name": "sort" }, + { "name": "order" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -13331,6 +17264,13 @@ "code": 503, "schema": "{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "q" }, + { "name": "sort" }, + { "name": "order" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -13345,7 +17285,8 @@ "schema": "{\"type\":\"object\",\"required\":[\"total_count\",\"incomplete_results\",\"items\"],\"properties\":{\"total_count\":{\"type\":\"integer\"},\"incomplete_results\":{\"type\":\"boolean\"},\"items\":{\"type\":\"array\",\"items\":{\"title\":\"Topic Search Result Item\",\"description\":\"Topic Search Result Item\",\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"display_name\":{\"type\":\"string\",\"nullable\":true},\"short_description\":{\"type\":\"string\",\"nullable\":true},\"description\":{\"type\":\"string\",\"nullable\":true},\"created_by\":{\"type\":\"string\",\"nullable\":true},\"released\":{\"type\":\"string\",\"nullable\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"},\"featured\":{\"type\":\"boolean\"},\"curated\":{\"type\":\"boolean\"},\"score\":{\"type\":\"number\"},\"repository_count\":{\"type\":\"integer\",\"nullable\":true},\"logo_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true},\"text_matches\":{\"title\":\"Search Result Text Matches\",\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"object_url\":{\"type\":\"string\"},\"object_type\":{\"nullable\":true,\"type\":\"string\"},\"property\":{\"type\":\"string\"},\"fragment\":{\"type\":\"string\"},\"matches\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"text\":{\"type\":\"string\"},\"indices\":{\"type\":\"array\",\"items\":{\"type\":\"integer\"}}}}}}}},\"related\":{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"object\",\"properties\":{\"topic_relation\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"name\":{\"type\":\"string\"},\"topic_id\":{\"type\":\"integer\"},\"relation_type\":{\"type\":\"string\"}}}}}},\"aliases\":{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"object\",\"properties\":{\"topic_relation\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"name\":{\"type\":\"string\"},\"topic_id\":{\"type\":\"integer\"},\"relation_type\":{\"type\":\"string\"}}}}}}},\"required\":[\"name\",\"display_name\",\"short_description\",\"description\",\"created_by\",\"released\",\"created_at\",\"updated_at\",\"featured\",\"curated\",\"score\"]}}}}" }, { "code": 304, "schema": null } - ] + ], + "parameters": [{ "name": "q" }, { "name": "per_page" }, { "name": "page" }] }, { "url": "/search/users", @@ -13367,6 +17308,13 @@ "code": 503, "schema": "{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "q" }, + { "name": "sort" }, + { "name": "order" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -13386,6 +17334,11 @@ "code": 503, "schema": "{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "alert_number" } ] }, { @@ -13407,6 +17360,17 @@ "code": 503, "schema": "{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "enterprise" }, + { "name": "state" }, + { "name": "secret_type" }, + { "name": "resolution" }, + { "name": "sort" }, + { "name": "direction" }, + { "name": "per_page" }, + { "name": "before" }, + { "name": "after" } ] }, { @@ -13428,6 +17392,18 @@ "code": 503, "schema": "{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "state" }, + { "name": "secret_type" }, + { "name": "resolution" }, + { "name": "sort" }, + { "name": "direction" }, + { "name": "page" }, + { "name": "per_page" }, + { "name": "before" }, + { "name": "after" } ] }, { @@ -13446,6 +17422,19 @@ "code": 503, "schema": "{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "state" }, + { "name": "secret_type" }, + { "name": "resolution" }, + { "name": "sort" }, + { "name": "direction" }, + { "name": "page" }, + { "name": "per_page" }, + { "name": "before" }, + { "name": "after" } ] }, { @@ -13464,6 +17453,13 @@ "code": 503, "schema": "{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "alert_number" }, + { "name": "page" }, + { "name": "per_page" } ] }, { @@ -13483,6 +17479,13 @@ "code": 503, "schema": "{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "owner" }, + { "name": "repo" }, + { "name": "alert_number" }, + { "name": "state" }, + { "name": "resolution" } ] }, { @@ -13499,7 +17502,8 @@ }, { "code": 404, "schema": null }, { "code": 422, "schema": null } - ] + ], + "parameters": [{ "name": "team_id" }, { "name": "username" }] }, { "url": "/orgs/{org}/teams/{team_slug}/memberships/{username}", @@ -13514,6 +17518,12 @@ }, { "code": 403, "schema": null }, { "code": 422, "schema": null } + ], + "parameters": [ + { "name": "org" }, + { "name": "team_slug" }, + { "name": "username" }, + { "name": "role" } ] }, { @@ -13533,6 +17543,11 @@ "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" }, { "code": 422, "schema": null } + ], + "parameters": [ + { "name": "team_id" }, + { "name": "username" }, + { "name": "role" } ] }, { @@ -13547,6 +17562,12 @@ "code": 403, "schema": "{\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "team_slug" }, + { "name": "project_id" }, + { "name": "permission" } ] }, { @@ -13569,6 +17590,11 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "team_id" }, + { "name": "project_id" }, + { "name": "permission" } ] }, { @@ -13577,7 +17603,14 @@ "scope": "teams", "documentationUrl": "https://docs.github.com/rest/reference/teams/#add-or-update-team-repository-permissions", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "org" }, + { "name": "team_slug" }, + { "name": "owner" }, + { "name": "repo" }, + { "name": "permission" } + ] }, { "url": "/teams/{team_id}/repos/{owner}/{repo}", @@ -13595,6 +17628,12 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "team_id" }, + { "name": "owner" }, + { "name": "repo" }, + { "name": "permission" } ] }, { @@ -13609,6 +17648,11 @@ "schema": "{\"title\":\"Team Project\",\"description\":\"A team's access to a project.\",\"type\":\"object\",\"properties\":{\"owner_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"html_url\":{\"type\":\"string\"},\"columns_url\":{\"type\":\"string\"},\"id\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"body\":{\"type\":\"string\",\"nullable\":true},\"number\":{\"type\":\"integer\"},\"state\":{\"type\":\"string\"},\"creator\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"created_at\":{\"type\":\"string\"},\"updated_at\":{\"type\":\"string\"},\"organization_permission\":{\"description\":\"The organization permission for this project. Only present when owner is an organization.\",\"type\":\"string\"},\"private\":{\"description\":\"Whether the project is private or not. Only present when owner is an organization.\",\"type\":\"boolean\"},\"permissions\":{\"type\":\"object\",\"properties\":{\"read\":{\"type\":\"boolean\"},\"write\":{\"type\":\"boolean\"},\"admin\":{\"type\":\"boolean\"}},\"required\":[\"read\",\"write\",\"admin\"]}},\"required\":[\"owner_url\",\"url\",\"html_url\",\"columns_url\",\"id\",\"node_id\",\"name\",\"body\",\"number\",\"state\",\"creator\",\"created_at\",\"updated_at\",\"permissions\"]}" }, { "code": 404, "schema": null } + ], + "parameters": [ + { "name": "org" }, + { "name": "team_slug" }, + { "name": "project_id" } ] }, { @@ -13623,7 +17667,8 @@ "schema": "{\"title\":\"Team Project\",\"description\":\"A team's access to a project.\",\"type\":\"object\",\"properties\":{\"owner_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"html_url\":{\"type\":\"string\"},\"columns_url\":{\"type\":\"string\"},\"id\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"body\":{\"type\":\"string\",\"nullable\":true},\"number\":{\"type\":\"integer\"},\"state\":{\"type\":\"string\"},\"creator\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"created_at\":{\"type\":\"string\"},\"updated_at\":{\"type\":\"string\"},\"organization_permission\":{\"description\":\"The organization permission for this project. Only present when owner is an organization.\",\"type\":\"string\"},\"private\":{\"description\":\"Whether the project is private or not. Only present when owner is an organization.\",\"type\":\"boolean\"},\"permissions\":{\"type\":\"object\",\"properties\":{\"read\":{\"type\":\"boolean\"},\"write\":{\"type\":\"boolean\"},\"admin\":{\"type\":\"boolean\"}},\"required\":[\"read\",\"write\",\"admin\"]}},\"required\":[\"owner_url\",\"url\",\"html_url\",\"columns_url\",\"id\",\"node_id\",\"name\",\"body\",\"number\",\"state\",\"creator\",\"created_at\",\"updated_at\",\"permissions\"]}" }, { "code": 404, "schema": null } - ] + ], + "parameters": [{ "name": "team_id" }, { "name": "project_id" }] }, { "url": "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}", @@ -13638,6 +17683,12 @@ }, { "code": 204, "schema": null }, { "code": 404, "schema": null } + ], + "parameters": [ + { "name": "org" }, + { "name": "team_slug" }, + { "name": "owner" }, + { "name": "repo" } ] }, { @@ -13653,6 +17704,11 @@ }, { "code": 204, "schema": null }, { "code": 404, "schema": null } + ], + "parameters": [ + { "name": "team_id" }, + { "name": "owner" }, + { "name": "repo" } ] }, { @@ -13674,6 +17730,16 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "name" }, + { "name": "description" }, + { "name": "maintainers" }, + { "name": "repo_names" }, + { "name": "privacy" }, + { "name": "permission" }, + { "name": "parent_team_id" } ] }, { @@ -13687,6 +17753,12 @@ "code": 201, "schema": "{\"title\":\"Team Discussion Comment\",\"description\":\"A reply to a discussion within a team.\",\"type\":\"object\",\"properties\":{\"author\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"body\":{\"description\":\"The main text of the comment.\",\"example\":\"I agree with this suggestion.\",\"type\":\"string\"},\"body_html\":{\"type\":\"string\",\"example\":\"

Do you like apples?

\"},\"body_version\":{\"description\":\"The current version of the body content. If provided, this update operation will be rejected if the given version does not match the latest version on the server.\",\"example\":\"0307116bbf7ced493b8d8a346c650b71\",\"type\":\"string\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-01-15T23:53:58Z\"},\"last_edited_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"discussion_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2403582/discussions/1\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/github/teams/justice-league/discussions/1/comments/1\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDIxOlRlYW1EaXNjdXNzaW9uQ29tbWVudDE=\"},\"number\":{\"description\":\"The unique sequence number of a team discussion comment.\",\"example\":42,\"type\":\"integer\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-01-15T23:53:58Z\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2403582/discussions/1/comments/1\"},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"author\",\"body\",\"body_html\",\"body_version\",\"created_at\",\"last_edited_at\",\"discussion_url\",\"html_url\",\"node_id\",\"number\",\"updated_at\",\"url\"]}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "team_slug" }, + { "name": "discussion_number" }, + { "name": "body" } ] }, { @@ -13700,6 +17772,11 @@ "code": 201, "schema": "{\"title\":\"Team Discussion Comment\",\"description\":\"A reply to a discussion within a team.\",\"type\":\"object\",\"properties\":{\"author\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"body\":{\"description\":\"The main text of the comment.\",\"example\":\"I agree with this suggestion.\",\"type\":\"string\"},\"body_html\":{\"type\":\"string\",\"example\":\"

Do you like apples?

\"},\"body_version\":{\"description\":\"The current version of the body content. If provided, this update operation will be rejected if the given version does not match the latest version on the server.\",\"example\":\"0307116bbf7ced493b8d8a346c650b71\",\"type\":\"string\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-01-15T23:53:58Z\"},\"last_edited_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"discussion_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2403582/discussions/1\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/github/teams/justice-league/discussions/1/comments/1\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDIxOlRlYW1EaXNjdXNzaW9uQ29tbWVudDE=\"},\"number\":{\"description\":\"The unique sequence number of a team discussion comment.\",\"example\":42,\"type\":\"integer\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-01-15T23:53:58Z\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2403582/discussions/1/comments/1\"},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"author\",\"body\",\"body_html\",\"body_version\",\"created_at\",\"last_edited_at\",\"discussion_url\",\"html_url\",\"node_id\",\"number\",\"updated_at\",\"url\"]}" } + ], + "parameters": [ + { "name": "team_id" }, + { "name": "discussion_number" }, + { "name": "body" } ] }, { @@ -13713,6 +17790,13 @@ "code": 201, "schema": "{\"title\":\"Team Discussion\",\"description\":\"A team discussion is a persistent record of a free-form conversation within a team.\",\"type\":\"object\",\"properties\":{\"author\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"body\":{\"description\":\"The main text of the discussion.\",\"example\":\"Please suggest improvements to our workflow in comments.\",\"type\":\"string\"},\"body_html\":{\"type\":\"string\",\"example\":\"

Hi! This is an area for us to collaborate as a team

\"},\"body_version\":{\"description\":\"The current version of the body content. If provided, this update operation will be rejected if the given version does not match the latest version on the server.\",\"example\":\"0307116bbf7ced493b8d8a346c650b71\",\"type\":\"string\"},\"comments_count\":{\"type\":\"integer\",\"example\":0},\"comments_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2343027/discussions/1/comments\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-01-25T18:56:31Z\"},\"last_edited_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/github/teams/justice-league/discussions/1\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDE0OlRlYW1EaXNjdXNzaW9uMQ==\"},\"number\":{\"description\":\"The unique sequence number of a team discussion.\",\"example\":42,\"type\":\"integer\"},\"pinned\":{\"description\":\"Whether or not this discussion should be pinned for easy retrieval.\",\"example\":true,\"type\":\"boolean\"},\"private\":{\"description\":\"Whether or not this discussion should be restricted to team members and organization administrators.\",\"example\":true,\"type\":\"boolean\"},\"team_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2343027\"},\"title\":{\"description\":\"The title of the discussion.\",\"example\":\"How can we improve our workflow?\",\"type\":\"string\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-01-25T18:56:31Z\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2343027/discussions/1\"},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"author\",\"body\",\"body_html\",\"body_version\",\"comments_count\",\"comments_url\",\"created_at\",\"last_edited_at\",\"html_url\",\"pinned\",\"private\",\"node_id\",\"number\",\"team_url\",\"title\",\"updated_at\",\"url\"]}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "team_slug" }, + { "name": "title" }, + { "name": "body" }, + { "name": "private" } ] }, { @@ -13726,6 +17810,12 @@ "code": 201, "schema": "{\"title\":\"Team Discussion\",\"description\":\"A team discussion is a persistent record of a free-form conversation within a team.\",\"type\":\"object\",\"properties\":{\"author\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"body\":{\"description\":\"The main text of the discussion.\",\"example\":\"Please suggest improvements to our workflow in comments.\",\"type\":\"string\"},\"body_html\":{\"type\":\"string\",\"example\":\"

Hi! This is an area for us to collaborate as a team

\"},\"body_version\":{\"description\":\"The current version of the body content. If provided, this update operation will be rejected if the given version does not match the latest version on the server.\",\"example\":\"0307116bbf7ced493b8d8a346c650b71\",\"type\":\"string\"},\"comments_count\":{\"type\":\"integer\",\"example\":0},\"comments_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2343027/discussions/1/comments\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-01-25T18:56:31Z\"},\"last_edited_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/github/teams/justice-league/discussions/1\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDE0OlRlYW1EaXNjdXNzaW9uMQ==\"},\"number\":{\"description\":\"The unique sequence number of a team discussion.\",\"example\":42,\"type\":\"integer\"},\"pinned\":{\"description\":\"Whether or not this discussion should be pinned for easy retrieval.\",\"example\":true,\"type\":\"boolean\"},\"private\":{\"description\":\"Whether or not this discussion should be restricted to team members and organization administrators.\",\"example\":true,\"type\":\"boolean\"},\"team_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2343027\"},\"title\":{\"description\":\"The title of the discussion.\",\"example\":\"How can we improve our workflow?\",\"type\":\"string\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-01-25T18:56:31Z\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2343027/discussions/1\"},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"author\",\"body\",\"body_html\",\"body_version\",\"comments_count\",\"comments_url\",\"created_at\",\"last_edited_at\",\"html_url\",\"pinned\",\"private\",\"node_id\",\"number\",\"team_url\",\"title\",\"updated_at\",\"url\"]}" } + ], + "parameters": [ + { "name": "team_id" }, + { "name": "title" }, + { "name": "body" }, + { "name": "private" } ] }, { @@ -13739,6 +17829,14 @@ "code": 200, "schema": "{\"title\":\"GroupMapping\",\"description\":\"External Groups to be mapped to a team for membership\",\"type\":\"object\",\"properties\":{\"groups\":{\"description\":\"Array of groups to be mapped to this team\",\"example\":[{\"group_id\":\"111a1a11-aaa1-1aaa-11a1-a1a1a1a1a1aa\",\"group_name\":\"saml-azuread-test\",\"group_description\":\"A group of Developers working on AzureAD SAML SSO\"},{\"group_id\":\"2bb2bb2b-bb22-22bb-2bb2-bb2bbb2bb2b2\",\"group_name\":\"saml-azuread-test2\",\"group_description\":\"Another group of Developers working on AzureAD SAML SSO\"}],\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"group_id\",\"group_name\",\"group_description\"],\"properties\":{\"group_id\":{\"description\":\"The ID of the group\",\"example\":\"111a1a11-aaa1-1aaa-11a1-a1a1a1a1a1aa\",\"type\":\"string\"},\"group_name\":{\"description\":\"The name of the group\",\"example\":\"saml-azuread-test\",\"type\":\"string\"},\"group_description\":{\"description\":\"a description of the group\",\"example\":\"A group of Developers working on AzureAD SAML SSO\",\"type\":\"string\"},\"status\":{\"description\":\"synchronization status for this group mapping\",\"example\":\"unsynced\",\"type\":\"string\"},\"synced_at\":{\"description\":\"the time of the last sync for this group-mapping\",\"example\":\"2019-06-03 22:27:15:000 -700\",\"type\":\"string\",\"nullable\":true}}}}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "team_slug" }, + { "name": "groups" }, + { "name": "groups[].group_id" }, + { "name": "groups[].group_name" }, + { "name": "groups[].group_description" } ] }, { @@ -13760,6 +17858,17 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "team_id" }, + { "name": "groups" }, + { "name": "groups[].group_id" }, + { "name": "groups[].group_name" }, + { "name": "groups[].group_description" }, + { "name": "groups[].id" }, + { "name": "groups[].name" }, + { "name": "groups[].description" }, + { "name": "synced_at" } ] }, { @@ -13768,7 +17877,13 @@ "scope": "teams", "documentationUrl": "https://docs.github.com/rest/reference/teams#delete-a-discussion-comment", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "org" }, + { "name": "team_slug" }, + { "name": "discussion_number" }, + { "name": "comment_number" } + ] }, { "url": "/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}", @@ -13776,7 +17891,12 @@ "scope": "teams", "documentationUrl": "https://docs.github.com/rest/reference/teams#delete-a-discussion-comment-legacy", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "team_id" }, + { "name": "discussion_number" }, + { "name": "comment_number" } + ] }, { "url": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}", @@ -13784,7 +17904,12 @@ "scope": "teams", "documentationUrl": "https://docs.github.com/rest/reference/teams#delete-a-discussion", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "org" }, + { "name": "team_slug" }, + { "name": "discussion_number" } + ] }, { "url": "/teams/{team_id}/discussions/{discussion_number}", @@ -13792,7 +17917,8 @@ "scope": "teams", "documentationUrl": "https://docs.github.com/rest/reference/teams#delete-a-discussion-legacy", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [{ "name": "team_id" }, { "name": "discussion_number" }] }, { "url": "/orgs/{org}/teams/{team_slug}", @@ -13800,7 +17926,8 @@ "scope": "teams", "documentationUrl": "https://docs.github.com/rest/reference/teams#delete-a-team", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [{ "name": "org" }, { "name": "team_slug" }] }, { "url": "/teams/{team_id}", @@ -13818,7 +17945,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "team_id" }] }, { "url": "/orgs/{org}/external-group/{group_id}", @@ -13831,7 +17959,8 @@ "code": 200, "schema": "{\"title\":\"ExternalGroup\",\"description\":\"Information about an external group's usage and its members\",\"type\":\"object\",\"required\":[\"group_id\",\"group_name\",\"teams\",\"members\"],\"properties\":{\"group_id\":{\"description\":\"The internal ID of the group\",\"example\":1,\"type\":\"integer\"},\"group_name\":{\"description\":\"The display name for the group\",\"example\":\"group-azuread-test\",\"type\":\"string\"},\"updated_at\":{\"description\":\"The date when the group was last updated_at\",\"example\":\"2021-01-03 22:27:15:000 -700\",\"type\":\"string\"},\"teams\":{\"description\":\"An array of teams linked to this group\",\"example\":[{\"team_id\":1,\"team_name\":\"team-test\"},{\"team_id\":2,\"team_name\":\"team-test2\"}],\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"team_id\",\"team_name\"],\"properties\":{\"team_id\":{\"description\":\"The id for a team\",\"example\":1,\"type\":\"integer\"},\"team_name\":{\"description\":\"The name of the team\",\"example\":\"team-test\",\"type\":\"string\"}}}},\"members\":{\"description\":\"An array of external members linked to this group\",\"example\":[{\"member_id\":1,\"member_login\":\"mona-lisa_eocsaxrs\",\"member_name\":\"Mona Lisa\",\"member_email\":\"mona_lisa@github.com\"},{\"member_id\":2,\"member_login\":\"octo-lisa_eocsaxrs\",\"member_name\":\"Octo Lisa\",\"member_email\":\"octo_lisa@github.com\"}],\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"member_id\",\"member_login\",\"member_name\",\"member_email\"],\"properties\":{\"member_id\":{\"description\":\"The internal user ID of the identity\",\"example\":1,\"type\":\"integer\"},\"member_login\":{\"description\":\"The handle/login for the user\",\"example\":\"mona-lisa_eocsaxrs\",\"type\":\"string\"},\"member_name\":{\"description\":\"The user display name/profile name\",\"example\":\"Mona Lisa\",\"type\":\"string\"},\"member_email\":{\"description\":\"An email attached to a user\",\"example\":\"mona_lisa@github.com\",\"type\":\"string\"}}}}}}" } - ] + ], + "parameters": [{ "name": "org" }, { "name": "group_id" }] }, { "url": "/orgs/{org}/teams/{team_slug}", @@ -13848,7 +17977,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "org" }, { "name": "team_slug" }] }, { "url": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}", @@ -13861,6 +17991,12 @@ "code": 200, "schema": "{\"title\":\"Team Discussion Comment\",\"description\":\"A reply to a discussion within a team.\",\"type\":\"object\",\"properties\":{\"author\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"body\":{\"description\":\"The main text of the comment.\",\"example\":\"I agree with this suggestion.\",\"type\":\"string\"},\"body_html\":{\"type\":\"string\",\"example\":\"

Do you like apples?

\"},\"body_version\":{\"description\":\"The current version of the body content. If provided, this update operation will be rejected if the given version does not match the latest version on the server.\",\"example\":\"0307116bbf7ced493b8d8a346c650b71\",\"type\":\"string\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-01-15T23:53:58Z\"},\"last_edited_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"discussion_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2403582/discussions/1\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/github/teams/justice-league/discussions/1/comments/1\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDIxOlRlYW1EaXNjdXNzaW9uQ29tbWVudDE=\"},\"number\":{\"description\":\"The unique sequence number of a team discussion comment.\",\"example\":42,\"type\":\"integer\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-01-15T23:53:58Z\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2403582/discussions/1/comments/1\"},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"author\",\"body\",\"body_html\",\"body_version\",\"created_at\",\"last_edited_at\",\"discussion_url\",\"html_url\",\"node_id\",\"number\",\"updated_at\",\"url\"]}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "team_slug" }, + { "name": "discussion_number" }, + { "name": "comment_number" } ] }, { @@ -13874,6 +18010,11 @@ "code": 200, "schema": "{\"title\":\"Team Discussion Comment\",\"description\":\"A reply to a discussion within a team.\",\"type\":\"object\",\"properties\":{\"author\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"body\":{\"description\":\"The main text of the comment.\",\"example\":\"I agree with this suggestion.\",\"type\":\"string\"},\"body_html\":{\"type\":\"string\",\"example\":\"

Do you like apples?

\"},\"body_version\":{\"description\":\"The current version of the body content. If provided, this update operation will be rejected if the given version does not match the latest version on the server.\",\"example\":\"0307116bbf7ced493b8d8a346c650b71\",\"type\":\"string\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-01-15T23:53:58Z\"},\"last_edited_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"discussion_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2403582/discussions/1\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/github/teams/justice-league/discussions/1/comments/1\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDIxOlRlYW1EaXNjdXNzaW9uQ29tbWVudDE=\"},\"number\":{\"description\":\"The unique sequence number of a team discussion comment.\",\"example\":42,\"type\":\"integer\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-01-15T23:53:58Z\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2403582/discussions/1/comments/1\"},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"author\",\"body\",\"body_html\",\"body_version\",\"created_at\",\"last_edited_at\",\"discussion_url\",\"html_url\",\"node_id\",\"number\",\"updated_at\",\"url\"]}" } + ], + "parameters": [ + { "name": "team_id" }, + { "name": "discussion_number" }, + { "name": "comment_number" } ] }, { @@ -13887,6 +18028,11 @@ "code": 200, "schema": "{\"title\":\"Team Discussion\",\"description\":\"A team discussion is a persistent record of a free-form conversation within a team.\",\"type\":\"object\",\"properties\":{\"author\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"body\":{\"description\":\"The main text of the discussion.\",\"example\":\"Please suggest improvements to our workflow in comments.\",\"type\":\"string\"},\"body_html\":{\"type\":\"string\",\"example\":\"

Hi! This is an area for us to collaborate as a team

\"},\"body_version\":{\"description\":\"The current version of the body content. If provided, this update operation will be rejected if the given version does not match the latest version on the server.\",\"example\":\"0307116bbf7ced493b8d8a346c650b71\",\"type\":\"string\"},\"comments_count\":{\"type\":\"integer\",\"example\":0},\"comments_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2343027/discussions/1/comments\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-01-25T18:56:31Z\"},\"last_edited_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/github/teams/justice-league/discussions/1\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDE0OlRlYW1EaXNjdXNzaW9uMQ==\"},\"number\":{\"description\":\"The unique sequence number of a team discussion.\",\"example\":42,\"type\":\"integer\"},\"pinned\":{\"description\":\"Whether or not this discussion should be pinned for easy retrieval.\",\"example\":true,\"type\":\"boolean\"},\"private\":{\"description\":\"Whether or not this discussion should be restricted to team members and organization administrators.\",\"example\":true,\"type\":\"boolean\"},\"team_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2343027\"},\"title\":{\"description\":\"The title of the discussion.\",\"example\":\"How can we improve our workflow?\",\"type\":\"string\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-01-25T18:56:31Z\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2343027/discussions/1\"},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"author\",\"body\",\"body_html\",\"body_version\",\"comments_count\",\"comments_url\",\"created_at\",\"last_edited_at\",\"html_url\",\"pinned\",\"private\",\"node_id\",\"number\",\"team_url\",\"title\",\"updated_at\",\"url\"]}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "team_slug" }, + { "name": "discussion_number" } ] }, { @@ -13900,7 +18046,8 @@ "code": 200, "schema": "{\"title\":\"Team Discussion\",\"description\":\"A team discussion is a persistent record of a free-form conversation within a team.\",\"type\":\"object\",\"properties\":{\"author\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"body\":{\"description\":\"The main text of the discussion.\",\"example\":\"Please suggest improvements to our workflow in comments.\",\"type\":\"string\"},\"body_html\":{\"type\":\"string\",\"example\":\"

Hi! This is an area for us to collaborate as a team

\"},\"body_version\":{\"description\":\"The current version of the body content. If provided, this update operation will be rejected if the given version does not match the latest version on the server.\",\"example\":\"0307116bbf7ced493b8d8a346c650b71\",\"type\":\"string\"},\"comments_count\":{\"type\":\"integer\",\"example\":0},\"comments_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2343027/discussions/1/comments\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-01-25T18:56:31Z\"},\"last_edited_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/github/teams/justice-league/discussions/1\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDE0OlRlYW1EaXNjdXNzaW9uMQ==\"},\"number\":{\"description\":\"The unique sequence number of a team discussion.\",\"example\":42,\"type\":\"integer\"},\"pinned\":{\"description\":\"Whether or not this discussion should be pinned for easy retrieval.\",\"example\":true,\"type\":\"boolean\"},\"private\":{\"description\":\"Whether or not this discussion should be restricted to team members and organization administrators.\",\"example\":true,\"type\":\"boolean\"},\"team_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2343027\"},\"title\":{\"description\":\"The title of the discussion.\",\"example\":\"How can we improve our workflow?\",\"type\":\"string\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-01-25T18:56:31Z\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2343027/discussions/1\"},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"author\",\"body\",\"body_html\",\"body_version\",\"comments_count\",\"comments_url\",\"created_at\",\"last_edited_at\",\"html_url\",\"pinned\",\"private\",\"node_id\",\"number\",\"team_url\",\"title\",\"updated_at\",\"url\"]}" } - ] + ], + "parameters": [{ "name": "team_id" }, { "name": "discussion_number" }] }, { "url": "/teams/{team_id}", @@ -13917,7 +18064,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "team_id" }] }, { "url": "/teams/{team_id}/members/{username}", @@ -13928,7 +18076,8 @@ "responses": [ { "code": 204, "schema": null }, { "code": 404, "schema": null } - ] + ], + "parameters": [{ "name": "team_id" }, { "name": "username" }] }, { "url": "/orgs/{org}/teams/{team_slug}/memberships/{username}", @@ -13942,6 +18091,11 @@ "schema": "{\"title\":\"Team Membership\",\"description\":\"Team Membership\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"role\":{\"description\":\"The role of the user in the team.\",\"enum\":[\"member\",\"maintainer\"],\"default\":\"member\",\"example\":\"member\",\"type\":\"string\"},\"state\":{\"description\":\"The state of the user's membership in the team.\",\"type\":\"string\",\"enum\":[\"active\",\"pending\"]}},\"required\":[\"role\",\"state\",\"url\"]}" }, { "code": 404, "schema": null } + ], + "parameters": [ + { "name": "org" }, + { "name": "team_slug" }, + { "name": "username" } ] }, { @@ -13959,7 +18113,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "team_id" }, { "name": "username" }] }, { "url": "/orgs/{org}/teams/{team_slug}/external-groups", @@ -13972,6 +18127,11 @@ "code": 200, "schema": "{\"title\":\"ExternalGroup\",\"description\":\"Information about an external group's usage and its members\",\"type\":\"object\",\"required\":[\"group_id\",\"group_name\",\"teams\",\"members\"],\"properties\":{\"group_id\":{\"description\":\"The internal ID of the group\",\"example\":1,\"type\":\"integer\"},\"group_name\":{\"description\":\"The display name for the group\",\"example\":\"group-azuread-test\",\"type\":\"string\"},\"updated_at\":{\"description\":\"The date when the group was last updated_at\",\"example\":\"2021-01-03 22:27:15:000 -700\",\"type\":\"string\"},\"teams\":{\"description\":\"An array of teams linked to this group\",\"example\":[{\"team_id\":1,\"team_name\":\"team-test\"},{\"team_id\":2,\"team_name\":\"team-test2\"}],\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"team_id\",\"team_name\"],\"properties\":{\"team_id\":{\"description\":\"The id for a team\",\"example\":1,\"type\":\"integer\"},\"team_name\":{\"description\":\"The name of the team\",\"example\":\"team-test\",\"type\":\"string\"}}}},\"members\":{\"description\":\"An array of external members linked to this group\",\"example\":[{\"member_id\":1,\"member_login\":\"mona-lisa_eocsaxrs\",\"member_name\":\"Mona Lisa\",\"member_email\":\"mona_lisa@github.com\"},{\"member_id\":2,\"member_login\":\"octo-lisa_eocsaxrs\",\"member_name\":\"Octo Lisa\",\"member_email\":\"octo_lisa@github.com\"}],\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"member_id\",\"member_login\",\"member_name\",\"member_email\"],\"properties\":{\"member_id\":{\"description\":\"The internal user ID of the identity\",\"example\":1,\"type\":\"integer\"},\"member_login\":{\"description\":\"The handle/login for the user\",\"example\":\"mona-lisa_eocsaxrs\",\"type\":\"string\"},\"member_name\":{\"description\":\"The user display name/profile name\",\"example\":\"Mona Lisa\",\"type\":\"string\"},\"member_email\":{\"description\":\"An email attached to a user\",\"example\":\"mona_lisa@github.com\",\"type\":\"string\"}}}}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "team_slug" }, + { "name": "group_id" } ] }, { @@ -13989,6 +18149,11 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -14002,6 +18167,12 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Team\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"slug\":{\"type\":\"string\"},\"description\":{\"type\":\"string\",\"nullable\":true},\"privacy\":{\"type\":\"string\"},\"permission\":{\"type\":\"string\"},\"permissions\":{\"type\":\"object\",\"properties\":{\"pull\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"admin\":{\"type\":\"boolean\"}},\"required\":[\"pull\",\"triage\",\"push\",\"maintain\",\"admin\"]},\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"members_url\":{\"type\":\"string\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\"},\"parent\":{\"title\":\"Team Simple\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"name\":{\"description\":\"Name of the team\",\"type\":\"string\",\"example\":\"Justice League\"},\"description\":{\"description\":\"Description of the team\",\"type\":\"string\",\"nullable\":true,\"example\":\"A great team.\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"type\":\"string\",\"example\":\"admin\"},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"example\":\"closed\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\"],\"nullable\":true}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\",\"parent\"]}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "team_slug" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -14027,6 +18198,11 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "team_id" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -14040,6 +18216,14 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Team Discussion Comment\",\"description\":\"A reply to a discussion within a team.\",\"type\":\"object\",\"properties\":{\"author\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"body\":{\"description\":\"The main text of the comment.\",\"example\":\"I agree with this suggestion.\",\"type\":\"string\"},\"body_html\":{\"type\":\"string\",\"example\":\"

Do you like apples?

\"},\"body_version\":{\"description\":\"The current version of the body content. If provided, this update operation will be rejected if the given version does not match the latest version on the server.\",\"example\":\"0307116bbf7ced493b8d8a346c650b71\",\"type\":\"string\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-01-15T23:53:58Z\"},\"last_edited_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"discussion_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2403582/discussions/1\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/github/teams/justice-league/discussions/1/comments/1\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDIxOlRlYW1EaXNjdXNzaW9uQ29tbWVudDE=\"},\"number\":{\"description\":\"The unique sequence number of a team discussion comment.\",\"example\":42,\"type\":\"integer\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-01-15T23:53:58Z\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2403582/discussions/1/comments/1\"},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"author\",\"body\",\"body_html\",\"body_version\",\"created_at\",\"last_edited_at\",\"discussion_url\",\"html_url\",\"node_id\",\"number\",\"updated_at\",\"url\"]}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "team_slug" }, + { "name": "discussion_number" }, + { "name": "direction" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -14053,6 +18237,13 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Team Discussion Comment\",\"description\":\"A reply to a discussion within a team.\",\"type\":\"object\",\"properties\":{\"author\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"body\":{\"description\":\"The main text of the comment.\",\"example\":\"I agree with this suggestion.\",\"type\":\"string\"},\"body_html\":{\"type\":\"string\",\"example\":\"

Do you like apples?

\"},\"body_version\":{\"description\":\"The current version of the body content. If provided, this update operation will be rejected if the given version does not match the latest version on the server.\",\"example\":\"0307116bbf7ced493b8d8a346c650b71\",\"type\":\"string\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-01-15T23:53:58Z\"},\"last_edited_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"discussion_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2403582/discussions/1\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/github/teams/justice-league/discussions/1/comments/1\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDIxOlRlYW1EaXNjdXNzaW9uQ29tbWVudDE=\"},\"number\":{\"description\":\"The unique sequence number of a team discussion comment.\",\"example\":42,\"type\":\"integer\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-01-15T23:53:58Z\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2403582/discussions/1/comments/1\"},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"author\",\"body\",\"body_html\",\"body_version\",\"created_at\",\"last_edited_at\",\"discussion_url\",\"html_url\",\"node_id\",\"number\",\"updated_at\",\"url\"]}}" } + ], + "parameters": [ + { "name": "team_id" }, + { "name": "discussion_number" }, + { "name": "direction" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -14066,6 +18257,14 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Team Discussion\",\"description\":\"A team discussion is a persistent record of a free-form conversation within a team.\",\"type\":\"object\",\"properties\":{\"author\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"body\":{\"description\":\"The main text of the discussion.\",\"example\":\"Please suggest improvements to our workflow in comments.\",\"type\":\"string\"},\"body_html\":{\"type\":\"string\",\"example\":\"

Hi! This is an area for us to collaborate as a team

\"},\"body_version\":{\"description\":\"The current version of the body content. If provided, this update operation will be rejected if the given version does not match the latest version on the server.\",\"example\":\"0307116bbf7ced493b8d8a346c650b71\",\"type\":\"string\"},\"comments_count\":{\"type\":\"integer\",\"example\":0},\"comments_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2343027/discussions/1/comments\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-01-25T18:56:31Z\"},\"last_edited_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/github/teams/justice-league/discussions/1\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDE0OlRlYW1EaXNjdXNzaW9uMQ==\"},\"number\":{\"description\":\"The unique sequence number of a team discussion.\",\"example\":42,\"type\":\"integer\"},\"pinned\":{\"description\":\"Whether or not this discussion should be pinned for easy retrieval.\",\"example\":true,\"type\":\"boolean\"},\"private\":{\"description\":\"Whether or not this discussion should be restricted to team members and organization administrators.\",\"example\":true,\"type\":\"boolean\"},\"team_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2343027\"},\"title\":{\"description\":\"The title of the discussion.\",\"example\":\"How can we improve our workflow?\",\"type\":\"string\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-01-25T18:56:31Z\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2343027/discussions/1\"},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"author\",\"body\",\"body_html\",\"body_version\",\"comments_count\",\"comments_url\",\"created_at\",\"last_edited_at\",\"html_url\",\"pinned\",\"private\",\"node_id\",\"number\",\"team_url\",\"title\",\"updated_at\",\"url\"]}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "team_slug" }, + { "name": "direction" }, + { "name": "per_page" }, + { "name": "page" }, + { "name": "pinned" } ] }, { @@ -14079,6 +18278,12 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Team Discussion\",\"description\":\"A team discussion is a persistent record of a free-form conversation within a team.\",\"type\":\"object\",\"properties\":{\"author\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"body\":{\"description\":\"The main text of the discussion.\",\"example\":\"Please suggest improvements to our workflow in comments.\",\"type\":\"string\"},\"body_html\":{\"type\":\"string\",\"example\":\"

Hi! This is an area for us to collaborate as a team

\"},\"body_version\":{\"description\":\"The current version of the body content. If provided, this update operation will be rejected if the given version does not match the latest version on the server.\",\"example\":\"0307116bbf7ced493b8d8a346c650b71\",\"type\":\"string\"},\"comments_count\":{\"type\":\"integer\",\"example\":0},\"comments_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2343027/discussions/1/comments\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-01-25T18:56:31Z\"},\"last_edited_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/github/teams/justice-league/discussions/1\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDE0OlRlYW1EaXNjdXNzaW9uMQ==\"},\"number\":{\"description\":\"The unique sequence number of a team discussion.\",\"example\":42,\"type\":\"integer\"},\"pinned\":{\"description\":\"Whether or not this discussion should be pinned for easy retrieval.\",\"example\":true,\"type\":\"boolean\"},\"private\":{\"description\":\"Whether or not this discussion should be restricted to team members and organization administrators.\",\"example\":true,\"type\":\"boolean\"},\"team_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2343027\"},\"title\":{\"description\":\"The title of the discussion.\",\"example\":\"How can we improve our workflow?\",\"type\":\"string\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-01-25T18:56:31Z\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2343027/discussions/1\"},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"author\",\"body\",\"body_html\",\"body_version\",\"comments_count\",\"comments_url\",\"created_at\",\"last_edited_at\",\"html_url\",\"pinned\",\"private\",\"node_id\",\"number\",\"team_url\",\"title\",\"updated_at\",\"url\"]}}" } + ], + "parameters": [ + { "name": "team_id" }, + { "name": "direction" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -14092,6 +18297,12 @@ "code": 200, "schema": "{\"title\":\"ExternalGroups\",\"description\":\"A list of external groups available to be connected to a team\",\"type\":\"object\",\"properties\":{\"groups\":{\"description\":\"An array of external groups available to be mapped to a team\",\"example\":[{\"group_id\":1,\"group_name\":\"group-azuread-test\",\"updated_at\":\"2021-01-03 22:27:15:000 -700\"},{\"group_id\":2,\"group_name\":\"group-azuread-test2\",\"updated_at\":\"2021-06-03 22:27:15:000 -700\"}],\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"group_id\",\"group_name\",\"updated_at\"],\"properties\":{\"group_id\":{\"description\":\"The internal ID of the group\",\"example\":1,\"type\":\"integer\"},\"group_name\":{\"description\":\"The display name of the group\",\"example\":\"group-azuread-test\",\"type\":\"string\"},\"updated_at\":{\"description\":\"The time of the last update for this group\",\"example\":\"2019-06-03 22:27:15:000 -700\",\"type\":\"string\"}}}}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "per_page" }, + { "name": "page" }, + { "name": "display_name" } ] }, { @@ -14114,7 +18325,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "per_page" }, { "name": "page" }] }, { "url": "/teams/{team_id}/team-sync/group-mappings", @@ -14135,7 +18347,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "team_id" }] }, { "url": "/orgs/{org}/team-sync/groups", @@ -14148,6 +18361,11 @@ "code": 200, "schema": "{\"title\":\"GroupMapping\",\"description\":\"External Groups to be mapped to a team for membership\",\"type\":\"object\",\"properties\":{\"groups\":{\"description\":\"Array of groups to be mapped to this team\",\"example\":[{\"group_id\":\"111a1a11-aaa1-1aaa-11a1-a1a1a1a1a1aa\",\"group_name\":\"saml-azuread-test\",\"group_description\":\"A group of Developers working on AzureAD SAML SSO\"},{\"group_id\":\"2bb2bb2b-bb22-22bb-2bb2-bb2bbb2bb2b2\",\"group_name\":\"saml-azuread-test2\",\"group_description\":\"Another group of Developers working on AzureAD SAML SSO\"}],\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"group_id\",\"group_name\",\"group_description\"],\"properties\":{\"group_id\":{\"description\":\"The ID of the group\",\"example\":\"111a1a11-aaa1-1aaa-11a1-a1a1a1a1a1aa\",\"type\":\"string\"},\"group_name\":{\"description\":\"The name of the group\",\"example\":\"saml-azuread-test\",\"type\":\"string\"},\"group_description\":{\"description\":\"a description of the group\",\"example\":\"A group of Developers working on AzureAD SAML SSO\",\"type\":\"string\"},\"status\":{\"description\":\"synchronization status for this group mapping\",\"example\":\"unsynced\",\"type\":\"string\"},\"synced_at\":{\"description\":\"the time of the last sync for this group-mapping\",\"example\":\"2019-06-03 22:27:15:000 -700\",\"type\":\"string\",\"nullable\":true}}}}}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -14161,7 +18379,8 @@ "code": 200, "schema": "{\"title\":\"GroupMapping\",\"description\":\"External Groups to be mapped to a team for membership\",\"type\":\"object\",\"properties\":{\"groups\":{\"description\":\"Array of groups to be mapped to this team\",\"example\":[{\"group_id\":\"111a1a11-aaa1-1aaa-11a1-a1a1a1a1a1aa\",\"group_name\":\"saml-azuread-test\",\"group_description\":\"A group of Developers working on AzureAD SAML SSO\"},{\"group_id\":\"2bb2bb2b-bb22-22bb-2bb2-bb2bbb2bb2b2\",\"group_name\":\"saml-azuread-test2\",\"group_description\":\"Another group of Developers working on AzureAD SAML SSO\"}],\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"group_id\",\"group_name\",\"group_description\"],\"properties\":{\"group_id\":{\"description\":\"The ID of the group\",\"example\":\"111a1a11-aaa1-1aaa-11a1-a1a1a1a1a1aa\",\"type\":\"string\"},\"group_name\":{\"description\":\"The name of the group\",\"example\":\"saml-azuread-test\",\"type\":\"string\"},\"group_description\":{\"description\":\"a description of the group\",\"example\":\"A group of Developers working on AzureAD SAML SSO\",\"type\":\"string\"},\"status\":{\"description\":\"synchronization status for this group mapping\",\"example\":\"unsynced\",\"type\":\"string\"},\"synced_at\":{\"description\":\"the time of the last sync for this group-mapping\",\"example\":\"2019-06-03 22:27:15:000 -700\",\"type\":\"string\",\"nullable\":true}}}}}}" } - ] + ], + "parameters": [{ "name": "org" }, { "name": "team_slug" }] }, { "url": "/orgs/{org}/teams/{team_slug}/external-groups", @@ -14174,7 +18393,8 @@ "code": 200, "schema": "{\"title\":\"ExternalGroups\",\"description\":\"A list of external groups available to be connected to a team\",\"type\":\"object\",\"properties\":{\"groups\":{\"description\":\"An array of external groups available to be mapped to a team\",\"example\":[{\"group_id\":1,\"group_name\":\"group-azuread-test\",\"updated_at\":\"2021-01-03 22:27:15:000 -700\"},{\"group_id\":2,\"group_name\":\"group-azuread-test2\",\"updated_at\":\"2021-06-03 22:27:15:000 -700\"}],\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"group_id\",\"group_name\",\"updated_at\"],\"properties\":{\"group_id\":{\"description\":\"The internal ID of the group\",\"example\":1,\"type\":\"integer\"},\"group_name\":{\"description\":\"The display name of the group\",\"example\":\"group-azuread-test\",\"type\":\"string\"},\"updated_at\":{\"description\":\"The time of the last update for this group\",\"example\":\"2019-06-03 22:27:15:000 -700\",\"type\":\"string\"}}}}}}" } - ] + ], + "parameters": [{ "name": "org" }, { "name": "team_slug" }] }, { "url": "/orgs/{org}/teams/{team_slug}/members", @@ -14187,6 +18407,13 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "team_slug" }, + { "name": "role" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -14204,6 +18431,12 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "team_id" }, + { "name": "role" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -14217,6 +18450,12 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Organization Invitation\",\"description\":\"Organization Invitation\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"login\":{\"type\":\"string\",\"nullable\":true},\"email\":{\"type\":\"string\",\"nullable\":true},\"role\":{\"type\":\"string\"},\"created_at\":{\"type\":\"string\"},\"failed_at\":{\"type\":\"string\",\"nullable\":true},\"failed_reason\":{\"type\":\"string\",\"nullable\":true},\"inviter\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"team_count\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"\\\"MDIyOk9yZ2FuaXphdGlvbkludml0YXRpb24x\\\"\"},\"invitation_teams_url\":{\"type\":\"string\",\"example\":\"\\\"https://api.github.com/organizations/16/invitations/1/teams\\\"\"}},\"required\":[\"id\",\"login\",\"email\",\"role\",\"created_at\",\"inviter\",\"team_count\",\"invitation_teams_url\",\"node_id\"]}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "team_slug" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -14230,6 +18469,11 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Organization Invitation\",\"description\":\"Organization Invitation\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"login\":{\"type\":\"string\",\"nullable\":true},\"email\":{\"type\":\"string\",\"nullable\":true},\"role\":{\"type\":\"string\"},\"created_at\":{\"type\":\"string\"},\"failed_at\":{\"type\":\"string\",\"nullable\":true},\"failed_reason\":{\"type\":\"string\",\"nullable\":true},\"inviter\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"team_count\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"\\\"MDIyOk9yZ2FuaXphdGlvbkludml0YXRpb24x\\\"\"},\"invitation_teams_url\":{\"type\":\"string\",\"example\":\"\\\"https://api.github.com/organizations/16/invitations/1/teams\\\"\"}},\"required\":[\"id\",\"login\",\"email\",\"role\",\"created_at\",\"inviter\",\"team_count\",\"invitation_teams_url\",\"node_id\"]}}" } + ], + "parameters": [ + { "name": "team_id" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -14243,6 +18487,12 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Team Project\",\"description\":\"A team's access to a project.\",\"type\":\"object\",\"properties\":{\"owner_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"html_url\":{\"type\":\"string\"},\"columns_url\":{\"type\":\"string\"},\"id\":{\"type\":\"integer\"},\"node_id\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"body\":{\"type\":\"string\",\"nullable\":true},\"number\":{\"type\":\"integer\"},\"state\":{\"type\":\"string\"},\"creator\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"created_at\":{\"type\":\"string\"},\"updated_at\":{\"type\":\"string\"},\"organization_permission\":{\"description\":\"The organization permission for this project. Only present when owner is an organization.\",\"type\":\"string\"},\"private\":{\"description\":\"Whether the project is private or not. Only present when owner is an organization.\",\"type\":\"boolean\"},\"permissions\":{\"type\":\"object\",\"properties\":{\"read\":{\"type\":\"boolean\"},\"write\":{\"type\":\"boolean\"},\"admin\":{\"type\":\"boolean\"}},\"required\":[\"read\",\"write\",\"admin\"]}},\"required\":[\"owner_url\",\"url\",\"html_url\",\"columns_url\",\"id\",\"node_id\",\"name\",\"body\",\"number\",\"state\",\"creator\",\"created_at\",\"updated_at\",\"permissions\"]}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "team_slug" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -14260,6 +18510,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "team_id" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -14273,6 +18528,12 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Minimal Repository\",\"description\":\"Minimal Repository\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":1296269},\"node_id\":{\"type\":\"string\",\"example\":\"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\"},\"name\":{\"type\":\"string\",\"example\":\"Hello-World\"},\"full_name\":{\"type\":\"string\",\"example\":\"octocat/Hello-World\"},\"owner\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"private\":{\"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\"},\"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\"},\"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\"},\"mirror_url\":{\"type\":\"string\",\"nullable\":true},\"hooks_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"http://api.github.com/repos/octocat/Hello-World/hooks\"},\"svn_url\":{\"type\":\"string\"},\"homepage\":{\"type\":\"string\",\"nullable\":true},\"language\":{\"type\":\"string\",\"nullable\":true},\"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\",\"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},\"permissions\":{\"type\":\"object\",\"properties\":{\"admin\":{\"type\":\"boolean\"},\"maintain\":{\"type\":\"boolean\"},\"push\":{\"type\":\"boolean\"},\"triage\":{\"type\":\"boolean\"},\"pull\":{\"type\":\"boolean\"}}},\"role_name\":{\"type\":\"string\",\"example\":\"admin\"},\"template_repository\":{\"title\":\"Repository\",\"description\":\"A git 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\":{\"title\":\"License Simple\",\"description\":\"License Simple\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"mit\"},\"name\":{\"type\":\"string\",\"example\":\"MIT License\"},\"url\":{\"type\":\"string\",\"nullable\":true,\"format\":\"uri\",\"example\":\"https://api.github.com/licenses/mit\"},\"spdx_id\":{\"type\":\"string\",\"nullable\":true,\"example\":\"MIT\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDc6TGljZW5zZW1pdA==\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\"}},\"required\":[\"key\",\"name\",\"url\",\"spdx_id\",\"node_id\"],\"nullable\":true},\"organization\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"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\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]},\"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\":{\"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},\"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\"},\"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.\",\"default\":false},\"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\"},\"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\\\"\"}},\"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\"],\"nullable\":true},\"temp_clone_token\":{\"type\":\"string\"},\"delete_branch_on_merge\":{\"type\":\"boolean\"},\"subscribers_count\":{\"type\":\"integer\"},\"network_count\":{\"type\":\"integer\"},\"code_of_conduct\":{\"title\":\"Code Of Conduct\",\"description\":\"Code Of Conduct\",\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"example\":\"contributor_covenant\"},\"name\":{\"type\":\"string\",\"example\":\"Contributor Covenant\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/codes_of_conduct/contributor_covenant\"},\"body\":{\"type\":\"string\",\"example\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\n to any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\n posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: http://contributor-covenant.org/version/1/4/\\n\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"nullable\":true}},\"required\":[\"url\",\"html_url\",\"key\",\"name\"]},\"license\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"},\"spdx_id\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"node_id\":{\"type\":\"string\"}},\"nullable\":true},\"forks\":{\"type\":\"integer\",\"example\":0},\"open_issues\":{\"type\":\"integer\",\"example\":0},\"watchers\":{\"type\":\"integer\",\"example\":0},\"allow_forking\":{\"type\":\"boolean\"}},\"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\"]}}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "team_slug" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -14290,6 +18551,11 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } + ], + "parameters": [ + { "name": "team_id" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -14301,7 +18567,8 @@ "responses": [ { "code": 204, "schema": null }, { "code": 404, "schema": null } - ] + ], + "parameters": [{ "name": "team_id" }, { "name": "username" }] }, { "url": "/orgs/{org}/teams/{team_slug}/memberships/{username}", @@ -14312,6 +18579,11 @@ "responses": [ { "code": 204, "schema": null }, { "code": 403, "schema": null } + ], + "parameters": [ + { "name": "org" }, + { "name": "team_slug" }, + { "name": "username" } ] }, { @@ -14323,7 +18595,8 @@ "responses": [ { "code": 204, "schema": null }, { "code": 403, "schema": null } - ] + ], + "parameters": [{ "name": "team_id" }, { "name": "username" }] }, { "url": "/orgs/{org}/teams/{team_slug}/projects/{project_id}", @@ -14331,7 +18604,12 @@ "scope": "teams", "documentationUrl": "https://docs.github.com/rest/reference/teams#remove-a-project-from-a-team", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "org" }, + { "name": "team_slug" }, + { "name": "project_id" } + ] }, { "url": "/teams/{team_id}/projects/{project_id}", @@ -14349,7 +18627,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "team_id" }, { "name": "project_id" }] }, { "url": "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}", @@ -14357,7 +18636,13 @@ "scope": "teams", "documentationUrl": "https://docs.github.com/rest/reference/teams/#remove-a-repository-from-a-team", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "org" }, + { "name": "team_slug" }, + { "name": "owner" }, + { "name": "repo" } + ] }, { "url": "/teams/{team_id}/repos/{owner}/{repo}", @@ -14365,7 +18650,12 @@ "scope": "teams", "documentationUrl": "https://docs.github.com/rest/reference/teams/#remove-a-repository-from-a-team-legacy", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [ + { "name": "team_id" }, + { "name": "owner" }, + { "name": "repo" } + ] }, { "url": "/orgs/{org}/teams/{team_slug}/external-groups", @@ -14373,7 +18663,8 @@ "scope": "teams", "documentationUrl": "https://docs.github.com/rest/reference/teams#unlink-external-idp-group-team-connection", "renamed": null, - "responses": [{ "code": 204, "schema": null }] + "responses": [{ "code": 204, "schema": null }], + "parameters": [{ "name": "org" }, { "name": "team_slug" }] }, { "url": "/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}", @@ -14386,6 +18677,13 @@ "code": 200, "schema": "{\"title\":\"Team Discussion Comment\",\"description\":\"A reply to a discussion within a team.\",\"type\":\"object\",\"properties\":{\"author\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"body\":{\"description\":\"The main text of the comment.\",\"example\":\"I agree with this suggestion.\",\"type\":\"string\"},\"body_html\":{\"type\":\"string\",\"example\":\"

Do you like apples?

\"},\"body_version\":{\"description\":\"The current version of the body content. If provided, this update operation will be rejected if the given version does not match the latest version on the server.\",\"example\":\"0307116bbf7ced493b8d8a346c650b71\",\"type\":\"string\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-01-15T23:53:58Z\"},\"last_edited_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"discussion_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2403582/discussions/1\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/github/teams/justice-league/discussions/1/comments/1\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDIxOlRlYW1EaXNjdXNzaW9uQ29tbWVudDE=\"},\"number\":{\"description\":\"The unique sequence number of a team discussion comment.\",\"example\":42,\"type\":\"integer\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-01-15T23:53:58Z\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2403582/discussions/1/comments/1\"},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"author\",\"body\",\"body_html\",\"body_version\",\"created_at\",\"last_edited_at\",\"discussion_url\",\"html_url\",\"node_id\",\"number\",\"updated_at\",\"url\"]}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "team_slug" }, + { "name": "discussion_number" }, + { "name": "comment_number" }, + { "name": "body" } ] }, { @@ -14399,6 +18697,12 @@ "code": 200, "schema": "{\"title\":\"Team Discussion Comment\",\"description\":\"A reply to a discussion within a team.\",\"type\":\"object\",\"properties\":{\"author\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"body\":{\"description\":\"The main text of the comment.\",\"example\":\"I agree with this suggestion.\",\"type\":\"string\"},\"body_html\":{\"type\":\"string\",\"example\":\"

Do you like apples?

\"},\"body_version\":{\"description\":\"The current version of the body content. If provided, this update operation will be rejected if the given version does not match the latest version on the server.\",\"example\":\"0307116bbf7ced493b8d8a346c650b71\",\"type\":\"string\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-01-15T23:53:58Z\"},\"last_edited_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"discussion_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2403582/discussions/1\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/github/teams/justice-league/discussions/1/comments/1\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDIxOlRlYW1EaXNjdXNzaW9uQ29tbWVudDE=\"},\"number\":{\"description\":\"The unique sequence number of a team discussion comment.\",\"example\":42,\"type\":\"integer\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-01-15T23:53:58Z\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2403582/discussions/1/comments/1\"},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"author\",\"body\",\"body_html\",\"body_version\",\"created_at\",\"last_edited_at\",\"discussion_url\",\"html_url\",\"node_id\",\"number\",\"updated_at\",\"url\"]}" } + ], + "parameters": [ + { "name": "team_id" }, + { "name": "discussion_number" }, + { "name": "comment_number" }, + { "name": "body" } ] }, { @@ -14412,6 +18716,13 @@ "code": 200, "schema": "{\"title\":\"Team Discussion\",\"description\":\"A team discussion is a persistent record of a free-form conversation within a team.\",\"type\":\"object\",\"properties\":{\"author\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"body\":{\"description\":\"The main text of the discussion.\",\"example\":\"Please suggest improvements to our workflow in comments.\",\"type\":\"string\"},\"body_html\":{\"type\":\"string\",\"example\":\"

Hi! This is an area for us to collaborate as a team

\"},\"body_version\":{\"description\":\"The current version of the body content. If provided, this update operation will be rejected if the given version does not match the latest version on the server.\",\"example\":\"0307116bbf7ced493b8d8a346c650b71\",\"type\":\"string\"},\"comments_count\":{\"type\":\"integer\",\"example\":0},\"comments_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2343027/discussions/1/comments\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-01-25T18:56:31Z\"},\"last_edited_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/github/teams/justice-league/discussions/1\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDE0OlRlYW1EaXNjdXNzaW9uMQ==\"},\"number\":{\"description\":\"The unique sequence number of a team discussion.\",\"example\":42,\"type\":\"integer\"},\"pinned\":{\"description\":\"Whether or not this discussion should be pinned for easy retrieval.\",\"example\":true,\"type\":\"boolean\"},\"private\":{\"description\":\"Whether or not this discussion should be restricted to team members and organization administrators.\",\"example\":true,\"type\":\"boolean\"},\"team_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2343027\"},\"title\":{\"description\":\"The title of the discussion.\",\"example\":\"How can we improve our workflow?\",\"type\":\"string\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-01-25T18:56:31Z\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2343027/discussions/1\"},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"author\",\"body\",\"body_html\",\"body_version\",\"comments_count\",\"comments_url\",\"created_at\",\"last_edited_at\",\"html_url\",\"pinned\",\"private\",\"node_id\",\"number\",\"team_url\",\"title\",\"updated_at\",\"url\"]}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "team_slug" }, + { "name": "discussion_number" }, + { "name": "title" }, + { "name": "body" } ] }, { @@ -14425,6 +18736,12 @@ "code": 200, "schema": "{\"title\":\"Team Discussion\",\"description\":\"A team discussion is a persistent record of a free-form conversation within a team.\",\"type\":\"object\",\"properties\":{\"author\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"],\"nullable\":true},\"body\":{\"description\":\"The main text of the discussion.\",\"example\":\"Please suggest improvements to our workflow in comments.\",\"type\":\"string\"},\"body_html\":{\"type\":\"string\",\"example\":\"

Hi! This is an area for us to collaborate as a team

\"},\"body_version\":{\"description\":\"The current version of the body content. If provided, this update operation will be rejected if the given version does not match the latest version on the server.\",\"example\":\"0307116bbf7ced493b8d8a346c650b71\",\"type\":\"string\"},\"comments_count\":{\"type\":\"integer\",\"example\":0},\"comments_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2343027/discussions/1/comments\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-01-25T18:56:31Z\"},\"last_edited_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/github/teams/justice-league/discussions/1\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDE0OlRlYW1EaXNjdXNzaW9uMQ==\"},\"number\":{\"description\":\"The unique sequence number of a team discussion.\",\"example\":42,\"type\":\"integer\"},\"pinned\":{\"description\":\"Whether or not this discussion should be pinned for easy retrieval.\",\"example\":true,\"type\":\"boolean\"},\"private\":{\"description\":\"Whether or not this discussion should be restricted to team members and organization administrators.\",\"example\":true,\"type\":\"boolean\"},\"team_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2343027\"},\"title\":{\"description\":\"The title of the discussion.\",\"example\":\"How can we improve our workflow?\",\"type\":\"string\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2018-01-25T18:56:31Z\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/2343027/discussions/1\"},\"reactions\":{\"title\":\"Reaction Rollup\",\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\",\"format\":\"uri\"},\"total_count\":{\"type\":\"integer\"},\"+1\":{\"type\":\"integer\"},\"-1\":{\"type\":\"integer\"},\"laugh\":{\"type\":\"integer\"},\"confused\":{\"type\":\"integer\"},\"heart\":{\"type\":\"integer\"},\"hooray\":{\"type\":\"integer\"},\"eyes\":{\"type\":\"integer\"},\"rocket\":{\"type\":\"integer\"}},\"required\":[\"url\",\"total_count\",\"+1\",\"-1\",\"laugh\",\"confused\",\"heart\",\"hooray\",\"eyes\",\"rocket\"]}},\"required\":[\"author\",\"body\",\"body_html\",\"body_version\",\"comments_count\",\"comments_url\",\"created_at\",\"last_edited_at\",\"html_url\",\"pinned\",\"private\",\"node_id\",\"number\",\"team_url\",\"title\",\"updated_at\",\"url\"]}" } + ], + "parameters": [ + { "name": "team_id" }, + { "name": "discussion_number" }, + { "name": "title" }, + { "name": "body" } ] }, { @@ -14438,6 +18755,15 @@ "code": 201, "schema": "{\"title\":\"Full Team\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"example\":42,\"type\":\"integer\"},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"example\":\"https://api.github.com/organizations/1/team/1\",\"type\":\"string\",\"format\":\"uri\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"name\":{\"description\":\"Name of the team\",\"example\":\"Developers\",\"type\":\"string\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"description\":{\"type\":\"string\",\"example\":\"A great team.\",\"nullable\":true},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"enum\":[\"closed\",\"secret\"],\"example\":\"closed\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"example\":\"push\",\"type\":\"string\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"parent\":{\"title\":\"Team Simple\",\"description\":\"Groups of organization members that gives permissions on specified repositories.\",\"type\":\"object\",\"properties\":{\"id\":{\"description\":\"Unique identifier of the team\",\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDQ6VGVhbTE=\"},\"url\":{\"description\":\"URL for the team\",\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/organizations/1/team/1/members{/member}\"},\"name\":{\"description\":\"Name of the team\",\"type\":\"string\",\"example\":\"Justice League\"},\"description\":{\"description\":\"Description of the team\",\"type\":\"string\",\"nullable\":true,\"example\":\"A great team.\"},\"permission\":{\"description\":\"Permission that the team will have for its repositories\",\"type\":\"string\",\"example\":\"admin\"},\"privacy\":{\"description\":\"The level of privacy this team should have\",\"type\":\"string\",\"example\":\"closed\"},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/orgs/rails/teams/core\"},\"repositories_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/organizations/1/team/1/repos\"},\"slug\":{\"type\":\"string\",\"example\":\"justice-league\"},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\"],\"nullable\":true},\"members_count\":{\"type\":\"integer\",\"example\":3},\"repos_count\":{\"type\":\"integer\",\"example\":10},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-07-14T16:53:42Z\"},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2017-08-17T12:37:15Z\"},\"organization\":{\"title\":\"Organization Full\",\"description\":\"Organization Full\",\"type\":\"object\",\"properties\":{\"login\":{\"type\":\"string\",\"example\":\"github\"},\"id\":{\"type\":\"integer\",\"example\":1},\"node_id\":{\"type\":\"string\",\"example\":\"MDEyOk9yZ2FuaXphdGlvbjE=\"},\"url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github\"},\"repos_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/repos\"},\"events_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://api.github.com/orgs/github/events\"},\"hooks_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/hooks\"},\"issues_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/issues\"},\"members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/members{/member}\"},\"public_members_url\":{\"type\":\"string\",\"example\":\"https://api.github.com/orgs/github/public_members{/member}\"},\"avatar_url\":{\"type\":\"string\",\"example\":\"https://github.com/images/error/octocat_happy.gif\"},\"description\":{\"type\":\"string\",\"example\":\"A great organization\",\"nullable\":true},\"name\":{\"type\":\"string\",\"example\":\"github\"},\"company\":{\"type\":\"string\",\"example\":\"GitHub\"},\"blog\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/blog\"},\"location\":{\"type\":\"string\",\"example\":\"San Francisco\"},\"email\":{\"type\":\"string\",\"format\":\"email\",\"example\":\"octocat@github.com\"},\"twitter_username\":{\"type\":\"string\",\"example\":\"github\",\"nullable\":true},\"is_verified\":{\"type\":\"boolean\",\"example\":true},\"has_organization_projects\":{\"type\":\"boolean\",\"example\":true},\"has_repository_projects\":{\"type\":\"boolean\",\"example\":true},\"public_repos\":{\"type\":\"integer\",\"example\":2},\"public_gists\":{\"type\":\"integer\",\"example\":1},\"followers\":{\"type\":\"integer\",\"example\":20},\"following\":{\"type\":\"integer\",\"example\":0},\"html_url\":{\"type\":\"string\",\"format\":\"uri\",\"example\":\"https://github.com/octocat\"},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2008-01-14T04:33:35Z\"},\"type\":{\"type\":\"string\",\"example\":\"Organization\"},\"total_private_repos\":{\"type\":\"integer\",\"example\":100},\"owned_private_repos\":{\"type\":\"integer\",\"example\":100},\"private_gists\":{\"type\":\"integer\",\"example\":81,\"nullable\":true},\"disk_usage\":{\"type\":\"integer\",\"example\":10000,\"nullable\":true},\"collaborators\":{\"type\":\"integer\",\"example\":8,\"nullable\":true},\"billing_email\":{\"type\":\"string\",\"format\":\"email\",\"example\":\"org@example.com\",\"nullable\":true},\"plan\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"space\":{\"type\":\"integer\"},\"private_repos\":{\"type\":\"integer\"},\"filled_seats\":{\"type\":\"integer\"},\"seats\":{\"type\":\"integer\"}},\"required\":[\"name\",\"space\",\"private_repos\"]},\"default_repository_permission\":{\"type\":\"string\",\"nullable\":true},\"members_can_create_repositories\":{\"type\":\"boolean\",\"example\":true,\"nullable\":true},\"two_factor_requirement_enabled\":{\"type\":\"boolean\",\"example\":true,\"nullable\":true},\"members_allowed_repository_creation_type\":{\"type\":\"string\",\"example\":\"all\"},\"members_can_create_public_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_private_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_internal_repositories\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_public_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_create_private_pages\":{\"type\":\"boolean\",\"example\":true},\"members_can_fork_private_repositories\":{\"type\":\"boolean\",\"example\":false,\"nullable\":true},\"updated_at\":{\"type\":\"string\",\"format\":\"date-time\"}},\"required\":[\"login\",\"url\",\"id\",\"node_id\",\"repos_url\",\"events_url\",\"hooks_url\",\"issues_url\",\"members_url\",\"public_members_url\",\"avatar_url\",\"description\",\"html_url\",\"has_organization_projects\",\"has_repository_projects\",\"public_repos\",\"public_gists\",\"followers\",\"following\",\"type\",\"created_at\",\"updated_at\"]},\"ldap_dn\":{\"description\":\"Distinguished Name (DN) that team maps to within LDAP environment\",\"example\":\"uid=example,ou=users,dc=github,dc=com\",\"type\":\"string\"}},\"required\":[\"id\",\"node_id\",\"url\",\"members_url\",\"name\",\"description\",\"permission\",\"html_url\",\"repositories_url\",\"slug\",\"created_at\",\"updated_at\",\"members_count\",\"repos_count\",\"organization\"]}" } + ], + "parameters": [ + { "name": "org" }, + { "name": "team_slug" }, + { "name": "name" }, + { "name": "description" }, + { "name": "privacy" }, + { "name": "permission" }, + { "name": "parent_team_id" } ] }, { @@ -14467,6 +18793,14 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "team_id" }, + { "name": "name" }, + { "name": "description" }, + { "name": "privacy" }, + { "name": "permission" }, + { "name": "parent_team_id" } ] }, { @@ -14497,7 +18831,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "emails" }] }, { "url": "/user/emails", @@ -14527,7 +18862,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "emails" }] }, { "url": "/user/blocks/{username}", @@ -14554,7 +18890,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "username" }] }, { "url": "/user/blocks/{username}", @@ -14577,7 +18914,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "username" }] }, { "url": "/users/{username}/following/{target_user}", @@ -14588,7 +18926,8 @@ "responses": [ { "code": 204, "schema": null }, { "code": 404, "schema": null } - ] + ], + "parameters": [{ "name": "username" }, { "name": "target_user" }] }, { "url": "/user/following/{username}", @@ -14611,7 +18950,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "username" }] }, { "url": "/user/gpg_keys", @@ -14641,7 +18981,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "name" }, { "name": "armored_public_key" }] }, { "url": "/user/gpg_keys", @@ -14671,7 +19012,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "name" }, { "name": "armored_public_key" }] }, { "url": "/user/keys", @@ -14701,7 +19043,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "title" }, { "name": "key" }] }, { "url": "/user/keys", @@ -14731,7 +19074,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "title" }, { "name": "key" }] }, { "url": "/user/emails", @@ -14758,7 +19102,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "emails" }] }, { "url": "/user/emails", @@ -14785,7 +19130,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "emails" }] }, { "url": "/user/gpg_keys/{gpg_key_id}", @@ -14812,7 +19158,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "gpg_key_id" }] }, { "url": "/user/gpg_keys/{gpg_key_id}", @@ -14839,7 +19186,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "gpg_key_id" }] }, { "url": "/user/keys/{key_id}", @@ -14862,7 +19210,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "key_id" }] }, { "url": "/user/keys/{key_id}", @@ -14885,7 +19234,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "key_id" }] }, { "url": "/user/following/{username}", @@ -14908,7 +19258,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "username" }] }, { "url": "/user", @@ -14930,7 +19281,8 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [] }, { "url": "/users/{username}", @@ -14947,7 +19299,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "username" }] }, { "url": "/users/{username}/hovercard", @@ -14968,6 +19321,11 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "username" }, + { "name": "subject_type" }, + { "name": "subject_id" } ] }, { @@ -14994,7 +19352,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "gpg_key_id" }] }, { "url": "/user/gpg_keys/{gpg_key_id}", @@ -15020,7 +19379,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "gpg_key_id" }] }, { "url": "/user/keys/{key_id}", @@ -15046,7 +19406,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "key_id" }] }, { "url": "/user/keys/{key_id}", @@ -15072,7 +19433,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "key_id" }] }, { "url": "/users", @@ -15086,7 +19448,8 @@ "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]}}" }, { "code": 304, "schema": null } - ] + ], + "parameters": [{ "name": "since" }, { "name": "per_page" }] }, { "url": "/user/blocks", @@ -15112,7 +19475,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [] }, { "url": "/user/blocks", @@ -15138,7 +19502,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [] }, { "url": "/user/emails", @@ -15164,7 +19529,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "per_page" }, { "name": "page" }] }, { "url": "/user/emails", @@ -15190,7 +19556,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "per_page" }, { "name": "page" }] }, { "url": "/user/following", @@ -15212,7 +19579,8 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "per_page" }, { "name": "page" }] }, { "url": "/user/following", @@ -15234,7 +19602,8 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "per_page" }, { "name": "page" }] }, { "url": "/user/followers", @@ -15256,7 +19625,8 @@ "code": 403, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "per_page" }, { "name": "page" }] }, { "url": "/users/{username}/followers", @@ -15269,6 +19639,11 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]}}" } + ], + "parameters": [ + { "name": "username" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -15282,6 +19657,11 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Simple User\",\"description\":\"Simple User\",\"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\"]}}" } + ], + "parameters": [ + { "name": "username" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -15308,7 +19688,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "per_page" }, { "name": "page" }] }, { "url": "/user/gpg_keys", @@ -15334,7 +19715,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "per_page" }, { "name": "page" }] }, { "url": "/users/{username}/gpg_keys", @@ -15347,6 +19729,11 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"GPG Key\",\"description\":\"A unique encryption key\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"example\":3},\"name\":{\"type\":\"string\",\"example\":\"Octocat's GPG Key\",\"nullable\":true},\"primary_key_id\":{\"type\":\"integer\",\"nullable\":true},\"key_id\":{\"type\":\"string\",\"example\":\"3262EFF25BA0D270\"},\"public_key\":{\"type\":\"string\",\"example\":\"xsBNBFayYZ...\"},\"emails\":{\"type\":\"array\",\"example\":[{\"email\":\"octocat@users.noreply.github.com\",\"verified\":true}],\"items\":{\"type\":\"object\",\"properties\":{\"email\":{\"type\":\"string\"},\"verified\":{\"type\":\"boolean\"}}}},\"subkeys\":{\"type\":\"array\",\"example\":[{\"id\":4,\"primary_key_id\":3,\"key_id\":\"4A595D4C72EE49C7\",\"public_key\":\"zsBNBFayYZ...\",\"emails\":[],\"subkeys\":[],\"can_sign\":false,\"can_encrypt_comms\":true,\"can_encrypt_storage\":true,\"can_certify\":false,\"created_at\":\"2016-03-24T11:31:04-06:00\",\"expires_at\":null,\"revoked\":false}],\"items\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"primary_key_id\":{\"type\":\"integer\"},\"key_id\":{\"type\":\"string\"},\"public_key\":{\"type\":\"string\"},\"emails\":{\"type\":\"array\",\"items\":{}},\"subkeys\":{\"type\":\"array\",\"items\":{}},\"can_sign\":{\"type\":\"boolean\"},\"can_encrypt_comms\":{\"type\":\"boolean\"},\"can_encrypt_storage\":{\"type\":\"boolean\"},\"can_certify\":{\"type\":\"boolean\"},\"created_at\":{\"type\":\"string\"},\"expires_at\":{\"type\":\"string\",\"nullable\":true},\"raw_key\":{\"type\":\"string\",\"nullable\":true},\"revoked\":{\"type\":\"boolean\"}}}},\"can_sign\":{\"type\":\"boolean\",\"example\":true},\"can_encrypt_comms\":{\"type\":\"boolean\"},\"can_encrypt_storage\":{\"type\":\"boolean\"},\"can_certify\":{\"type\":\"boolean\",\"example\":true},\"created_at\":{\"type\":\"string\",\"format\":\"date-time\",\"example\":\"2016-03-24T11:31:04-06:00\"},\"expires_at\":{\"type\":\"string\",\"format\":\"date-time\",\"nullable\":true},\"revoked\":{\"type\":\"boolean\",\"example\":true},\"raw_key\":{\"type\":\"string\",\"nullable\":true}},\"required\":[\"id\",\"primary_key_id\",\"key_id\",\"raw_key\",\"public_key\",\"created_at\",\"expires_at\",\"can_sign\",\"can_encrypt_comms\",\"can_encrypt_storage\",\"can_certify\",\"emails\",\"subkeys\",\"revoked\"]}}" } + ], + "parameters": [ + { "name": "username" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -15373,7 +19760,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "per_page" }, { "name": "page" }] }, { "url": "/user/public_emails", @@ -15399,7 +19787,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "per_page" }, { "name": "page" }] }, { "url": "/users/{username}/keys", @@ -15412,6 +19801,11 @@ "code": 200, "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Key Simple\",\"description\":\"Key Simple\",\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"key\":{\"type\":\"string\"}},\"required\":[\"key\",\"id\"]}}" } + ], + "parameters": [ + { "name": "username" }, + { "name": "per_page" }, + { "name": "page" } ] }, { @@ -15438,7 +19832,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "per_page" }, { "name": "page" }] }, { "url": "/user/keys", @@ -15464,7 +19859,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "per_page" }, { "name": "page" }] }, { "url": "/user/email/visibility", @@ -15494,7 +19890,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "visibility" }] }, { "url": "/user/email/visibility", @@ -15524,7 +19921,8 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } - ] + ], + "parameters": [{ "name": "visibility" }] }, { "url": "/user/blocks/{username}", @@ -15547,7 +19945,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "username" }] }, { "url": "/user/following/{username}", @@ -15570,7 +19969,8 @@ "code": 404, "schema": "{\"title\":\"Basic Error\",\"description\":\"Basic Error\",\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"status\":{\"type\":\"string\"}}}" } - ] + ], + "parameters": [{ "name": "username" }] }, { "url": "/user", @@ -15600,6 +20000,16 @@ "code": 422, "schema": "{\"title\":\"Validation Error\",\"description\":\"Validation Error\",\"type\":\"object\",\"required\":[\"message\",\"documentation_url\"],\"properties\":{\"message\":{\"type\":\"string\"},\"documentation_url\":{\"type\":\"string\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"required\":[\"code\"],\"properties\":{\"resource\":{\"type\":\"string\"},\"field\":{\"type\":\"string\"},\"message\":{\"type\":\"string\"},\"code\":{\"type\":\"string\"},\"index\":{\"type\":\"integer\"},\"value\":{\"oneOf\":[{\"type\":\"string\",\"nullable\":true},{\"type\":\"integer\",\"nullable\":true},{\"type\":\"array\",\"nullable\":true,\"items\":{\"type\":\"string\"}}]}}}}}}" } + ], + "parameters": [ + { "name": "name" }, + { "name": "email" }, + { "name": "blog" }, + { "name": "twitter_username" }, + { "name": "company" }, + { "name": "location" }, + { "name": "hireable" }, + { "name": "bio" } ] } ]