diff --git a/src/github-apps/data/fpt-2022-11-28/fine-grained-pat-permissions.json b/src/github-apps/data/fpt-2022-11-28/fine-grained-pat-permissions.json index a47abf1c93e4..db5cc4344391 100644 --- a/src/github-apps/data/fpt-2022-11-28/fine-grained-pat-permissions.json +++ b/src/github-apps/data/fpt-2022-11-28/fine-grained-pat-permissions.json @@ -6180,6 +6180,24 @@ "additional-permissions": true, "access": "write" }, + { + "category": "issues", + "slug": "pin-an-issue-comment", + "subcategory": "comments", + "verb": "put", + "requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/pin", + "additional-permissions": false, + "access": "write" + }, + { + "category": "issues", + "slug": "unpin-an-issue-comment", + "subcategory": "comments", + "verb": "delete", + "requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/pin", + "additional-permissions": false, + "access": "write" + }, { "category": "reactions", "slug": "list-reactions-for-an-issue-comment", diff --git a/src/github-apps/data/fpt-2022-11-28/fine-grained-pat.json b/src/github-apps/data/fpt-2022-11-28/fine-grained-pat.json index b1a53fa4cb96..1d5cf4cafe87 100644 --- a/src/github-apps/data/fpt-2022-11-28/fine-grained-pat.json +++ b/src/github-apps/data/fpt-2022-11-28/fine-grained-pat.json @@ -2712,6 +2712,18 @@ "verb": "delete", "requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}" }, + { + "slug": "pin-an-issue-comment", + "subcategory": "comments", + "verb": "put", + "requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/pin" + }, + { + "slug": "unpin-an-issue-comment", + "subcategory": "comments", + "verb": "delete", + "requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/pin" + }, { "slug": "list-issue-events-for-a-repository", "subcategory": "events", diff --git a/src/github-apps/data/fpt-2022-11-28/server-to-server-permissions.json b/src/github-apps/data/fpt-2022-11-28/server-to-server-permissions.json index 5de5cb29e71b..897fa8cca686 100644 --- a/src/github-apps/data/fpt-2022-11-28/server-to-server-permissions.json +++ b/src/github-apps/data/fpt-2022-11-28/server-to-server-permissions.json @@ -7966,6 +7966,28 @@ "server-to-server": true, "additional-permissions": true }, + { + "category": "issues", + "slug": "pin-an-issue-comment", + "subcategory": "comments", + "verb": "put", + "requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/pin", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "issues", + "slug": "unpin-an-issue-comment", + "subcategory": "comments", + "verb": "delete", + "requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/pin", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, { "category": "reactions", "slug": "list-reactions-for-an-issue-comment", diff --git a/src/github-apps/data/fpt-2022-11-28/server-to-server-rest.json b/src/github-apps/data/fpt-2022-11-28/server-to-server-rest.json index c598845c7024..abee81b98881 100644 --- a/src/github-apps/data/fpt-2022-11-28/server-to-server-rest.json +++ b/src/github-apps/data/fpt-2022-11-28/server-to-server-rest.json @@ -2742,6 +2742,18 @@ "verb": "delete", "requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}" }, + { + "slug": "pin-an-issue-comment", + "subcategory": "comments", + "verb": "put", + "requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/pin" + }, + { + "slug": "unpin-an-issue-comment", + "subcategory": "comments", + "verb": "delete", + "requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/pin" + }, { "slug": "list-issue-events-for-a-repository", "subcategory": "events", diff --git a/src/github-apps/data/fpt-2022-11-28/user-to-server-rest.json b/src/github-apps/data/fpt-2022-11-28/user-to-server-rest.json index 0236f1fb7691..5b4ea2c293f4 100644 --- a/src/github-apps/data/fpt-2022-11-28/user-to-server-rest.json +++ b/src/github-apps/data/fpt-2022-11-28/user-to-server-rest.json @@ -3160,6 +3160,18 @@ "verb": "delete", "requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}" }, + { + "slug": "pin-an-issue-comment", + "subcategory": "comments", + "verb": "put", + "requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/pin" + }, + { + "slug": "unpin-an-issue-comment", + "subcategory": "comments", + "verb": "delete", + "requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/pin" + }, { "slug": "list-issue-events-for-a-repository", "subcategory": "events", diff --git a/src/github-apps/data/ghec-2022-11-28/fine-grained-pat-permissions.json b/src/github-apps/data/ghec-2022-11-28/fine-grained-pat-permissions.json index 52183589b75b..3f06c5993c94 100644 --- a/src/github-apps/data/ghec-2022-11-28/fine-grained-pat-permissions.json +++ b/src/github-apps/data/ghec-2022-11-28/fine-grained-pat-permissions.json @@ -6894,6 +6894,24 @@ "additional-permissions": true, "access": "write" }, + { + "category": "issues", + "slug": "pin-an-issue-comment", + "subcategory": "comments", + "verb": "put", + "requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/pin", + "additional-permissions": false, + "access": "write" + }, + { + "category": "issues", + "slug": "unpin-an-issue-comment", + "subcategory": "comments", + "verb": "delete", + "requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/pin", + "additional-permissions": false, + "access": "write" + }, { "category": "reactions", "slug": "list-reactions-for-an-issue-comment", diff --git a/src/github-apps/data/ghec-2022-11-28/fine-grained-pat.json b/src/github-apps/data/ghec-2022-11-28/fine-grained-pat.json index 57f4786f7f8b..b23840892a1b 100644 --- a/src/github-apps/data/ghec-2022-11-28/fine-grained-pat.json +++ b/src/github-apps/data/ghec-2022-11-28/fine-grained-pat.json @@ -2762,6 +2762,18 @@ "verb": "delete", "requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}" }, + { + "slug": "pin-an-issue-comment", + "subcategory": "comments", + "verb": "put", + "requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/pin" + }, + { + "slug": "unpin-an-issue-comment", + "subcategory": "comments", + "verb": "delete", + "requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/pin" + }, { "slug": "list-issue-events-for-a-repository", "subcategory": "events", diff --git a/src/github-apps/data/ghec-2022-11-28/server-to-server-permissions.json b/src/github-apps/data/ghec-2022-11-28/server-to-server-permissions.json index 1ee7fe8ccb3e..391e173752e2 100644 --- a/src/github-apps/data/ghec-2022-11-28/server-to-server-permissions.json +++ b/src/github-apps/data/ghec-2022-11-28/server-to-server-permissions.json @@ -9464,6 +9464,28 @@ "server-to-server": true, "additional-permissions": true }, + { + "category": "issues", + "slug": "pin-an-issue-comment", + "subcategory": "comments", + "verb": "put", + "requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/pin", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, + { + "category": "issues", + "slug": "unpin-an-issue-comment", + "subcategory": "comments", + "verb": "delete", + "requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/pin", + "access": "write", + "user-to-server": true, + "server-to-server": true, + "additional-permissions": false + }, { "category": "reactions", "slug": "list-reactions-for-an-issue-comment", diff --git a/src/github-apps/data/ghec-2022-11-28/server-to-server-rest.json b/src/github-apps/data/ghec-2022-11-28/server-to-server-rest.json index c0035bf154e6..62be6ce0aeda 100644 --- a/src/github-apps/data/ghec-2022-11-28/server-to-server-rest.json +++ b/src/github-apps/data/ghec-2022-11-28/server-to-server-rest.json @@ -3166,6 +3166,18 @@ "verb": "delete", "requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}" }, + { + "slug": "pin-an-issue-comment", + "subcategory": "comments", + "verb": "put", + "requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/pin" + }, + { + "slug": "unpin-an-issue-comment", + "subcategory": "comments", + "verb": "delete", + "requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/pin" + }, { "slug": "list-issue-events-for-a-repository", "subcategory": "events", diff --git a/src/github-apps/data/ghec-2022-11-28/user-to-server-rest.json b/src/github-apps/data/ghec-2022-11-28/user-to-server-rest.json index e6a2d33f51db..1b90eec59368 100644 --- a/src/github-apps/data/ghec-2022-11-28/user-to-server-rest.json +++ b/src/github-apps/data/ghec-2022-11-28/user-to-server-rest.json @@ -3566,6 +3566,18 @@ "verb": "delete", "requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}" }, + { + "slug": "pin-an-issue-comment", + "subcategory": "comments", + "verb": "put", + "requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/pin" + }, + { + "slug": "unpin-an-issue-comment", + "subcategory": "comments", + "verb": "delete", + "requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/pin" + }, { "slug": "list-issue-events-for-a-repository", "subcategory": "events", diff --git a/src/github-apps/lib/config.json b/src/github-apps/lib/config.json index e73db78080d7..e51a1151d0e3 100644 --- a/src/github-apps/lib/config.json +++ b/src/github-apps/lib/config.json @@ -60,5 +60,5 @@ "2022-11-28" ] }, - "sha": "f1f9d97af3c33740f4b1d49a7e969b5116eacf9d" + "sha": "d8c9917f2b069832fd8ca6a189f1ed38c7b16d49" } \ No newline at end of file diff --git a/src/rest/data/fpt-2022-11-28/schema.json b/src/rest/data/fpt-2022-11-28/schema.json index acec3e029c9d..f17cfaea2411 100644 --- a/src/rest/data/fpt-2022-11-28/schema.json +++ b/src/rest/data/fpt-2022-11-28/schema.json @@ -7695,6 +7695,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -9395,6 +9403,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -12639,6 +12655,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -12906,6 +12925,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -16616,6 +16647,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -16883,6 +16917,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -19034,6 +19080,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -20098,6 +20152,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -22773,6 +22835,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -23847,6 +23917,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -26448,6 +26526,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -26715,6 +26796,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -31753,6 +31846,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -32020,6 +32116,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -32610,6 +32718,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -32877,6 +32988,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -34599,6 +34722,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -34866,6 +34992,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -35456,6 +35594,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -35723,6 +35864,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -37990,6 +38143,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -38257,6 +38413,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -38847,6 +39015,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -39114,6 +39285,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -43398,6 +43581,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -43665,6 +43851,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -44255,6 +44453,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -44522,6 +44723,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -48247,6 +48460,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -51657,6 +51878,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -53281,6 +53510,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -53691,6 +54113,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -59194,6 +59619,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -62604,6 +63037,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -64228,6 +64669,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -64638,6 +65272,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -70149,6 +70786,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -73559,6 +74204,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -75183,6 +75836,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -75593,6 +76439,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -81084,6 +81933,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -84494,6 +85351,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -86118,6 +86983,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -86528,6 +87586,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -92013,6 +93074,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -95423,6 +96492,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -97047,6 +98124,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -97457,6 +98727,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -102967,6 +104240,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -106377,6 +107658,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -108001,6 +109290,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -108411,6 +109893,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -113895,6 +115380,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -117305,6 +118798,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -118929,6 +120430,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -119339,6 +121033,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -124825,6 +126522,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -128235,6 +129940,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -129859,6 +131572,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -130269,6 +132175,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -135755,6 +137664,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -139165,6 +141082,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -140789,6 +142714,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -141199,6 +143317,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -144947,6 +147068,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -145214,6 +147338,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -146107,6 +148243,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -146374,6 +148513,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -147695,6 +149846,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -147962,6 +150116,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -149969,6 +152135,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -151070,6 +153244,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -152521,6 +154703,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -153479,6 +155669,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -154521,6 +156719,9 @@ }, "secret_scanning_non_provider_patterns": { "status": "disabled" + }, + "secret_scanning_delegated_alert_dismissal": { + "status": "disabled" } } } @@ -155059,6 +157260,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -155326,6 +157530,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -155587,6 +157803,9 @@ }, "secret_scanning_non_provider_patterns": { "status": "disabled" + }, + "secret_scanning_delegated_alert_dismissal": { + "status": "disabled" } } } @@ -156125,6 +158344,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -156392,6 +158614,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -162248,6 +164482,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -169068,6 +171310,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -171515,6 +173765,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -220498,6 +222756,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -220765,6 +223026,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -222429,6 +224702,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -222696,6 +224972,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -223801,6 +226089,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -224068,6 +226359,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -225645,6 +227948,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -225912,6 +228218,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -227648,6 +229966,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -227915,6 +230236,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -253992,6 +256325,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -254259,6 +256595,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -255880,6 +258228,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -256147,6 +258498,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -257627,6 +259990,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -257894,6 +260260,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -260123,6 +262501,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -260390,6 +262771,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -261871,6 +264264,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -262138,6 +264534,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -263985,6 +266393,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -264252,6 +266663,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -265884,6 +268307,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -266151,6 +268577,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -267628,6 +270066,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -267895,6 +270336,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -269429,6 +271882,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -269696,6 +272152,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -271253,6 +273721,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -271520,6 +273991,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -273951,6 +276434,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -274719,6 +277208,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -276019,6 +278516,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -276968,6 +279473,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -277371,6 +279884,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -278920,6 +281445,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -279187,6 +281715,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -280733,6 +283273,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -281000,6 +283543,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -283133,6 +285688,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -283400,6 +285958,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -285153,6 +287723,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -285420,6 +287993,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -287565,6 +290150,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -287832,6 +290420,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -289490,6 +292090,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -289757,6 +292360,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -292103,6 +294718,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -292370,6 +294988,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -293870,6 +296500,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -294137,6 +296770,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -295769,6 +298414,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -296036,6 +298684,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -297258,6 +299918,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -297525,6 +300188,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -298788,6 +301463,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -299055,6 +301733,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -303588,6 +306278,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -304733,6 +307431,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -312314,6 +315020,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -312581,6 +315290,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -326523,6 +329244,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -326790,6 +329514,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -364630,6 +367366,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -367983,6 +370727,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -371255,6 +374007,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -374465,6 +377225,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -377639,6 +380407,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -380885,6 +383661,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -384429,6 +387213,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -387967,6 +390759,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -391134,6 +393934,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -393010,6 +395818,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -393858,6 +396859,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -394713,6 +397907,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -394834,6 +398221,1149 @@ ] } }, + { + "serverUrl": "https://api.github.com", + "verb": "put", + "requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/pin", + "title": "Pin an issue comment", + "category": "issues", + "subcategory": "comments", + "parameters": [ + { + "name": "owner", + "description": "
The account owner of the repository. The name is not case sensitive.
", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "repo", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The unique identifier of the comment.
", + "in": "path", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "bodyParameters": [], + "descriptionHTML": "You can use the REST API to pin comments on issues.
\nThis endpoint supports the following custom media types. For more information, see \"Media types.\"
\napplication/vnd.github.raw+json: Returns the raw markdown body. Response will include body. This is the default if you do not pass any specific media type.application/vnd.github.text+json: Returns a text only representation of the markdown body. Response will include body_text.application/vnd.github.html+json: Returns HTML rendered from the body's markdown. Response will include body_html.application/vnd.github.full+json: Returns raw, text, and HTML representations. Response will include body, body_text, and body_html.Response
", + "example": { + "id": 1, + "node_id": "MDEyOklzc3VlQ29tbWVudDE=", + "url": "https://api.github.com/repos/octocat/Hello-World/issues/comments/1", + "html_url": "https://github.com/octocat/Hello-World/issues/1347#issuecomment-1", + "body": "Me too", + "user": { + "login": "octocat", + "id": 1, + "node_id": "MDQ6VXNlcjE=", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": false + }, + "created_at": "2011-04-14T16:00:49Z", + "updated_at": "2011-04-14T16:00:49Z", + "issue_url": "https://api.github.com/repos/octocat/Hello-World/issues/1347", + "author_association": "COLLABORATOR" + }, + "schema": { + "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", + "type": "integer", + "format": "int64", + "examples": [ + 42 + ] + }, + "node_id": { + "type": "string" + }, + "url": { + "description": "URL for the issue comment", + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repositories/42/issues/comments/1" + ] + }, + "body": { + "description": "Contents of the issue comment", + "type": "string", + "examples": [ + "What version of Safari were you using when you observed this bug?" + ] + }, + "body_text": { + "type": "string" + }, + "body_html": { + "type": "string" + }, + "html_url": { + "type": "string", + "format": "uri" + }, + "user": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_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", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "issue_url": { + "type": "string", + "format": "uri" + }, + "author_association": { + "title": "author_association", + "type": "string", + "description": "How the author is associated with the repository.", + "enum": [ + "COLLABORATOR", + "CONTRIBUTOR", + "FIRST_TIMER", + "FIRST_TIME_CONTRIBUTOR", + "MANNEQUIN", + "MEMBER", + "NONE", + "OWNER" + ], + "examples": [ + "OWNER" + ] + }, + "performed_via_github_app": { + "anyOf": [ + { + "type": "null" + }, + { + "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", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier of the GitHub app", + "type": "integer", + "examples": [ + 37 + ] + }, + "slug": { + "description": "The slug name of the GitHub app", + "type": "string", + "examples": [ + "probot-owners" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDExOkludGVncmF0aW9uMQ==" + ] + }, + "client_id": { + "type": "string", + "examples": [ + "\"Iv1.25b5d1e65ffc4022\"" + ] + }, + "owner": { + "oneOf": [ + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_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 on GitHub.", + "type": "object", + "properties": { + "description": { + "description": "A short description of the enterprise.", + "type": [ + "string", + "null" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/enterprises/octo-business" + ] + }, + "website_url": { + "description": "The enterprise's website URL.", + "type": [ + "string", + "null" + ], + "format": "uri" + }, + "id": { + "description": "Unique identifier of the enterprise", + "type": "integer", + "examples": [ + 42 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "description": "The name of the enterprise.", + "type": "string", + "examples": [ + "Octo Business" + ] + }, + "slug": { + "description": "The slug url identifier for the enterprise.", + "type": "string", + "examples": [ + "octo-business" + ] + }, + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2019-01-26T19:01:12Z" + ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "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" + ] + } + ] + }, + "name": { + "description": "The name of the GitHub app", + "type": "string", + "examples": [ + "Probot Owners" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "The description of the app." + ] + }, + "external_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://example.com" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/apps/super-ci" + ] + }, + "created_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2017-07-08T16:18:44-04:00" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time", + "examples": [ + "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. Note that the `installation_target`, `security_advisory`, and `meta` events are not included because they are global events and not specific to an installation.", + "type": "array", + "items": { + "type": "string" + }, + "examples": [ + "label", + "deployment" + ] + }, + "installations_count": { + "description": "The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.", + "type": "integer", + "examples": [ + 5 + ] + } + }, + "required": [ + "id", + "node_id", + "owner", + "name", + "description", + "external_url", + "html_url", + "created_at", + "updated_at", + "permissions", + "events" + ] + } + ] + }, + "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" + ] + }, + "pin": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] + } + ] + } + }, + "required": [ + "id", + "node_id", + "html_url", + "issue_url", + "user", + "url", + "created_at", + "updated_at" + ] + } + } + } + ], + "statusCodes": [ + { + "httpStatusCode": "200", + "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Requires authentication
" + }, + { + "httpStatusCode": "403", + "description": "Forbidden
" + }, + { + "httpStatusCode": "404", + "description": "Resource not found
" + }, + { + "httpStatusCode": "410", + "description": "Gone
" + }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + } + ], + "previews": [], + "progAccess": { + "userToServerRest": true, + "serverToServer": true, + "fineGrainedPat": true, + "permissions": [ + { + "\"Issues\" repository permissions": "write" + } + ] + } + }, + { + "serverUrl": "https://api.github.com", + "verb": "delete", + "requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/pin", + "title": "Unpin an issue comment", + "category": "issues", + "subcategory": "comments", + "parameters": [ + { + "name": "owner", + "description": "The account owner of the repository. The name is not case sensitive.
", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "repo", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The unique identifier of the comment.
", + "in": "path", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "bodyParameters": [], + "descriptionHTML": "You can use the REST API to unpin comments on issues.
", + "codeExamples": [ + { + "key": "default", + "request": { + "description": "Example", + "acceptHeader": "application/vnd.github.v3+json", + "parameters": { + "owner": "OWNER", + "repo": "REPO", + "comment_id": "COMMENT_ID" + } + }, + "response": { + "statusCode": "204", + "description": "Response
" + } + } + ], + "statusCodes": [ + { + "httpStatusCode": "204", + "description": "No Content
" + }, + { + "httpStatusCode": "401", + "description": "Requires authentication
" + }, + { + "httpStatusCode": "403", + "description": "Forbidden
" + }, + { + "httpStatusCode": "404", + "description": "Resource not found
" + }, + { + "httpStatusCode": "410", + "description": "Gone
" + }, + { + "httpStatusCode": "503", + "description": "Service unavailable
" + } + ], + "previews": [], + "progAccess": { + "userToServerRest": true, + "serverToServer": true, + "fineGrainedPat": true, + "permissions": [ + { + "\"Issues\" repository permissions": "write" + } + ] + } + }, { "serverUrl": "https://api.github.com", "verb": "get", @@ -395664,6 +400194,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -396270,261 +400993,454 @@ "type", "url" ] - }, - { - "title": "Enterprise", - "description": "An enterprise on GitHub.", - "type": "object", - "properties": { - "description": { - "description": "A short description of the enterprise.", - "type": [ - "string", - "null" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/enterprises/octo-business" - ] - }, - "website_url": { - "description": "The enterprise's website URL.", - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "id": { - "description": "Unique identifier of the enterprise", - "type": "integer", - "examples": [ - 42 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" - ] - }, - "name": { - "description": "The name of the enterprise.", - "type": "string", - "examples": [ - "Octo Business" - ] - }, - "slug": { - "description": "The slug url identifier for the enterprise.", - "type": "string", - "examples": [ - "octo-business" - ] - }, - "created_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2019-01-26T19:01:12Z" - ] - }, - "updated_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "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" - ] + }, + { + "title": "Enterprise", + "description": "An enterprise on GitHub.", + "type": "object", + "properties": { + "description": { + "description": "A short description of the enterprise.", + "type": [ + "string", + "null" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/enterprises/octo-business" + ] + }, + "website_url": { + "description": "The enterprise's website URL.", + "type": [ + "string", + "null" + ], + "format": "uri" + }, + "id": { + "description": "Unique identifier of the enterprise", + "type": "integer", + "examples": [ + 42 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "description": "The name of the enterprise.", + "type": "string", + "examples": [ + "Octo Business" + ] + }, + "slug": { + "description": "The slug url identifier for the enterprise.", + "type": "string", + "examples": [ + "octo-business" + ] + }, + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2019-01-26T19:01:12Z" + ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "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" + ] + } + ] + }, + "name": { + "description": "The name of the GitHub app", + "type": "string", + "examples": [ + "Probot Owners" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "The description of the app." + ] + }, + "external_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://example.com" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/apps/super-ci" + ] + }, + "created_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2017-07-08T16:18:44-04:00" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time", + "examples": [ + "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. Note that the `installation_target`, `security_advisory`, and `meta` events are not included because they are global events and not specific to an installation.", + "type": "array", + "items": { + "type": "string" + }, + "examples": [ + "label", + "deployment" + ] + }, + "installations_count": { + "description": "The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.", + "type": "integer", + "examples": [ + 5 + ] + } + }, + "required": [ + "id", + "node_id", + "owner", + "name", + "description", + "external_url", + "html_url", + "created_at", + "updated_at", + "permissions", + "events" + ] + } + ] + }, + "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" + ] + }, + "pin": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] } ] - }, - "name": { - "description": "The name of the GitHub app", - "type": "string", - "examples": [ - "Probot Owners" - ] - }, - "description": { - "type": [ - "string", - "null" - ], - "examples": [ - "The description of the app." - ] - }, - "external_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://example.com" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/apps/super-ci" - ] - }, - "created_at": { - "type": "string", - "format": "date-time", - "examples": [ - "2017-07-08T16:18:44-04:00" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time", - "examples": [ - "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. Note that the `installation_target`, `security_advisory`, and `meta` events are not included because they are global events and not specific to an installation.", - "type": "array", - "items": { - "type": "string" - }, - "examples": [ - "label", - "deployment" - ] - }, - "installations_count": { - "description": "The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.", - "type": "integer", - "examples": [ - 5 - ] } }, "required": [ - "id", - "node_id", - "owner", - "name", - "description", - "external_url", - "html_url", - "created_at", - "updated_at", - "permissions", - "events" + "pinned_at", + "pinned_by" ] } ] - }, - "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" - ] - }, - "pin": { - "anyOf": [ - { - "type": "null" - } - ] } }, "required": [ @@ -399055,6 +403971,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -404013,6 +408937,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -420266,6 +425198,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -423442,6 +428382,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -426623,6 +431571,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -429820,6 +434776,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -436770,6 +441734,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -439945,6 +444917,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -443125,6 +448105,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -446303,6 +451291,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -449494,6 +454490,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -461053,6 +466057,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -463267,6 +468464,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -472537,6 +477742,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -474049,6 +479262,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -475526,6 +480747,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -476236,6 +481465,9 @@ }, "secret_scanning_non_provider_patterns": { "status": "disabled" + }, + "secret_scanning_delegated_alert_dismissal": { + "status": "disabled" } } } @@ -476774,6 +482006,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -477041,6 +482276,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -480134,6 +485381,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -481639,6 +486894,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -483109,6 +488372,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -483808,6 +489079,9 @@ }, "secret_scanning_non_provider_patterns": { "status": "disabled" + }, + "secret_scanning_delegated_alert_dismissal": { + "status": "disabled" } } } @@ -484346,6 +489620,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -484613,6 +489890,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -489647,6 +494936,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -489914,6 +495206,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -505509,6 +510813,9 @@ }, "secret_scanning_non_provider_patterns": { "status": "disabled" + }, + "secret_scanning_delegated_alert_dismissal": { + "status": "disabled" } } } @@ -506047,6 +511354,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -506314,6 +511624,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -507279,6 +512601,9 @@ }, "secret_scanning_non_provider_patterns": { "status": "disabled" + }, + "secret_scanning_delegated_alert_dismissal": { + "status": "disabled" } } } @@ -507817,6 +513142,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -508084,6 +513412,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -520308,6 +525648,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -520575,6 +525918,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -521607,6 +526962,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -521874,6 +527232,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -522854,6 +528224,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -523121,6 +528494,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -525001,6 +530386,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -525268,6 +530656,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -526279,6 +531679,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -526546,6 +531949,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -527575,6 +532990,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -527842,6 +533260,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -529683,6 +535113,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -529950,6 +535383,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -530982,6 +536427,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -531249,6 +536697,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -532296,6 +537756,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -532563,6 +538026,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -549263,6 +554738,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -552372,6 +557855,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -553517,6 +559008,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -556884,6 +562383,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -559993,6 +565500,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -561138,6 +566653,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -564505,6 +570028,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -567614,6 +573145,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -568759,6 +574298,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -572128,6 +577675,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -575237,6 +580792,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -576382,6 +581945,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -588599,6 +594170,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -591708,6 +597287,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -592853,6 +598440,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -596220,6 +601815,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -599329,6 +604932,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -600474,6 +606085,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -603841,6 +609460,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -606950,6 +612577,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -608095,6 +613730,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -611464,6 +617107,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -614573,6 +620224,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -615718,6 +621377,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -629994,6 +635661,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -631139,6 +636814,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -634706,6 +640389,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -635844,6 +641535,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -639610,6 +645309,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -640748,6 +646455,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -644572,6 +650287,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -645710,6 +651433,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -655890,6 +661621,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -657035,6 +662774,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -660679,6 +666426,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -661824,6 +667579,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -679210,6 +684973,9 @@ }, "secret_scanning_non_provider_patterns": { "status": "disabled" + }, + "secret_scanning_delegated_alert_dismissal": { + "status": "disabled" } } } @@ -679748,6 +685514,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -680015,6 +685784,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -681432,6 +687213,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -682200,6 +687987,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -683500,6 +689295,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -684449,6 +690252,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -684852,6 +690663,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -685529,6 +691352,9 @@ }, "secret_scanning_non_provider_patterns": { "status": "disabled" + }, + "secret_scanning_delegated_alert_dismissal": { + "status": "disabled" } } } @@ -686128,6 +691954,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -686896,6 +692728,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -688196,6 +694036,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -689145,6 +694993,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -689548,6 +695404,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -691090,6 +696958,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -691858,6 +697732,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -693158,6 +699040,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -694107,6 +699997,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -694510,6 +700408,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -697980,6 +703890,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -698247,6 +704160,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -699714,6 +705639,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -700482,6 +706413,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -701782,6 +707721,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -702731,6 +708678,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -703134,6 +709089,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -703879,6 +709846,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -704146,6 +710116,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -705190,6 +711172,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -706786,6 +712776,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -707554,6 +713550,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -708854,6 +714858,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -709803,6 +715815,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -710206,6 +716226,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -710550,6 +716582,9 @@ }, "secret_scanning_non_provider_patterns": { "status": "disabled" + }, + "secret_scanning_delegated_alert_dismissal": { + "status": "disabled" } } } @@ -711088,6 +717123,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -711355,6 +717393,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -717260,6 +723310,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -717527,6 +723580,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -718786,6 +724851,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -719554,6 +725625,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -720854,6 +726933,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -721803,6 +727890,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -722206,6 +728301,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -736221,6 +742328,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -736488,6 +742598,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -737789,6 +743911,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -738056,6 +744181,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -740331,6 +746468,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -742074,6 +748219,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -770939,6 +777087,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -771707,6 +777861,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -773007,6 +779169,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -773956,6 +780126,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -774359,6 +780537,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -778412,6 +784602,9 @@ }, "secret_scanning_non_provider_patterns": { "status": "disabled" + }, + "secret_scanning_delegated_alert_dismissal": { + "status": "disabled" } } } @@ -778950,6 +785143,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -779217,6 +785413,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -783629,6 +789837,9 @@ }, "secret_scanning_non_provider_patterns": { "status": "disabled" + }, + "secret_scanning_delegated_alert_dismissal": { + "status": "disabled" } } } @@ -784167,6 +790378,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -784434,6 +790648,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, diff --git a/src/rest/data/ghec-2022-11-28/schema.json b/src/rest/data/ghec-2022-11-28/schema.json index 722031b2e4b5..0e885c6161fc 100644 --- a/src/rest/data/ghec-2022-11-28/schema.json +++ b/src/rest/data/ghec-2022-11-28/schema.json @@ -12259,6 +12259,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -13959,6 +13967,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -17209,6 +17225,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -17488,6 +17507,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -22862,6 +22893,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -23141,6 +23175,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -25276,6 +25322,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -26336,6 +26390,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -28943,6 +29005,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -30007,6 +30077,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -32682,6 +32760,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -33756,6 +33842,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -36357,6 +36451,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -36636,6 +36733,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -41674,6 +41783,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -41953,6 +42065,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -42543,6 +42667,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -42822,6 +42949,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -44544,6 +44683,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -44823,6 +44965,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -45413,6 +45567,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -45692,6 +45849,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -47959,6 +48128,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -48238,6 +48410,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -48828,6 +49012,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -49107,6 +49294,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -53391,6 +53590,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -53670,6 +53872,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -54260,6 +54474,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -54539,6 +54756,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -58264,6 +58493,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -61674,6 +61911,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -63298,6 +63543,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -63708,6 +64146,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -69211,6 +69652,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -72621,6 +73070,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -74245,6 +74702,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -74655,6 +75305,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -80166,6 +80819,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -83576,6 +84237,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -85200,6 +85869,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -85610,6 +86472,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -91101,6 +91966,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -94511,6 +95384,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -96135,6 +97016,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -96545,6 +97619,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -102030,6 +103107,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -105440,6 +106525,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -107064,6 +108157,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -107474,6 +108760,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -112984,6 +114273,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -116394,6 +117691,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -118018,6 +119323,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -118428,6 +119926,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -123912,6 +125413,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -127322,6 +128831,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -128946,6 +130463,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -129356,6 +131066,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -134842,6 +136555,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -138252,6 +139973,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -139876,6 +141605,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -140286,6 +142208,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -145772,6 +147697,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -149182,6 +151115,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -150806,6 +152747,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -151216,6 +153350,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -154964,6 +157101,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -155243,6 +157383,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -156136,6 +158288,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -156415,6 +158570,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -157736,6 +159903,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -158015,6 +160185,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -160022,6 +162204,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -161123,6 +163313,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -162574,6 +164772,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -163532,6 +165738,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -164574,6 +166788,9 @@ }, "secret_scanning_validity_checks": { "status": "disabled" + }, + "secret_scanning_delegated_alert_dismissal": { + "status": "disabled" } } } @@ -165112,6 +167329,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -165391,6 +167611,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -165652,6 +167884,9 @@ }, "secret_scanning_validity_checks": { "status": "disabled" + }, + "secret_scanning_delegated_alert_dismissal": { + "status": "disabled" } } } @@ -166190,6 +168425,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -166469,6 +168707,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -172963,6 +175213,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -181005,6 +183263,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -183468,6 +185734,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -233377,6 +235651,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -233656,6 +235933,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -235320,6 +237609,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -235599,6 +237891,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -236704,6 +239008,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -236983,6 +239290,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -238560,6 +240879,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -238839,6 +241161,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -240575,6 +242909,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -240854,6 +243191,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -270033,6 +272382,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -270312,6 +272664,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -271933,6 +274297,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -272212,6 +274579,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -273692,6 +276071,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -273971,6 +276353,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -276200,6 +278594,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -276479,6 +278876,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -277960,6 +280369,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -278239,6 +280651,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -280086,6 +282510,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -280365,6 +282792,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -281997,6 +284436,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -282276,6 +284718,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -283753,6 +286207,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -284032,6 +286489,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -285566,6 +288035,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -285845,6 +288317,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -287402,6 +289886,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -287681,6 +290168,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -290112,6 +292611,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -290880,6 +293385,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -292180,6 +294693,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -293129,6 +295650,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -293544,6 +296073,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -295093,6 +297634,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -295372,6 +297916,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -296918,6 +299474,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -297197,6 +299756,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -299330,6 +301901,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -299609,6 +302183,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -301362,6 +303948,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -301641,6 +304230,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -303786,6 +306387,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -304065,6 +306669,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -305723,6 +308339,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -306002,6 +308621,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -308348,6 +310979,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -308627,6 +311261,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -310127,6 +312773,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -310406,6 +313055,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -312038,6 +314699,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -312317,6 +314981,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -313539,6 +316215,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -313818,6 +316497,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -315081,6 +317772,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -315360,6 +318054,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -319893,6 +322599,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -321038,6 +323752,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -328619,6 +331341,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -328898,6 +331623,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -348798,6 +351535,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -349077,6 +351817,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -412494,6 +415246,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -415847,6 +418607,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -419119,6 +421887,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -422329,6 +425105,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -425503,6 +428287,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -428749,6 +431541,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -432293,6 +435093,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -435831,6 +438639,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -438998,6 +441814,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -440874,6 +443698,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -441722,6 +444739,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -442577,6 +445787,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -442698,6 +446101,1149 @@ ] } }, + { + "serverUrl": "https://api.github.com", + "verb": "put", + "requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/pin", + "title": "Pin an issue comment", + "category": "issues", + "subcategory": "comments", + "parameters": [ + { + "name": "owner", + "description": "The account owner of the repository. The name is not case sensitive.
", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "repo", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The unique identifier of the comment.
", + "in": "path", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "bodyParameters": [], + "descriptionHTML": "You can use the REST API to pin comments on issues.
\nThis endpoint supports the following custom media types. For more information, see \"Media types.\"
\napplication/vnd.github.raw+json: Returns the raw markdown body. Response will include body. This is the default if you do not pass any specific media type.application/vnd.github.text+json: Returns a text only representation of the markdown body. Response will include body_text.application/vnd.github.html+json: Returns HTML rendered from the body's markdown. Response will include body_html.application/vnd.github.full+json: Returns raw, text, and HTML representations. Response will include body, body_text, and body_html.Response
", + "example": { + "id": 1, + "node_id": "MDEyOklzc3VlQ29tbWVudDE=", + "url": "https://api.github.com/repos/octocat/Hello-World/issues/comments/1", + "html_url": "https://github.com/octocat/Hello-World/issues/1347#issuecomment-1", + "body": "Me too", + "user": { + "login": "octocat", + "id": 1, + "node_id": "MDQ6VXNlcjE=", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": false + }, + "created_at": "2011-04-14T16:00:49Z", + "updated_at": "2011-04-14T16:00:49Z", + "issue_url": "https://api.github.com/repos/octocat/Hello-World/issues/1347", + "author_association": "COLLABORATOR" + }, + "schema": { + "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", + "type": "integer", + "format": "int64", + "examples": [ + 42 + ] + }, + "node_id": { + "type": "string" + }, + "url": { + "description": "URL for the issue comment", + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repositories/42/issues/comments/1" + ] + }, + "body": { + "description": "Contents of the issue comment", + "type": "string", + "examples": [ + "What version of Safari were you using when you observed this bug?" + ] + }, + "body_text": { + "type": "string" + }, + "body_html": { + "type": "string" + }, + "html_url": { + "type": "string", + "format": "uri" + }, + "user": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_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", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "issue_url": { + "type": "string", + "format": "uri" + }, + "author_association": { + "title": "author_association", + "type": "string", + "description": "How the author is associated with the repository.", + "enum": [ + "COLLABORATOR", + "CONTRIBUTOR", + "FIRST_TIMER", + "FIRST_TIME_CONTRIBUTOR", + "MANNEQUIN", + "MEMBER", + "NONE", + "OWNER" + ], + "examples": [ + "OWNER" + ] + }, + "performed_via_github_app": { + "anyOf": [ + { + "type": "null" + }, + { + "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", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier of the GitHub app", + "type": "integer", + "examples": [ + 37 + ] + }, + "slug": { + "description": "The slug name of the GitHub app", + "type": "string", + "examples": [ + "probot-owners" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDExOkludGVncmF0aW9uMQ==" + ] + }, + "client_id": { + "type": "string", + "examples": [ + "\"Iv1.25b5d1e65ffc4022\"" + ] + }, + "owner": { + "oneOf": [ + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_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 on GitHub.", + "type": "object", + "properties": { + "description": { + "description": "A short description of the enterprise.", + "type": [ + "string", + "null" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/enterprises/octo-business" + ] + }, + "website_url": { + "description": "The enterprise's website URL.", + "type": [ + "string", + "null" + ], + "format": "uri" + }, + "id": { + "description": "Unique identifier of the enterprise", + "type": "integer", + "examples": [ + 42 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "description": "The name of the enterprise.", + "type": "string", + "examples": [ + "Octo Business" + ] + }, + "slug": { + "description": "The slug url identifier for the enterprise.", + "type": "string", + "examples": [ + "octo-business" + ] + }, + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2019-01-26T19:01:12Z" + ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "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" + ] + } + ] + }, + "name": { + "description": "The name of the GitHub app", + "type": "string", + "examples": [ + "Probot Owners" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "The description of the app." + ] + }, + "external_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://example.com" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/apps/super-ci" + ] + }, + "created_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2017-07-08T16:18:44-04:00" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time", + "examples": [ + "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. Note that the `installation_target`, `security_advisory`, and `meta` events are not included because they are global events and not specific to an installation.", + "type": "array", + "items": { + "type": "string" + }, + "examples": [ + "label", + "deployment" + ] + }, + "installations_count": { + "description": "The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.", + "type": "integer", + "examples": [ + 5 + ] + } + }, + "required": [ + "id", + "node_id", + "owner", + "name", + "description", + "external_url", + "html_url", + "created_at", + "updated_at", + "permissions", + "events" + ] + } + ] + }, + "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" + ] + }, + "pin": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] + } + ] + } + }, + "required": [ + "id", + "node_id", + "html_url", + "issue_url", + "user", + "url", + "created_at", + "updated_at" + ] + } + } + } + ], + "statusCodes": [ + { + "httpStatusCode": "200", + "description": "OK
" + }, + { + "httpStatusCode": "401", + "description": "Requires authentication
" + }, + { + "httpStatusCode": "403", + "description": "Forbidden
" + }, + { + "httpStatusCode": "404", + "description": "Resource not found
" + }, + { + "httpStatusCode": "410", + "description": "Gone
" + }, + { + "httpStatusCode": "422", + "description": "Validation failed, or the endpoint has been spammed.
" + } + ], + "previews": [], + "progAccess": { + "userToServerRest": true, + "serverToServer": true, + "fineGrainedPat": true, + "permissions": [ + { + "\"Issues\" repository permissions": "write" + } + ] + } + }, + { + "serverUrl": "https://api.github.com", + "verb": "delete", + "requestPath": "/repos/{owner}/{repo}/issues/comments/{comment_id}/pin", + "title": "Unpin an issue comment", + "category": "issues", + "subcategory": "comments", + "parameters": [ + { + "name": "owner", + "description": "The account owner of the repository. The name is not case sensitive.
", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "repo", + "description": "The name of the repository without the .git extension. The name is not case sensitive.
The unique identifier of the comment.
", + "in": "path", + "required": true, + "schema": { + "type": "integer", + "format": "int64" + } + } + ], + "bodyParameters": [], + "descriptionHTML": "You can use the REST API to unpin comments on issues.
", + "codeExamples": [ + { + "key": "default", + "request": { + "description": "Example", + "acceptHeader": "application/vnd.github.v3+json", + "parameters": { + "owner": "OWNER", + "repo": "REPO", + "comment_id": "COMMENT_ID" + } + }, + "response": { + "statusCode": "204", + "description": "Response
" + } + } + ], + "statusCodes": [ + { + "httpStatusCode": "204", + "description": "No Content
" + }, + { + "httpStatusCode": "401", + "description": "Requires authentication
" + }, + { + "httpStatusCode": "403", + "description": "Forbidden
" + }, + { + "httpStatusCode": "404", + "description": "Resource not found
" + }, + { + "httpStatusCode": "410", + "description": "Gone
" + }, + { + "httpStatusCode": "503", + "description": "Service unavailable
" + } + ], + "previews": [], + "progAccess": { + "userToServerRest": true, + "serverToServer": true, + "fineGrainedPat": true, + "permissions": [ + { + "\"Issues\" repository permissions": "write" + } + ] + } + }, { "serverUrl": "https://api.github.com", "verb": "get", @@ -443528,6 +448074,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -444134,261 +448873,454 @@ "type", "url" ] - }, - { - "title": "Enterprise", - "description": "An enterprise on GitHub.", - "type": "object", - "properties": { - "description": { - "description": "A short description of the enterprise.", - "type": [ - "string", - "null" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/enterprises/octo-business" - ] - }, - "website_url": { - "description": "The enterprise's website URL.", - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "id": { - "description": "Unique identifier of the enterprise", - "type": "integer", - "examples": [ - 42 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" - ] - }, - "name": { - "description": "The name of the enterprise.", - "type": "string", - "examples": [ - "Octo Business" - ] - }, - "slug": { - "description": "The slug url identifier for the enterprise.", - "type": "string", - "examples": [ - "octo-business" - ] - }, - "created_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2019-01-26T19:01:12Z" - ] - }, - "updated_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "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" - ] + }, + { + "title": "Enterprise", + "description": "An enterprise on GitHub.", + "type": "object", + "properties": { + "description": { + "description": "A short description of the enterprise.", + "type": [ + "string", + "null" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/enterprises/octo-business" + ] + }, + "website_url": { + "description": "The enterprise's website URL.", + "type": [ + "string", + "null" + ], + "format": "uri" + }, + "id": { + "description": "Unique identifier of the enterprise", + "type": "integer", + "examples": [ + 42 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "description": "The name of the enterprise.", + "type": "string", + "examples": [ + "Octo Business" + ] + }, + "slug": { + "description": "The slug url identifier for the enterprise.", + "type": "string", + "examples": [ + "octo-business" + ] + }, + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2019-01-26T19:01:12Z" + ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "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" + ] + } + ] + }, + "name": { + "description": "The name of the GitHub app", + "type": "string", + "examples": [ + "Probot Owners" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "The description of the app." + ] + }, + "external_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://example.com" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/apps/super-ci" + ] + }, + "created_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2017-07-08T16:18:44-04:00" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time", + "examples": [ + "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. Note that the `installation_target`, `security_advisory`, and `meta` events are not included because they are global events and not specific to an installation.", + "type": "array", + "items": { + "type": "string" + }, + "examples": [ + "label", + "deployment" + ] + }, + "installations_count": { + "description": "The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.", + "type": "integer", + "examples": [ + 5 + ] + } + }, + "required": [ + "id", + "node_id", + "owner", + "name", + "description", + "external_url", + "html_url", + "created_at", + "updated_at", + "permissions", + "events" + ] + } + ] + }, + "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" + ] + }, + "pin": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] } ] - }, - "name": { - "description": "The name of the GitHub app", - "type": "string", - "examples": [ - "Probot Owners" - ] - }, - "description": { - "type": [ - "string", - "null" - ], - "examples": [ - "The description of the app." - ] - }, - "external_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://example.com" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/apps/super-ci" - ] - }, - "created_at": { - "type": "string", - "format": "date-time", - "examples": [ - "2017-07-08T16:18:44-04:00" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time", - "examples": [ - "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. Note that the `installation_target`, `security_advisory`, and `meta` events are not included because they are global events and not specific to an installation.", - "type": "array", - "items": { - "type": "string" - }, - "examples": [ - "label", - "deployment" - ] - }, - "installations_count": { - "description": "The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.", - "type": "integer", - "examples": [ - 5 - ] } }, "required": [ - "id", - "node_id", - "owner", - "name", - "description", - "external_url", - "html_url", - "created_at", - "updated_at", - "permissions", - "events" + "pinned_at", + "pinned_by" ] } ] - }, - "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" - ] - }, - "pin": { - "anyOf": [ - { - "type": "null" - } - ] } }, "required": [ @@ -446919,6 +451851,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -451877,6 +456817,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -468130,6 +473078,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -471306,6 +476262,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -474487,6 +479451,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -477684,6 +482656,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -484634,6 +489614,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -487809,6 +492797,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -490989,6 +495985,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -494167,6 +499171,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -497358,6 +502370,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -508917,6 +513937,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -511131,6 +516344,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -520401,6 +525622,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -521913,6 +527142,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -523390,6 +528627,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -524100,6 +529345,9 @@ }, "secret_scanning_validity_checks": { "status": "disabled" + }, + "secret_scanning_delegated_alert_dismissal": { + "status": "disabled" } } } @@ -524638,6 +529886,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -524917,6 +530168,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -528010,6 +533273,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -529515,6 +534786,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -530985,6 +536264,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -531684,6 +536971,9 @@ }, "secret_scanning_validity_checks": { "status": "disabled" + }, + "secret_scanning_delegated_alert_dismissal": { + "status": "disabled" } } } @@ -532222,6 +537512,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -532501,6 +537794,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -536984,6 +542289,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -537263,6 +542571,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -557546,6 +562866,9 @@ }, "secret_scanning_validity_checks": { "status": "disabled" + }, + "secret_scanning_delegated_alert_dismissal": { + "status": "disabled" } } } @@ -558084,6 +563407,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -558363,6 +563689,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -559328,6 +564666,9 @@ }, "secret_scanning_validity_checks": { "status": "disabled" + }, + "secret_scanning_delegated_alert_dismissal": { + "status": "disabled" } } } @@ -559866,6 +565207,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -560145,6 +565489,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -572375,6 +577731,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -572654,6 +578013,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -573686,6 +579057,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -573965,6 +579339,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -574945,6 +580331,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -575224,6 +580613,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -577104,6 +582505,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -577383,6 +582787,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -578394,6 +583810,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -578673,6 +584092,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -579702,6 +585133,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -579981,6 +585415,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -581822,6 +587268,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -582101,6 +587550,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -583133,6 +588594,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -583412,6 +588876,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -584459,6 +589935,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -584738,6 +590217,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -601444,6 +606935,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -604553,6 +610052,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -605698,6 +611205,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -609065,6 +614580,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -612174,6 +617697,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -613319,6 +618850,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -616686,6 +622225,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -619795,6 +625342,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -620940,6 +626495,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -624309,6 +629872,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -627418,6 +632989,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -628563,6 +634142,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -640780,6 +646367,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -643889,6 +649484,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -645034,6 +650637,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -648401,6 +654012,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -651510,6 +657129,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -652655,6 +658282,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -656022,6 +661657,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -659131,6 +664774,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -660276,6 +665927,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -663645,6 +669304,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -666754,6 +672421,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -667899,6 +673574,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -682175,6 +687858,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -683320,6 +689011,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -686887,6 +692586,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -688025,6 +693732,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -691791,6 +697506,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -692929,6 +698652,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -696753,6 +702484,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -697891,6 +703630,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -708071,6 +713818,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -709216,6 +714971,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -712860,6 +718623,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -714005,6 +719776,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -731390,6 +737169,9 @@ }, "secret_scanning_validity_checks": { "status": "disabled" + }, + "secret_scanning_delegated_alert_dismissal": { + "status": "disabled" } } } @@ -731928,6 +737710,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -732207,6 +737992,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -733625,6 +739422,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -734393,6 +740196,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -735693,6 +741504,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -736642,6 +742461,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -737057,6 +742884,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -737739,6 +743578,9 @@ }, "secret_scanning_validity_checks": { "status": "disabled" + }, + "secret_scanning_delegated_alert_dismissal": { + "status": "disabled" } } } @@ -738338,6 +744180,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -739106,6 +744954,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -740406,6 +746262,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -741355,6 +747219,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -741770,6 +747642,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -743325,6 +749209,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -744093,6 +749983,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -745393,6 +751291,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -746342,6 +752248,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -746757,6 +752671,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -750227,6 +756153,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -750506,6 +756435,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -751973,6 +757914,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -752741,6 +758688,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -754041,6 +759996,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -754990,6 +760953,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -755405,6 +761376,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -756150,6 +762133,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -756429,6 +762415,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -757473,6 +763471,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -759069,6 +765075,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -759837,6 +765849,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -761137,6 +767157,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -762086,6 +768114,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -762501,6 +768537,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -762845,6 +768893,9 @@ }, "secret_scanning_validity_checks": { "status": "disabled" + }, + "secret_scanning_delegated_alert_dismissal": { + "status": "disabled" } } } @@ -763383,6 +769434,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -763662,6 +769716,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -770349,6 +776415,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -770628,6 +776697,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -771887,6 +777968,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -772655,6 +778742,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -773955,6 +780050,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -774904,6 +781007,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -775319,6 +781430,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -792024,6 +798147,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -792303,6 +798429,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -793604,6 +799742,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -793883,6 +800024,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -796158,6 +802311,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -797901,6 +804062,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -832503,6 +838667,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -833271,6 +839441,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -834571,6 +840749,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -835520,6 +841706,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -835935,6 +842129,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -839988,6 +846194,9 @@ }, "secret_scanning_validity_checks": { "status": "disabled" + }, + "secret_scanning_delegated_alert_dismissal": { + "status": "disabled" } } } @@ -840526,6 +846735,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -840805,6 +847017,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, @@ -845217,6 +851441,9 @@ }, "secret_scanning_validity_checks": { "status": "disabled" + }, + "secret_scanning_delegated_alert_dismissal": { + "status": "disabled" } } } @@ -845755,6 +851982,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -846034,6 +852264,18 @@ ] } } + }, + "secret_scanning_delegated_alert_dismissal": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "enabled", + "disabled" + ] + } + } } } }, diff --git a/src/rest/data/ghes-3.14-2022-11-28/schema.json b/src/rest/data/ghes-3.14-2022-11-28/schema.json index 84699c16f345..a7407be06730 100644 --- a/src/rest/data/ghes-3.14-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.14-2022-11-28/schema.json @@ -4403,6 +4403,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -7190,6 +7198,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -12329,6 +12340,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -14700,6 +14714,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -15760,6 +15782,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -18377,6 +18407,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -19441,6 +19479,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -22126,6 +22172,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -23200,6 +23254,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -25801,6 +25863,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -31065,6 +31130,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -31881,6 +31949,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -33829,6 +33900,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -34645,6 +34719,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -37047,6 +37124,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -37863,6 +37943,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -42123,6 +42206,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -42939,6 +43025,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -46254,6 +46343,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -49658,6 +49755,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -51270,6 +51375,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -51677,6 +51975,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -54181,6 +54482,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -55319,6 +55628,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -58960,6 +59277,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -60098,6 +60423,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -63831,6 +64164,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -64969,6 +65310,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -69352,6 +69701,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -72756,6 +73113,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -74368,6 +74733,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -74775,6 +75333,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -77279,6 +77840,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -78417,6 +78986,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -82058,6 +82635,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -83196,6 +83781,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -86929,6 +87522,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -88067,6 +88668,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -92458,6 +93067,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -95862,6 +96479,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -97474,6 +98099,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -97881,6 +98699,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -100385,6 +101206,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -101523,6 +102352,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -105164,6 +106001,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -106302,6 +107147,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -110035,6 +110888,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -111173,6 +112034,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -115544,6 +116413,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -118948,6 +119825,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -120560,6 +121445,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -120967,6 +122045,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -123471,6 +124552,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -124609,6 +125698,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -128250,6 +129347,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -129388,6 +130493,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -133121,6 +134234,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -134259,6 +135380,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -138624,6 +139753,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -142028,6 +143165,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -143640,6 +144785,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -144047,6 +145385,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -146551,6 +147892,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -147689,6 +149038,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -151330,6 +152687,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -152468,6 +153833,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -156201,6 +157574,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -157339,6 +158720,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -161728,6 +163117,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -165132,6 +166529,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -166744,6 +168149,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -167151,6 +168749,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -169655,6 +171256,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -170793,6 +172402,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -174434,6 +176051,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -175572,6 +177197,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -179305,6 +180938,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -180443,6 +182084,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -184807,6 +186456,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -188211,6 +189868,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -189823,6 +191488,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -190230,6 +192088,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -192734,6 +194595,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -193872,6 +195741,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -197513,6 +199390,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -198651,6 +200536,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -202384,6 +204277,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -203522,6 +205423,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -207887,6 +209796,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -211291,6 +213208,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -212903,6 +214828,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -213310,6 +215428,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -215814,6 +217935,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -216952,6 +219081,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -220593,6 +222730,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -221731,6 +223876,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -225464,6 +227617,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -226602,6 +228763,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -230967,6 +233136,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -234371,6 +236548,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -235983,6 +238168,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -236390,6 +238768,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -238894,6 +241275,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -240032,6 +242421,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -243673,6 +246070,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -244811,6 +247216,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -248544,6 +250957,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -249682,6 +252103,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -252807,6 +255236,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -253926,6 +256358,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -255473,6 +257908,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -257706,6 +260144,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -258807,6 +261253,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -260258,6 +262712,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -261216,6 +263678,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -262255,6 +264725,9 @@ }, "secret_scanning_push_protection": { "status": "disabled" + }, + "secret_scanning_non_provider_patterns": { + "status": "disabled" } } } @@ -262793,6 +265266,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -263277,6 +265753,9 @@ }, "secret_scanning_push_protection": { "status": "disabled" + }, + "secret_scanning_non_provider_patterns": { + "status": "disabled" } } } @@ -263815,6 +266294,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -270108,6 +272590,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -276835,6 +279325,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -279265,6 +281763,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -320359,6 +322865,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -322243,6 +324752,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -323574,6 +326086,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -325371,6 +327886,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -327327,6 +329845,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -337909,6 +340430,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -339357,6 +341881,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -340846,6 +343373,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -345597,6 +348127,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -346742,6 +349280,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -354285,6 +356831,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -363850,6 +366399,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -417602,6 +420154,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -420949,6 +423509,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -424215,6 +426783,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -427419,6 +429995,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -430587,6 +433171,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -433827,6 +436419,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -437365,6 +439965,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -440897,6 +443505,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -444058,6 +446674,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -445922,6 +448546,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -446764,6 +449581,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -447613,6 +450623,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -448558,6 +451761,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -449411,6 +452807,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -451943,6 +455532,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -456889,6 +460486,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -485109,6 +488714,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -487323,6 +491121,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -495192,6 +498998,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -496704,6 +500518,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -498181,6 +502003,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -498888,6 +502718,9 @@ }, "secret_scanning_push_protection": { "status": "disabled" + }, + "secret_scanning_non_provider_patterns": { + "status": "disabled" } } } @@ -499426,6 +503259,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -500859,6 +504695,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -502364,6 +506208,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -502918,6 +506770,9 @@ }, "secret_scanning_push_protection": { "status": "disabled" + }, + "secret_scanning_non_provider_patterns": { + "status": "disabled" } } } @@ -503456,6 +507311,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -527448,6 +531306,9 @@ }, "secret_scanning_push_protection": { "status": "disabled" + }, + "secret_scanning_non_provider_patterns": { + "status": "disabled" } } } @@ -527986,6 +531847,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -529174,6 +533038,9 @@ }, "secret_scanning_push_protection": { "status": "disabled" + }, + "secret_scanning_non_provider_patterns": { + "status": "disabled" } } } @@ -529712,6 +533579,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -540545,6 +544415,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -541803,6 +545676,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -543009,6 +546885,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -545115,6 +548994,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -546352,6 +550234,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -547607,6 +551492,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -549674,6 +553562,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -550932,6 +554823,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -552205,6 +556099,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -565147,6 +569044,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -566292,6 +570197,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -569859,6 +573772,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -570997,6 +574918,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -574763,6 +578692,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -575901,6 +579838,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -579725,6 +583670,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -580863,6 +584816,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -591035,6 +594996,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -592180,6 +596149,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -595824,6 +599801,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -596969,6 +600954,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -614278,6 +618271,9 @@ }, "secret_scanning_push_protection": { "status": "disabled" + }, + "secret_scanning_non_provider_patterns": { + "status": "disabled" } } } @@ -614816,6 +618812,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -616460,6 +620459,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -617228,6 +621233,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -618528,6 +622541,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -619477,6 +623498,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -621117,6 +625146,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -621885,6 +625920,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -623185,6 +627228,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -624134,6 +628185,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -626001,6 +630060,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -626769,6 +630834,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -628069,6 +632142,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -629018,6 +633099,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -632434,6 +636523,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -634127,6 +638219,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -634895,6 +638993,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -636195,6 +640301,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -637144,6 +641258,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -638275,6 +642397,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -639545,6 +643670,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -641141,6 +645274,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -641909,6 +646048,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -643209,6 +647356,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -644158,6 +648313,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -644866,6 +649029,9 @@ }, "secret_scanning_push_protection": { "status": "disabled" + }, + "secret_scanning_non_provider_patterns": { + "status": "disabled" } } } @@ -645404,6 +649570,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -651052,6 +655221,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -652537,6 +656709,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -653305,6 +657483,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -654605,6 +658791,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -655554,6 +659748,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -667886,6 +672088,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -669406,6 +673611,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -671907,6 +676115,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -673644,6 +677860,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -686542,6 +690761,9 @@ }, "secret_scanning_push_protection": { "status": "disabled" + }, + "secret_scanning_non_provider_patterns": { + "status": "disabled" } } } @@ -687080,6 +691302,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -692583,6 +696808,9 @@ }, "secret_scanning_push_protection": { "status": "disabled" + }, + "secret_scanning_non_provider_patterns": { + "status": "disabled" } } } @@ -693121,6 +697349,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, diff --git a/src/rest/data/ghes-3.15-2022-11-28/schema.json b/src/rest/data/ghes-3.15-2022-11-28/schema.json index 9376cb7acfe7..d469c79d181e 100644 --- a/src/rest/data/ghes-3.15-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.15-2022-11-28/schema.json @@ -4403,6 +4403,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -7190,6 +7198,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -12341,6 +12352,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -14724,6 +14738,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -15784,6 +15806,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -18401,6 +18431,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -19465,6 +19503,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -22150,6 +22196,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -23224,6 +23278,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -25825,6 +25887,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -31101,6 +31166,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -31929,6 +31997,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -33889,6 +33960,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -34717,6 +34791,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -37131,6 +37208,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -37959,6 +38039,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -42237,6 +42320,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -43065,6 +43151,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -46392,6 +46481,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -49802,6 +49899,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -51426,6 +51531,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -51833,6 +52131,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -54337,6 +54638,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -55475,6 +55784,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -59116,6 +59433,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -60254,6 +60579,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -63987,6 +64320,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -65125,6 +65466,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -69508,6 +69857,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -72918,6 +73275,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -74542,6 +74907,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -74949,6 +75507,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -77453,6 +78014,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -78591,6 +79160,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -82232,6 +82809,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -83370,6 +83955,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -87103,6 +87696,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -88241,6 +88842,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -92632,6 +93241,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -96042,6 +96659,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -97666,6 +98291,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -98073,6 +98891,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -100577,6 +101398,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -101715,6 +102544,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -105356,6 +106193,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -106494,6 +107339,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -110227,6 +111080,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -111365,6 +112226,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -115736,6 +116605,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -119146,6 +120023,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -120770,6 +121655,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -121177,6 +122255,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -123681,6 +124762,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -124819,6 +125908,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -128460,6 +129557,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -129598,6 +130703,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -133331,6 +134444,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -134469,6 +135590,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -138834,6 +139963,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -142244,6 +143381,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -143868,6 +145013,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -144275,6 +145613,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -146779,6 +148120,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -147917,6 +149266,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -151558,6 +152915,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -152696,6 +154061,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -156429,6 +157802,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -157567,6 +158948,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -161956,6 +163345,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -165366,6 +166763,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -166990,6 +168395,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -167397,6 +168995,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -169901,6 +171502,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -171039,6 +172648,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -174680,6 +176297,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -175818,6 +177443,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -179551,6 +181184,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -180689,6 +182330,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -185053,6 +186702,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -188463,6 +190120,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -190087,6 +191752,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -190494,6 +192352,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -192998,6 +194859,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -194136,6 +196005,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -197777,6 +199654,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -198915,6 +200800,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -202648,6 +204541,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -203786,6 +205687,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -208151,6 +210060,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -211561,6 +213478,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -213185,6 +215110,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -213592,6 +215710,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -216096,6 +218217,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -217234,6 +219363,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -220875,6 +223012,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -222013,6 +224158,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -225746,6 +227899,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -226884,6 +229045,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -231249,6 +233418,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -234659,6 +236836,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -236283,6 +238468,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -236690,6 +239068,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -239194,6 +241575,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -240332,6 +242721,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -243973,6 +246370,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -245111,6 +247516,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -248844,6 +251257,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -249982,6 +252403,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -253107,6 +255536,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -254238,6 +256670,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -255797,6 +258232,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -258042,6 +260480,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -259143,6 +261589,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -260594,6 +263048,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -261552,6 +264014,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -263132,6 +265602,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -264169,6 +266642,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -270519,6 +272995,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -277293,6 +279777,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -279731,6 +282223,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -321027,6 +323527,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -322929,6 +325432,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -324272,6 +326778,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -326087,6 +328596,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -328061,6 +330573,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -342090,6 +344605,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -343550,6 +346068,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -345051,6 +347572,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -349814,6 +352338,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -350959,6 +353491,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -358502,6 +361042,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -368079,6 +370622,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -420577,6 +423123,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -423930,6 +426484,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -427202,6 +429764,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -430412,6 +432982,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -433586,6 +436164,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -436832,6 +439418,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -440376,6 +442970,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -443914,6 +446516,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -447081,6 +449691,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -448957,6 +451575,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -449805,6 +452616,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -450660,6 +453664,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -451611,6 +454808,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -452470,6 +455860,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -455002,6 +458585,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -459960,6 +463551,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -488113,261 +491712,454 @@ "type", "url" ] - }, - { - "title": "Enterprise", - "description": "An enterprise on GitHub.", - "type": "object", - "properties": { - "description": { - "description": "A short description of the enterprise.", - "type": [ - "string", - "null" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/enterprises/octo-business" - ] - }, - "website_url": { - "description": "The enterprise's website URL.", - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "id": { - "description": "Unique identifier of the enterprise", - "type": "integer", - "examples": [ - 42 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" - ] - }, - "name": { - "description": "The name of the enterprise.", - "type": "string", - "examples": [ - "Octo Business" - ] - }, - "slug": { - "description": "The slug url identifier for the enterprise.", - "type": "string", - "examples": [ - "octo-business" - ] - }, - "created_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2019-01-26T19:01:12Z" - ] - }, - "updated_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "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" - ] + }, + { + "title": "Enterprise", + "description": "An enterprise on GitHub.", + "type": "object", + "properties": { + "description": { + "description": "A short description of the enterprise.", + "type": [ + "string", + "null" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/enterprises/octo-business" + ] + }, + "website_url": { + "description": "The enterprise's website URL.", + "type": [ + "string", + "null" + ], + "format": "uri" + }, + "id": { + "description": "Unique identifier of the enterprise", + "type": "integer", + "examples": [ + 42 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "description": "The name of the enterprise.", + "type": "string", + "examples": [ + "Octo Business" + ] + }, + "slug": { + "description": "The slug url identifier for the enterprise.", + "type": "string", + "examples": [ + "octo-business" + ] + }, + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2019-01-26T19:01:12Z" + ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "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" + ] + } + ] + }, + "name": { + "description": "The name of the GitHub app", + "type": "string", + "examples": [ + "Probot Owners" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "The description of the app." + ] + }, + "external_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://example.com" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/apps/super-ci" + ] + }, + "created_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2017-07-08T16:18:44-04:00" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time", + "examples": [ + "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. Note that the `installation_target`, `security_advisory`, and `meta` events are not included because they are global events and not specific to an installation.", + "type": "array", + "items": { + "type": "string" + }, + "examples": [ + "label", + "deployment" + ] + }, + "installations_count": { + "description": "The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.", + "type": "integer", + "examples": [ + 5 + ] + } + }, + "required": [ + "id", + "node_id", + "owner", + "name", + "description", + "external_url", + "html_url", + "created_at", + "updated_at", + "permissions", + "events" + ] + } + ] + }, + "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" + ] + }, + "pin": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] } ] - }, - "name": { - "description": "The name of the GitHub app", - "type": "string", - "examples": [ - "Probot Owners" - ] - }, - "description": { - "type": [ - "string", - "null" - ], - "examples": [ - "The description of the app." - ] - }, - "external_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://example.com" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/apps/super-ci" - ] - }, - "created_at": { - "type": "string", - "format": "date-time", - "examples": [ - "2017-07-08T16:18:44-04:00" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time", - "examples": [ - "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. Note that the `installation_target`, `security_advisory`, and `meta` events are not included because they are global events and not specific to an installation.", - "type": "array", - "items": { - "type": "string" - }, - "examples": [ - "label", - "deployment" - ] - }, - "installations_count": { - "description": "The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.", - "type": "integer", - "examples": [ - 5 - ] } }, "required": [ - "id", - "node_id", - "owner", - "name", - "description", - "external_url", - "html_url", - "created_at", - "updated_at", - "permissions", - "events" + "pinned_at", + "pinned_by" ] } ] - }, - "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" - ] - }, - "pin": { - "anyOf": [ - { - "type": "null" - } - ] } }, "required": [ @@ -490580,6 +494372,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -498473,6 +502273,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -499985,6 +503793,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -501462,6 +505278,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -502710,6 +506534,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -504155,6 +507982,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -505660,6 +509495,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -506755,6 +510598,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -531399,6 +535245,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -533140,6 +536989,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -544409,6 +548261,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -545679,6 +549534,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -546897,6 +550755,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -549015,6 +552876,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -550264,6 +554128,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -551531,6 +555398,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -553610,6 +557480,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -554880,6 +558753,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -556165,6 +560041,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -569119,6 +572998,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -570264,6 +574151,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -573831,6 +577726,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -574969,6 +578872,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -578735,6 +582646,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -579873,6 +583792,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -583697,6 +587624,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -584835,6 +588770,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -595007,6 +598950,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -596152,6 +600103,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -599796,6 +603755,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -600941,6 +604908,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -618791,6 +622766,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -620447,6 +624425,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -621215,6 +625199,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -622515,6 +626507,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -623464,6 +627464,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -625119,6 +629127,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -625887,6 +629901,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -627187,6 +631209,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -628136,6 +632166,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -630027,6 +634065,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -630795,6 +634839,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -632095,6 +636147,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -633044,6 +637104,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -636472,6 +640540,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -638177,6 +642248,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -638945,6 +643022,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -640245,6 +644330,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -641194,6 +645287,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -642337,6 +646438,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -643619,6 +647723,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -645215,6 +649327,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -645983,6 +650101,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -647283,6 +651409,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -648232,6 +652366,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -649493,6 +653635,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -655153,6 +659298,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -656650,6 +660798,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -657418,6 +661572,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -658718,6 +662880,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -659667,6 +663837,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -672807,6 +676985,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -674339,6 +678520,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -676852,6 +681036,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -678595,6 +682787,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -692171,6 +696366,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -698227,6 +702425,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, diff --git a/src/rest/data/ghes-3.16-2022-11-28/schema.json b/src/rest/data/ghes-3.16-2022-11-28/schema.json index 4e7cc0f8b819..c7c50cf35b7b 100644 --- a/src/rest/data/ghes-3.16-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.16-2022-11-28/schema.json @@ -4403,6 +4403,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -7190,6 +7198,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -12341,6 +12352,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -14724,6 +14738,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -15784,6 +15806,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -18401,6 +18431,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -19465,6 +19503,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -22150,6 +22196,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -23224,6 +23278,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -25825,6 +25887,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -31101,6 +31166,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -31929,6 +31997,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -33889,6 +33960,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -34717,6 +34791,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -37131,6 +37208,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -37959,6 +38039,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -42237,6 +42320,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -43065,6 +43151,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -46392,6 +46481,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -49802,6 +49899,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -51426,6 +51531,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -51833,6 +52131,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -54337,6 +54638,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -55475,6 +55784,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -59116,6 +59433,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -60254,6 +60579,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -63987,6 +64320,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -65125,6 +65466,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -69508,6 +69857,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -72918,6 +73275,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -74542,6 +74907,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -74949,6 +75507,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -77453,6 +78014,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -78591,6 +79160,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -82232,6 +82809,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -83370,6 +83955,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -87103,6 +87696,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -88241,6 +88842,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -92632,6 +93241,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -96042,6 +96659,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -97666,6 +98291,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -98073,6 +98891,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -100577,6 +101398,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -101715,6 +102544,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -105356,6 +106193,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -106494,6 +107339,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -110227,6 +111080,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -111365,6 +112226,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -115736,6 +116605,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -119146,6 +120023,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -120770,6 +121655,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -121177,6 +122255,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -123681,6 +124762,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -124819,6 +125908,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -128460,6 +129557,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -129598,6 +130703,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -133331,6 +134444,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -134469,6 +135590,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -138834,6 +139963,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -142244,6 +143381,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -143868,6 +145013,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -144275,6 +145613,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -146779,6 +148120,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -147917,6 +149266,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -151558,6 +152915,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -152696,6 +154061,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -156429,6 +157802,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -157567,6 +158948,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -161956,6 +163345,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -165366,6 +166763,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -166990,6 +168395,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -167397,6 +168995,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -169901,6 +171502,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -171039,6 +172648,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -174680,6 +176297,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -175818,6 +177443,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -179551,6 +181184,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -180689,6 +182330,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -185053,6 +186702,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -188463,6 +190120,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -190087,6 +191752,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -190494,6 +192352,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -192998,6 +194859,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -194136,6 +196005,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -197777,6 +199654,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -198915,6 +200800,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -202648,6 +204541,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -203786,6 +205687,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -208151,6 +210060,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -211561,6 +213478,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -213185,6 +215110,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -213592,6 +215710,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -216096,6 +218217,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -217234,6 +219363,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -220875,6 +223012,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -222013,6 +224158,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -225746,6 +227899,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -226884,6 +229045,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -231249,6 +233418,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -234659,6 +236836,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -236283,6 +238468,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -236690,6 +239068,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -239194,6 +241575,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -240332,6 +242721,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -243973,6 +246370,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -245111,6 +247516,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -248844,6 +251257,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -249982,6 +252403,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -253107,6 +255536,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -254238,6 +256670,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -255797,6 +258232,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -258042,6 +260480,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -259143,6 +261589,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -260594,6 +263048,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -261552,6 +264014,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -263132,6 +265602,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -264169,6 +266642,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -270552,6 +273028,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -277367,6 +279851,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -279813,6 +282305,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -321125,6 +323625,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -323027,6 +325530,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -324370,6 +326876,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -326185,6 +328694,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -328159,6 +330671,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -345749,6 +348264,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -347209,6 +349727,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -348710,6 +351231,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -353473,6 +355997,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -354618,6 +357150,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -362161,6 +364701,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -371871,6 +374414,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -425646,6 +428192,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -428999,6 +431553,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -432271,6 +434833,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -435481,6 +438051,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -438655,6 +441233,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -441901,6 +444487,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -445445,6 +448039,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -448983,6 +451585,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -452150,6 +454760,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -454026,6 +456644,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -454874,6 +457685,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -455729,6 +458733,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -456680,6 +459877,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -457539,6 +460929,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -460071,6 +463654,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -465029,6 +468620,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -493182,261 +496781,454 @@ "type", "url" ] - }, - { - "title": "Enterprise", - "description": "An enterprise on GitHub.", - "type": "object", - "properties": { - "description": { - "description": "A short description of the enterprise.", - "type": [ - "string", - "null" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/enterprises/octo-business" - ] - }, - "website_url": { - "description": "The enterprise's website URL.", - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "id": { - "description": "Unique identifier of the enterprise", - "type": "integer", - "examples": [ - 42 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" - ] - }, - "name": { - "description": "The name of the enterprise.", - "type": "string", - "examples": [ - "Octo Business" - ] - }, - "slug": { - "description": "The slug url identifier for the enterprise.", - "type": "string", - "examples": [ - "octo-business" - ] - }, - "created_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2019-01-26T19:01:12Z" - ] - }, - "updated_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "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" - ] + }, + { + "title": "Enterprise", + "description": "An enterprise on GitHub.", + "type": "object", + "properties": { + "description": { + "description": "A short description of the enterprise.", + "type": [ + "string", + "null" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/enterprises/octo-business" + ] + }, + "website_url": { + "description": "The enterprise's website URL.", + "type": [ + "string", + "null" + ], + "format": "uri" + }, + "id": { + "description": "Unique identifier of the enterprise", + "type": "integer", + "examples": [ + 42 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "description": "The name of the enterprise.", + "type": "string", + "examples": [ + "Octo Business" + ] + }, + "slug": { + "description": "The slug url identifier for the enterprise.", + "type": "string", + "examples": [ + "octo-business" + ] + }, + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2019-01-26T19:01:12Z" + ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "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" + ] + } + ] + }, + "name": { + "description": "The name of the GitHub app", + "type": "string", + "examples": [ + "Probot Owners" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "The description of the app." + ] + }, + "external_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://example.com" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/apps/super-ci" + ] + }, + "created_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2017-07-08T16:18:44-04:00" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time", + "examples": [ + "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. Note that the `installation_target`, `security_advisory`, and `meta` events are not included because they are global events and not specific to an installation.", + "type": "array", + "items": { + "type": "string" + }, + "examples": [ + "label", + "deployment" + ] + }, + "installations_count": { + "description": "The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.", + "type": "integer", + "examples": [ + 5 + ] + } + }, + "required": [ + "id", + "node_id", + "owner", + "name", + "description", + "external_url", + "html_url", + "created_at", + "updated_at", + "permissions", + "events" + ] + } + ] + }, + "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" + ] + }, + "pin": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] } ] - }, - "name": { - "description": "The name of the GitHub app", - "type": "string", - "examples": [ - "Probot Owners" - ] - }, - "description": { - "type": [ - "string", - "null" - ], - "examples": [ - "The description of the app." - ] - }, - "external_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://example.com" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/apps/super-ci" - ] - }, - "created_at": { - "type": "string", - "format": "date-time", - "examples": [ - "2017-07-08T16:18:44-04:00" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time", - "examples": [ - "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. Note that the `installation_target`, `security_advisory`, and `meta` events are not included because they are global events and not specific to an installation.", - "type": "array", - "items": { - "type": "string" - }, - "examples": [ - "label", - "deployment" - ] - }, - "installations_count": { - "description": "The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.", - "type": "integer", - "examples": [ - 5 - ] } }, "required": [ - "id", - "node_id", - "owner", - "name", - "description", - "external_url", - "html_url", - "created_at", - "updated_at", - "permissions", - "events" + "pinned_at", + "pinned_by" ] } ] - }, - "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" - ] - }, - "pin": { - "anyOf": [ - { - "type": "null" - } - ] } }, "required": [ @@ -495649,6 +499441,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -503542,6 +507342,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -505054,6 +508862,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -506531,6 +510347,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -507779,6 +511603,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -509224,6 +513051,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -510729,6 +514564,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -511824,6 +515667,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -536562,6 +540408,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -538303,6 +542152,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -549581,6 +553433,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -550851,6 +554706,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -552069,6 +555927,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -554187,6 +558048,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -555436,6 +559300,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -556703,6 +560570,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -558782,6 +562652,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -560052,6 +563925,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -561337,6 +565213,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -574947,6 +578826,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -576092,6 +579979,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -579659,6 +583554,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -580797,6 +584700,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -584563,6 +588474,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -585701,6 +589620,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -589525,6 +593452,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -590663,6 +594598,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -600835,6 +604778,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -601980,6 +605931,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -605624,6 +609583,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -606769,6 +610736,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -624619,6 +628594,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -626275,6 +630253,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -627043,6 +631027,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -628343,6 +632335,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -629292,6 +633292,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -630947,6 +634955,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -631715,6 +635729,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -633015,6 +637037,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -633964,6 +637994,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -635855,6 +639893,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -636623,6 +640667,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -637923,6 +641975,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -638872,6 +642932,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -642300,6 +646368,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -644005,6 +648076,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -644773,6 +648850,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -646073,6 +650158,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -647022,6 +651115,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -648165,6 +652266,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -649447,6 +653551,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -651043,6 +655155,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -651811,6 +655929,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -653111,6 +657237,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -654060,6 +658194,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -655321,6 +659463,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -660981,6 +665126,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -662478,6 +666626,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -663246,6 +667400,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -664546,6 +668708,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -665495,6 +669665,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -678644,6 +682822,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -680176,6 +684357,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -682689,6 +686873,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -684432,6 +688624,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -699384,6 +703579,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -705440,6 +709638,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, diff --git a/src/rest/data/ghes-3.17-2022-11-28/schema.json b/src/rest/data/ghes-3.17-2022-11-28/schema.json index 5724a7a1e305..8ac79a15e354 100644 --- a/src/rest/data/ghes-3.17-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.17-2022-11-28/schema.json @@ -4403,6 +4403,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -7190,6 +7198,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -12353,6 +12364,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -14748,6 +14762,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -15808,6 +15830,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -18425,6 +18455,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -19489,6 +19527,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -22174,6 +22220,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -23248,6 +23302,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -25849,6 +25911,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -31137,6 +31202,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -31977,6 +32045,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -33949,6 +34020,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -34789,6 +34863,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -37215,6 +37292,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -38055,6 +38135,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -42345,6 +42428,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -43185,6 +43271,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -46524,6 +46613,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -49934,6 +50031,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -51558,6 +51663,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -51965,6 +52263,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -54469,6 +54770,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -55607,6 +55916,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -59248,6 +59565,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -60386,6 +60711,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -64119,6 +64452,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -65257,6 +65598,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -69640,6 +69989,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -73050,6 +73407,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -74674,6 +75039,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -75081,6 +75639,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -77585,6 +78146,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -78723,6 +79292,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -82364,6 +82941,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -83502,6 +84087,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -87235,6 +87828,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -88373,6 +88974,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -92764,6 +93373,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -96174,6 +96791,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -97798,6 +98423,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -98205,6 +99023,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -100709,6 +101530,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -101847,6 +102676,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -105488,6 +106325,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -106626,6 +107471,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -110359,6 +111212,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -111497,6 +112358,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -115868,6 +116737,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -119278,6 +120155,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -120902,6 +121787,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -121309,6 +122387,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -123813,6 +124894,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -124951,6 +126040,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -128592,6 +129689,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -129730,6 +130835,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -133463,6 +134576,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -134601,6 +135722,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -138966,6 +140095,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -142376,6 +143513,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -144000,6 +145145,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -144407,6 +145745,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -146911,6 +148252,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -148049,6 +149398,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -151690,6 +153047,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -152828,6 +154193,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -156561,6 +157934,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -157699,6 +159080,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -162088,6 +163477,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -165498,6 +166895,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -167122,6 +168527,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -167529,6 +169127,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -170033,6 +171634,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -171171,6 +172780,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -174812,6 +176429,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -175950,6 +177575,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -179683,6 +181316,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -180821,6 +182462,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -185185,6 +186834,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -188595,6 +190252,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -190219,6 +191884,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -190626,6 +192484,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -193130,6 +194991,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -194268,6 +196137,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -197909,6 +199786,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -199047,6 +200932,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -202780,6 +204673,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -203918,6 +205819,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -208283,6 +210192,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -211693,6 +213610,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -213317,6 +215242,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -213724,6 +215842,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -216228,6 +218349,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -217366,6 +219495,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -221007,6 +223144,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -222145,6 +224290,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -225878,6 +228031,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -227016,6 +229177,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -231381,6 +233550,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -234791,6 +236968,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -236415,6 +238600,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -236822,6 +239200,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -239326,6 +241707,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -240464,6 +242853,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -244105,6 +246502,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -245243,6 +247648,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -248976,6 +251389,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -250114,6 +252535,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -253239,6 +255668,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -254382,6 +256814,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -255953,6 +258388,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -258210,6 +260648,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -259311,6 +261757,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -260762,6 +263216,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -261720,6 +264182,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -263300,6 +265770,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -264349,6 +266822,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -270744,6 +273220,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -277559,6 +280043,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -280005,6 +282497,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -321360,6 +323860,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -323274,6 +325777,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -324629,6 +327135,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -326456,6 +328965,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -328442,6 +330954,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -346608,6 +349123,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -348080,6 +350598,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -349593,6 +352114,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -354376,6 +356900,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -355521,6 +358053,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -363102,6 +365642,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -372824,6 +375367,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -426745,6 +429291,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -430098,6 +432652,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -433370,6 +435932,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -436580,6 +439150,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -439754,6 +442332,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -443000,6 +445586,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -446544,6 +449138,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -450082,6 +452684,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -453249,6 +455859,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -455125,6 +457743,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -455973,6 +458784,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -456828,6 +459832,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -457779,6 +460976,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -458638,6 +462028,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -461170,6 +464753,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -466128,6 +469719,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -494281,261 +497880,454 @@ "type", "url" ] - }, - { - "title": "Enterprise", - "description": "An enterprise on GitHub.", - "type": "object", - "properties": { - "description": { - "description": "A short description of the enterprise.", - "type": [ - "string", - "null" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/enterprises/octo-business" - ] - }, - "website_url": { - "description": "The enterprise's website URL.", - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "id": { - "description": "Unique identifier of the enterprise", - "type": "integer", - "examples": [ - 42 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" - ] - }, - "name": { - "description": "The name of the enterprise.", - "type": "string", - "examples": [ - "Octo Business" - ] - }, - "slug": { - "description": "The slug url identifier for the enterprise.", - "type": "string", - "examples": [ - "octo-business" - ] - }, - "created_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2019-01-26T19:01:12Z" - ] - }, - "updated_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "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" - ] + }, + { + "title": "Enterprise", + "description": "An enterprise on GitHub.", + "type": "object", + "properties": { + "description": { + "description": "A short description of the enterprise.", + "type": [ + "string", + "null" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/enterprises/octo-business" + ] + }, + "website_url": { + "description": "The enterprise's website URL.", + "type": [ + "string", + "null" + ], + "format": "uri" + }, + "id": { + "description": "Unique identifier of the enterprise", + "type": "integer", + "examples": [ + 42 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "description": "The name of the enterprise.", + "type": "string", + "examples": [ + "Octo Business" + ] + }, + "slug": { + "description": "The slug url identifier for the enterprise.", + "type": "string", + "examples": [ + "octo-business" + ] + }, + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2019-01-26T19:01:12Z" + ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "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" + ] + } + ] + }, + "name": { + "description": "The name of the GitHub app", + "type": "string", + "examples": [ + "Probot Owners" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "The description of the app." + ] + }, + "external_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://example.com" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/apps/super-ci" + ] + }, + "created_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2017-07-08T16:18:44-04:00" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time", + "examples": [ + "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. Note that the `installation_target`, `security_advisory`, and `meta` events are not included because they are global events and not specific to an installation.", + "type": "array", + "items": { + "type": "string" + }, + "examples": [ + "label", + "deployment" + ] + }, + "installations_count": { + "description": "The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.", + "type": "integer", + "examples": [ + 5 + ] + } + }, + "required": [ + "id", + "node_id", + "owner", + "name", + "description", + "external_url", + "html_url", + "created_at", + "updated_at", + "permissions", + "events" + ] + } + ] + }, + "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" + ] + }, + "pin": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] } ] - }, - "name": { - "description": "The name of the GitHub app", - "type": "string", - "examples": [ - "Probot Owners" - ] - }, - "description": { - "type": [ - "string", - "null" - ], - "examples": [ - "The description of the app." - ] - }, - "external_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://example.com" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/apps/super-ci" - ] - }, - "created_at": { - "type": "string", - "format": "date-time", - "examples": [ - "2017-07-08T16:18:44-04:00" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time", - "examples": [ - "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. Note that the `installation_target`, `security_advisory`, and `meta` events are not included because they are global events and not specific to an installation.", - "type": "array", - "items": { - "type": "string" - }, - "examples": [ - "label", - "deployment" - ] - }, - "installations_count": { - "description": "The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.", - "type": "integer", - "examples": [ - 5 - ] } }, "required": [ - "id", - "node_id", - "owner", - "name", - "description", - "external_url", - "html_url", - "created_at", - "updated_at", - "permissions", - "events" + "pinned_at", + "pinned_by" ] } ] - }, - "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" - ] - }, - "pin": { - "anyOf": [ - { - "type": "null" - } - ] } }, "required": [ @@ -496748,6 +500540,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -504648,6 +508448,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -506160,6 +509968,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -507637,6 +511453,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -508885,6 +512709,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -510342,6 +514169,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -511847,6 +515682,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -512942,6 +516785,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -538137,6 +541983,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -539890,6 +543739,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -552024,6 +555876,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -553306,6 +557161,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -554536,6 +558394,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -556666,6 +560527,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -557927,6 +561791,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -559206,6 +563073,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -561297,6 +565167,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -562579,6 +566452,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -563876,6 +567752,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -570909,6 +574788,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -572054,6 +575941,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -575621,6 +579516,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -576759,6 +580662,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -580525,6 +584436,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -581663,6 +585582,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -585487,6 +589414,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -586625,6 +590560,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -596805,6 +600748,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -597950,6 +601901,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -601594,6 +605553,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -602739,6 +606706,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -620589,6 +624564,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -622257,6 +626235,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -623025,6 +627009,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -624325,6 +628317,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -625274,6 +629274,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -626941,6 +630949,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -627709,6 +631723,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -629009,6 +633031,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -629958,6 +633988,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -631873,6 +635911,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -632641,6 +636685,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -633941,6 +637993,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -634890,6 +638950,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -638330,6 +642398,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -640047,6 +644118,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -640815,6 +644892,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -642115,6 +646200,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -643064,6 +647157,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -644219,6 +648320,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -645513,6 +649617,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -647109,6 +651221,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -647877,6 +651995,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -649177,6 +653303,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -650126,6 +654260,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -651399,6 +655541,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -657881,6 +662026,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -659390,6 +663538,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -660158,6 +664312,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -661458,6 +665620,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -662407,6 +666577,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -676584,6 +680762,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -678135,6 +682316,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -680660,6 +684844,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -682403,6 +686595,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -697927,6 +702122,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -703124,6 +707322,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, diff --git a/src/rest/data/ghes-3.18-2022-11-28/schema.json b/src/rest/data/ghes-3.18-2022-11-28/schema.json index 21c7075f84ef..f74c6827d51b 100644 --- a/src/rest/data/ghes-3.18-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.18-2022-11-28/schema.json @@ -4403,6 +4403,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -7190,6 +7198,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -12358,6 +12369,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -14758,6 +14772,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -15818,6 +15840,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -18435,6 +18465,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -19499,6 +19537,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -22184,6 +22230,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -23258,6 +23312,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -25859,6 +25921,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -31152,6 +31217,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -31997,6 +32065,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -33974,6 +34045,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -34819,6 +34893,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -37250,6 +37327,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -38095,6 +38175,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -42390,6 +42473,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -43235,6 +43321,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -46579,6 +46668,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -49989,6 +50086,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -51613,6 +51718,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -52020,6 +52318,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -54524,6 +54825,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -55662,6 +55971,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -59303,6 +59620,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -60441,6 +60766,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -64174,6 +64507,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -65312,6 +65653,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -69695,6 +70044,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -73105,6 +73462,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -74729,6 +75094,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -75136,6 +75694,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -77640,6 +78201,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -78778,6 +79347,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -82419,6 +82996,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -83557,6 +84142,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -87290,6 +87883,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -88428,6 +89029,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -92819,6 +93428,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -96229,6 +96846,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -97853,6 +98478,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -98260,6 +99078,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -100764,6 +101585,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -101902,6 +102731,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -105543,6 +106380,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -106681,6 +107526,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -110414,6 +111267,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -111552,6 +112413,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -115923,6 +116792,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -119333,6 +120210,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -120957,6 +121842,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -121364,6 +122442,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -123868,6 +124949,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -125006,6 +126095,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -128647,6 +129744,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -129785,6 +130890,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -133518,6 +134631,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -134656,6 +135777,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -139021,6 +140150,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -142431,6 +143568,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -144055,6 +145200,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -144462,6 +145800,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -146966,6 +148307,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -148104,6 +149453,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -151745,6 +153102,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -152883,6 +154248,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -156616,6 +157989,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -157754,6 +159135,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -162143,6 +163532,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -165553,6 +166950,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -167177,6 +168582,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -167584,6 +169182,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -170088,6 +171689,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -171226,6 +172835,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -174867,6 +176484,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -176005,6 +177630,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -179738,6 +181371,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -180876,6 +182517,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -185240,6 +186889,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -188650,6 +190307,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -190274,6 +191939,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -190681,6 +192539,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -193185,6 +195046,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -194323,6 +196192,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -197964,6 +199841,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -199102,6 +200987,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -202835,6 +204728,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -203973,6 +205874,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -208338,6 +210247,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -211748,6 +213665,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -213372,6 +215297,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -213779,6 +215897,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -216283,6 +218404,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -217421,6 +219550,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -221062,6 +223199,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -222200,6 +224345,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -225933,6 +228086,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -227071,6 +229232,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -231436,6 +233605,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -234846,6 +237023,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -236470,6 +238655,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -236877,6 +239255,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -239381,6 +241762,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -240519,6 +242908,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -244160,6 +246557,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -245298,6 +247703,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -249031,6 +251444,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -250169,6 +252590,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -253294,6 +255723,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -254442,6 +256874,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -256018,6 +258453,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -258280,6 +260718,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -259381,6 +261827,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -260832,6 +263286,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -261790,6 +264252,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -263370,6 +265840,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -264424,6 +266897,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -270824,6 +273300,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -277639,6 +280123,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -280085,6 +282577,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -321440,6 +323940,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -323359,6 +325862,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -324719,6 +327225,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -326551,6 +329060,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -328542,6 +331054,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -346737,6 +349252,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -348214,6 +350732,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -349732,6 +352253,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -354520,6 +357044,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -355665,6 +358197,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -363246,6 +365786,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -373945,6 +376488,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -429062,6 +431608,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -432415,6 +434969,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -435687,6 +438249,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -438897,6 +441467,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -442071,6 +444649,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -445317,6 +447903,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -448861,6 +451455,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -452399,6 +455001,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -455566,6 +458176,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -457442,6 +460060,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -458290,6 +461101,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -459145,6 +462149,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -460096,6 +463293,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -460955,6 +464345,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -463487,6 +467070,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -468445,6 +472036,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -496598,261 +500197,454 @@ "type", "url" ] - }, - { - "title": "Enterprise", - "description": "An enterprise on GitHub.", - "type": "object", - "properties": { - "description": { - "description": "A short description of the enterprise.", - "type": [ - "string", - "null" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/enterprises/octo-business" - ] - }, - "website_url": { - "description": "The enterprise's website URL.", - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "id": { - "description": "Unique identifier of the enterprise", - "type": "integer", - "examples": [ - 42 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" - ] - }, - "name": { - "description": "The name of the enterprise.", - "type": "string", - "examples": [ - "Octo Business" - ] - }, - "slug": { - "description": "The slug url identifier for the enterprise.", - "type": "string", - "examples": [ - "octo-business" - ] - }, - "created_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2019-01-26T19:01:12Z" - ] - }, - "updated_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "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" - ] + }, + { + "title": "Enterprise", + "description": "An enterprise on GitHub.", + "type": "object", + "properties": { + "description": { + "description": "A short description of the enterprise.", + "type": [ + "string", + "null" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/enterprises/octo-business" + ] + }, + "website_url": { + "description": "The enterprise's website URL.", + "type": [ + "string", + "null" + ], + "format": "uri" + }, + "id": { + "description": "Unique identifier of the enterprise", + "type": "integer", + "examples": [ + 42 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "description": "The name of the enterprise.", + "type": "string", + "examples": [ + "Octo Business" + ] + }, + "slug": { + "description": "The slug url identifier for the enterprise.", + "type": "string", + "examples": [ + "octo-business" + ] + }, + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2019-01-26T19:01:12Z" + ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "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" + ] + } + ] + }, + "name": { + "description": "The name of the GitHub app", + "type": "string", + "examples": [ + "Probot Owners" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "The description of the app." + ] + }, + "external_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://example.com" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/apps/super-ci" + ] + }, + "created_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2017-07-08T16:18:44-04:00" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time", + "examples": [ + "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. Note that the `installation_target`, `security_advisory`, and `meta` events are not included because they are global events and not specific to an installation.", + "type": "array", + "items": { + "type": "string" + }, + "examples": [ + "label", + "deployment" + ] + }, + "installations_count": { + "description": "The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.", + "type": "integer", + "examples": [ + 5 + ] + } + }, + "required": [ + "id", + "node_id", + "owner", + "name", + "description", + "external_url", + "html_url", + "created_at", + "updated_at", + "permissions", + "events" + ] + } + ] + }, + "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" + ] + }, + "pin": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] } ] - }, - "name": { - "description": "The name of the GitHub app", - "type": "string", - "examples": [ - "Probot Owners" - ] - }, - "description": { - "type": [ - "string", - "null" - ], - "examples": [ - "The description of the app." - ] - }, - "external_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://example.com" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/apps/super-ci" - ] - }, - "created_at": { - "type": "string", - "format": "date-time", - "examples": [ - "2017-07-08T16:18:44-04:00" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time", - "examples": [ - "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. Note that the `installation_target`, `security_advisory`, and `meta` events are not included because they are global events and not specific to an installation.", - "type": "array", - "items": { - "type": "string" - }, - "examples": [ - "label", - "deployment" - ] - }, - "installations_count": { - "description": "The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.", - "type": "integer", - "examples": [ - 5 - ] } }, "required": [ - "id", - "node_id", - "owner", - "name", - "description", - "external_url", - "html_url", - "created_at", - "updated_at", - "permissions", - "events" + "pinned_at", + "pinned_by" ] } ] - }, - "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" - ] - }, - "pin": { - "anyOf": [ - { - "type": "null" - } - ] } }, "required": [ @@ -499065,6 +502857,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -506965,6 +510765,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -508477,6 +512285,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -509954,6 +513770,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -511202,6 +515026,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -512664,6 +516491,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -514169,6 +518004,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -515264,6 +519107,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -540464,6 +544310,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -542222,6 +546071,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -554361,6 +558213,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -555648,6 +559503,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -556883,6 +560741,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -559018,6 +562879,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -560284,6 +564148,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -561568,6 +565435,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -563664,6 +567534,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -564951,6 +568824,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -566253,6 +570129,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -573655,6 +577534,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -574800,6 +578687,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -578367,6 +582262,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -579505,6 +583408,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -583271,6 +587182,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -584409,6 +588328,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -588233,6 +592160,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -589371,6 +593306,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -599551,6 +603494,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -600696,6 +604647,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -604340,6 +608299,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -605485,6 +609452,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -623335,6 +627310,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -625008,6 +628986,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -625776,6 +629760,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -627076,6 +631068,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -628025,6 +632025,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -629692,6 +633700,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -630460,6 +634474,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -631760,6 +635782,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -632709,6 +636739,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -634624,6 +638662,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -635392,6 +639436,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -636692,6 +640744,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -637641,6 +641701,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -641081,6 +645149,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -642803,6 +646874,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -643571,6 +647648,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -644871,6 +648956,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -645820,6 +649913,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -646975,6 +651076,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -648274,6 +652378,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -649870,6 +653982,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -650638,6 +654756,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -651938,6 +656064,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -652887,6 +657021,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -654160,6 +658302,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -660647,6 +664792,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -662161,6 +666309,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -662929,6 +667083,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -664229,6 +668391,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -665178,6 +669348,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -679355,6 +683533,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -680911,6 +685092,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -683441,6 +687625,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -685184,6 +689376,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -701927,6 +706122,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -707129,6 +711327,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, diff --git a/src/rest/data/ghes-3.19-2022-11-28/schema.json b/src/rest/data/ghes-3.19-2022-11-28/schema.json index c3406a87bcaf..02c0c927746c 100644 --- a/src/rest/data/ghes-3.19-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.19-2022-11-28/schema.json @@ -5565,6 +5565,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -7265,6 +7273,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -10515,6 +10531,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -15683,6 +15702,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -18083,6 +18105,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -19143,6 +19173,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -21760,6 +21798,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -22824,6 +22870,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -25509,6 +25563,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -26583,6 +26645,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -29184,6 +29254,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -34477,6 +34550,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -35322,6 +35398,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -37299,6 +37378,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -38144,6 +38226,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -40575,6 +40660,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -41420,6 +41508,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -45715,6 +45806,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -46560,6 +46654,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -49904,6 +50001,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -53314,6 +53419,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -54938,6 +55051,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -55345,6 +55651,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -57849,6 +58158,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -58987,6 +59304,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -62628,6 +62953,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -63766,6 +64099,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -67499,6 +67840,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -68637,6 +68986,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -73020,6 +73377,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -76430,6 +76795,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -78054,6 +78427,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -78461,6 +79027,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -80965,6 +81534,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -82103,6 +82680,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -85744,6 +86329,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -86882,6 +87475,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -90615,6 +91216,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -91753,6 +92362,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -96144,6 +96761,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -99554,6 +100179,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -101178,6 +101811,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -101585,6 +102411,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -104089,6 +104918,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -105227,6 +106064,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -108868,6 +109713,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -110006,6 +110859,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -113739,6 +114600,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -114877,6 +115746,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -119248,6 +120125,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -122658,6 +123543,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -124282,6 +125175,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -124689,6 +125775,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -127193,6 +128282,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -128331,6 +129428,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -131972,6 +133077,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -133110,6 +134223,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -136843,6 +137964,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -137981,6 +139110,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -142346,6 +143483,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -145756,6 +146901,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -147380,6 +148533,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -147787,6 +149133,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -150291,6 +151640,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -151429,6 +152786,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -155070,6 +156435,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -156208,6 +157581,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -159941,6 +161322,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -161079,6 +162468,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -165468,6 +166865,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -168878,6 +170283,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -170502,6 +171915,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -170909,6 +172515,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -173413,6 +175022,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -174551,6 +176168,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -178192,6 +179817,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -179330,6 +180963,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -183063,6 +184704,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -184201,6 +185850,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -188565,6 +190222,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -191975,6 +193640,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -193599,6 +195272,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -194006,6 +195872,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -196510,6 +198379,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -197648,6 +199525,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -201289,6 +203174,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -202427,6 +204320,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -206160,6 +208061,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -207298,6 +209207,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -211663,6 +213580,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -215073,6 +216998,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -216697,6 +218630,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -217104,6 +219230,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -219608,6 +221737,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -220746,6 +222883,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -224387,6 +226532,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -225525,6 +227678,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -229258,6 +231419,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -230396,6 +232565,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -234761,6 +236938,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -238171,6 +240356,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -239795,6 +241988,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -240202,6 +242588,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "forks_count": { "type": "integer" }, @@ -242706,6 +245095,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -243844,6 +246241,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -247485,6 +249890,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -248623,6 +251036,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -252356,6 +254777,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -253494,6 +255923,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -256619,6 +259056,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -257767,6 +260207,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -259343,6 +261786,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -261605,6 +264051,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -262706,6 +265160,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -264157,6 +266619,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -265115,6 +267585,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -266695,6 +269173,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -267749,6 +270230,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -274215,6 +276699,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -281112,6 +283604,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -283574,6 +286074,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -324961,6 +327469,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -326880,6 +329391,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -328240,6 +330754,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -330072,6 +332589,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -332063,6 +334583,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -351916,6 +354439,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -353393,6 +355919,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -354911,6 +357440,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -359699,6 +362231,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -360844,6 +363384,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -368425,6 +370973,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -380442,6 +382993,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -440156,6 +442710,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -443509,6 +446071,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -446781,6 +449351,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -449991,6 +452569,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -453165,6 +455751,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -456411,6 +459005,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -459955,6 +462557,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -463493,6 +466103,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -466660,6 +469278,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -468536,6 +471162,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -469384,6 +472203,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -470239,6 +473251,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -471190,6 +474395,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -471796,261 +475194,454 @@ "type", "url" ] - }, - { - "title": "Enterprise", - "description": "An enterprise on GitHub.", - "type": "object", - "properties": { - "description": { - "description": "A short description of the enterprise.", - "type": [ - "string", - "null" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/enterprises/octo-business" - ] - }, - "website_url": { - "description": "The enterprise's website URL.", - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "id": { - "description": "Unique identifier of the enterprise", - "type": "integer", - "examples": [ - 42 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" - ] - }, - "name": { - "description": "The name of the enterprise.", - "type": "string", - "examples": [ - "Octo Business" - ] - }, - "slug": { - "description": "The slug url identifier for the enterprise.", - "type": "string", - "examples": [ - "octo-business" - ] - }, - "created_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2019-01-26T19:01:12Z" - ] - }, - "updated_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "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" - ] + }, + { + "title": "Enterprise", + "description": "An enterprise on GitHub.", + "type": "object", + "properties": { + "description": { + "description": "A short description of the enterprise.", + "type": [ + "string", + "null" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/enterprises/octo-business" + ] + }, + "website_url": { + "description": "The enterprise's website URL.", + "type": [ + "string", + "null" + ], + "format": "uri" + }, + "id": { + "description": "Unique identifier of the enterprise", + "type": "integer", + "examples": [ + 42 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "description": "The name of the enterprise.", + "type": "string", + "examples": [ + "Octo Business" + ] + }, + "slug": { + "description": "The slug url identifier for the enterprise.", + "type": "string", + "examples": [ + "octo-business" + ] + }, + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2019-01-26T19:01:12Z" + ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "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" + ] + } + ] + }, + "name": { + "description": "The name of the GitHub app", + "type": "string", + "examples": [ + "Probot Owners" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "The description of the app." + ] + }, + "external_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://example.com" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/apps/super-ci" + ] + }, + "created_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2017-07-08T16:18:44-04:00" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time", + "examples": [ + "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. Note that the `installation_target`, `security_advisory`, and `meta` events are not included because they are global events and not specific to an installation.", + "type": "array", + "items": { + "type": "string" + }, + "examples": [ + "label", + "deployment" + ] + }, + "installations_count": { + "description": "The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.", + "type": "integer", + "examples": [ + 5 + ] + } + }, + "required": [ + "id", + "node_id", + "owner", + "name", + "description", + "external_url", + "html_url", + "created_at", + "updated_at", + "permissions", + "events" + ] + } + ] + }, + "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" + ] + }, + "pin": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] } ] - }, - "name": { - "description": "The name of the GitHub app", - "type": "string", - "examples": [ - "Probot Owners" - ] - }, - "description": { - "type": [ - "string", - "null" - ], - "examples": [ - "The description of the app." - ] - }, - "external_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://example.com" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/apps/super-ci" - ] - }, - "created_at": { - "type": "string", - "format": "date-time", - "examples": [ - "2017-07-08T16:18:44-04:00" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time", - "examples": [ - "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. Note that the `installation_target`, `security_advisory`, and `meta` events are not included because they are global events and not specific to an installation.", - "type": "array", - "items": { - "type": "string" - }, - "examples": [ - "label", - "deployment" - ] - }, - "installations_count": { - "description": "The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.", - "type": "integer", - "examples": [ - 5 - ] } }, "required": [ - "id", - "node_id", - "owner", - "name", - "description", - "external_url", - "html_url", - "created_at", - "updated_at", - "permissions", - "events" + "pinned_at", + "pinned_by" ] } ] - }, - "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" - ] - }, - "pin": { - "anyOf": [ - { - "type": "null" - } - ] } }, "required": [ @@ -474581,6 +478172,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -479539,6 +483138,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -495792,6 +499399,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -498968,6 +502583,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -502149,6 +505772,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -505346,6 +508977,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -520687,6 +524326,199 @@ "anyOf": [ { "type": "null" + }, + { + "title": "Pinned Issue Comment", + "description": "Context around who pinned an issue comment and when it was pinned.", + "type": "object", + "properties": { + "pinned_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2011-04-14T16:00:49Z" + ] + }, + "pinned_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "pinned_at", + "pinned_by" + ] } ] } @@ -522901,6 +526733,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -530801,6 +534641,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -532313,6 +536161,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -533790,6 +537646,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -535038,6 +538902,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -536500,6 +540367,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -538005,6 +541880,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -539100,6 +542983,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -564444,6 +568330,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -566202,6 +570091,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -578677,6 +582569,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -579964,6 +583859,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -581199,6 +585097,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -583334,6 +587235,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -584600,6 +588504,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -585884,6 +589791,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -587980,6 +591890,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -589267,6 +593180,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -590569,6 +594485,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -597971,6 +601890,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -599116,6 +603043,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -602683,6 +606618,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -603821,6 +607764,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -607587,6 +611538,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -608725,6 +612684,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -612549,6 +616516,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -613687,6 +617662,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -623867,6 +627850,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -625012,6 +629003,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -628656,6 +632655,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -629801,6 +633808,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -647651,6 +651666,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -649324,6 +653342,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -650092,6 +654116,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -651392,6 +655424,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -652341,6 +656381,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -654008,6 +658056,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -654776,6 +658830,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -656076,6 +660138,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -657025,6 +661095,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -658940,6 +663018,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -659708,6 +663792,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -661008,6 +665100,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -661957,6 +666057,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -665397,6 +669505,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -667119,6 +671230,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -667887,6 +672004,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -669187,6 +673312,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -670136,6 +674269,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -671291,6 +675432,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -672590,6 +676734,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -674186,6 +678338,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -674954,6 +679112,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -676254,6 +680420,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -677203,6 +681377,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -678476,6 +682658,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -684963,6 +689148,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -686477,6 +690665,12 @@ true ] }, + "has_pull_requests": { + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "type": "boolean" }, @@ -687245,6 +691439,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -688545,6 +692747,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -689494,6 +693704,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -704017,6 +708235,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -705573,6 +709794,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -708103,6 +712327,14 @@ true ] }, + "has_pull_requests": { + "description": "Whether pull requests are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, "archived": { "description": "Whether the repository is archived.", "default": false, @@ -709846,6 +714078,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -730438,6 +734673,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, @@ -735640,6 +739878,9 @@ "has_discussions": { "type": "boolean" }, + "has_pull_requests": { + "type": "boolean" + }, "archived": { "type": "boolean" }, diff --git a/src/rest/lib/config.json b/src/rest/lib/config.json index c89b5d484534..8cd4ff03ce8c 100644 --- a/src/rest/lib/config.json +++ b/src/rest/lib/config.json @@ -50,5 +50,5 @@ ] } }, - "sha": "f1f9d97af3c33740f4b1d49a7e969b5116eacf9d" + "sha": "d8c9917f2b069832fd8ca6a189f1ed38c7b16d49" } \ No newline at end of file diff --git a/src/webhooks/data/fpt/schema.json b/src/webhooks/data/fpt/schema.json index 7b39b99d4158..3be8bb375051 100644 --- a/src/webhooks/data/fpt/schema.json +++ b/src/webhooks/data/fpt/schema.json @@ -2501,6 +2501,11 @@ "name": "has_discussions", "description": "" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "" + }, { "type": "boolean", "name": "archived", @@ -2797,6 +2802,22 @@ ] } ] + }, + { + "type": "object", + "name": "secret_scanning_delegated_alert_dismissal", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "status", + "description": "", + "enum": [ + "enabled", + "disabled" + ] + } + ] } ] }, @@ -4563,6 +4584,11 @@ "name": "has_discussions", "description": "" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "" + }, { "type": "boolean", "name": "archived", @@ -4859,6 +4885,22 @@ ] } ] + }, + { + "type": "object", + "name": "secret_scanning_delegated_alert_dismissal", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "status", + "description": "", + "enum": [ + "enabled", + "disabled" + ] + } + ] } ] }, @@ -6626,6 +6668,11 @@ "name": "has_discussions", "description": "" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "" + }, { "type": "boolean", "name": "archived", @@ -6922,6 +6969,22 @@ ] } ] + }, + { + "type": "object", + "name": "secret_scanning_delegated_alert_dismissal", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "status", + "description": "", + "enum": [ + "enabled", + "disabled" + ] + } + ] } ] }, @@ -8701,6 +8764,11 @@ "name": "has_discussions", "description": "" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "" + }, { "type": "boolean", "name": "archived", @@ -8997,6 +9065,22 @@ ] } ] + }, + { + "type": "object", + "name": "secret_scanning_delegated_alert_dismissal", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "status", + "description": "", + "enum": [ + "enabled", + "disabled" + ] + } + ] } ] }, @@ -26091,6 +26175,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -27058,6 +27148,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -43966,6 +44062,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -59162,6 +59264,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -61213,6 +61321,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -62230,6 +62344,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -64124,6 +64244,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -66175,6 +66301,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -67192,6 +67324,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -69086,6 +69224,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -70103,6 +70247,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -71942,6 +72092,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -74048,6 +74204,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -75065,6 +75227,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -76904,6 +77072,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -91228,6 +91402,12 @@ "name": "has_discussions", "description": "Whether the repository has discussions enabled.
" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "has_downloads", @@ -98035,6 +98215,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -131375,6 +131561,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -132367,6 +132559,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -134612,6 +134810,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "has_pages", @@ -135624,6 +135828,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -137895,6 +138105,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -138887,6 +139103,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -142162,6 +142384,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -143129,6 +143357,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -145817,6 +146051,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -146784,6 +147024,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -148701,6 +148947,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -149693,6 +149945,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -151958,6 +152216,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -152950,6 +153214,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -156310,6 +156580,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -157277,6 +157553,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -158960,6 +159242,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -159952,6 +160240,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -162268,6 +162562,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -163260,6 +163560,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -165526,6 +165832,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -166518,6 +166830,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -169016,6 +169334,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -170008,6 +170332,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -173277,6 +173607,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -174244,6 +174580,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -176932,6 +177274,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -177899,6 +178247,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -180587,6 +180941,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -181554,6 +181914,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -183238,6 +183604,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -184230,6 +184602,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -186792,6 +187170,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -187784,6 +188168,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -190345,6 +190735,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -191337,6 +191733,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -193729,6 +194131,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -194721,6 +195129,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -197037,6 +197451,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -198029,6 +198449,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -200294,6 +200720,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -201286,6 +201718,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -203547,6 +203985,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -204517,6 +204961,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -206623,6 +207073,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -207594,6 +208050,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -209721,6 +210183,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -210692,6 +211160,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -212794,6 +213268,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -213766,6 +214246,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -219331,6 +219817,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -220303,6 +220795,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -222643,6 +223141,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -223571,6 +224075,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -226063,6 +226573,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -226991,6 +227507,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -253599,6 +254121,22 @@ ] } ] + }, + { + "type": "object", + "name": "secret_scanning_delegated_alert_dismissal", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "status", + "description": "", + "enum": [ + "enabled", + "disabled" + ] + } + ] } ] } @@ -259272,6 +259810,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -260290,6 +260834,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -262131,6 +262681,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -264236,6 +264792,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -265254,6 +265816,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -267095,6 +267663,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -269200,6 +269774,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -270218,6 +270798,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -272059,6 +272645,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -274164,6 +274756,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -275182,6 +275780,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -277023,6 +277627,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", diff --git a/src/webhooks/data/ghec/schema.json b/src/webhooks/data/ghec/schema.json index 1a5ddf3e5885..4b3f470eb8af 100644 --- a/src/webhooks/data/ghec/schema.json +++ b/src/webhooks/data/ghec/schema.json @@ -4516,6 +4516,11 @@ "name": "has_discussions", "description": "" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "" + }, { "type": "boolean", "name": "archived", @@ -4828,6 +4833,22 @@ ] } ] + }, + { + "type": "object", + "name": "secret_scanning_delegated_alert_dismissal", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "status", + "description": "", + "enum": [ + "enabled", + "disabled" + ] + } + ] } ] }, @@ -6594,6 +6615,11 @@ "name": "has_discussions", "description": "" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "" + }, { "type": "boolean", "name": "archived", @@ -6906,6 +6932,22 @@ ] } ] + }, + { + "type": "object", + "name": "secret_scanning_delegated_alert_dismissal", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "status", + "description": "", + "enum": [ + "enabled", + "disabled" + ] + } + ] } ] }, @@ -8673,6 +8715,11 @@ "name": "has_discussions", "description": "" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "" + }, { "type": "boolean", "name": "archived", @@ -8985,6 +9032,22 @@ ] } ] + }, + { + "type": "object", + "name": "secret_scanning_delegated_alert_dismissal", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "status", + "description": "", + "enum": [ + "enabled", + "disabled" + ] + } + ] } ] }, @@ -10764,6 +10827,11 @@ "name": "has_discussions", "description": "" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "" + }, { "type": "boolean", "name": "archived", @@ -11076,6 +11144,22 @@ ] } ] + }, + { + "type": "object", + "name": "secret_scanning_delegated_alert_dismissal", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "status", + "description": "", + "enum": [ + "enabled", + "disabled" + ] + } + ] } ] }, @@ -28170,6 +28254,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -29137,6 +29227,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -46045,6 +46141,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -67288,6 +67390,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -69339,6 +69447,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -70356,6 +70470,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -72250,6 +72370,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -74301,6 +74427,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -75318,6 +75450,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -77212,6 +77350,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -78229,6 +78373,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -80068,6 +80218,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -82174,6 +82330,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -83191,6 +83353,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -85030,6 +85198,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -99354,6 +99528,12 @@ "name": "has_discussions", "description": "Whether the repository has discussions enabled.
" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "has_downloads", @@ -106161,6 +106341,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -139881,6 +140067,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -140873,6 +141065,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -143118,6 +143316,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "has_pages", @@ -144130,6 +144334,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -146401,6 +146611,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -147393,6 +147609,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -150668,6 +150890,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -151635,6 +151863,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -154323,6 +154557,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -155290,6 +155530,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -157207,6 +157453,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -158199,6 +158451,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -160464,6 +160722,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -161456,6 +161720,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -164816,6 +165086,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -165783,6 +166059,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -167466,6 +167748,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -168458,6 +168746,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -170774,6 +171068,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -171766,6 +172066,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -174032,6 +174338,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -175024,6 +175336,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -177522,6 +177840,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -178514,6 +178838,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -181783,6 +182113,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -182750,6 +183086,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -185438,6 +185780,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -186405,6 +186753,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -189093,6 +189447,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -190060,6 +190420,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -191744,6 +192110,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -192736,6 +193108,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -195298,6 +195676,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -196290,6 +196674,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -198851,6 +199241,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -199843,6 +200239,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -202235,6 +202637,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -203227,6 +203635,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -205543,6 +205957,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -206535,6 +206955,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -208800,6 +209226,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -209792,6 +210224,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -212053,6 +212491,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -213023,6 +213467,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -215129,6 +215579,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -216100,6 +216556,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -218227,6 +218689,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -219198,6 +219666,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -221300,6 +221774,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -222272,6 +222752,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -227837,6 +228323,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -228809,6 +229301,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -231149,6 +231647,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -232077,6 +232581,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -234569,6 +235079,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -235497,6 +236013,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -262124,6 +262646,22 @@ ] } ] + }, + { + "type": "object", + "name": "secret_scanning_delegated_alert_dismissal", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "status", + "description": "", + "enum": [ + "enabled", + "disabled" + ] + } + ] } ] } @@ -267797,6 +268335,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -268815,6 +269359,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -270656,6 +271206,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -272761,6 +273317,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -273779,6 +274341,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -275620,6 +276188,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -277725,6 +278299,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -278743,6 +279323,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -280584,6 +281170,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -282689,6 +283281,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -283707,6 +284305,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -285548,6 +286152,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", diff --git a/src/webhooks/data/ghes-3.14/schema.json b/src/webhooks/data/ghes-3.14/schema.json index ba6b0e9eab83..ec64569bc735 100644 --- a/src/webhooks/data/ghes-3.14/schema.json +++ b/src/webhooks/data/ghes-3.14/schema.json @@ -4505,6 +4505,11 @@ "name": "has_discussions", "description": "" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "" + }, { "type": "boolean", "name": "archived", @@ -6504,6 +6509,11 @@ "name": "has_discussions", "description": "" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "" + }, { "type": "boolean", "name": "archived", @@ -8504,6 +8514,11 @@ "name": "has_discussions", "description": "" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "" + }, { "type": "boolean", "name": "archived", @@ -10516,6 +10531,11 @@ "name": "has_discussions", "description": "" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "" + }, { "type": "boolean", "name": "archived", @@ -26979,6 +26999,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -27946,6 +27972,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -44854,6 +44886,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -70352,6 +70390,12 @@ "name": "has_discussions", "description": "Whether the repository has discussions enabled.
" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "has_downloads", @@ -77159,6 +77203,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -104011,6 +104061,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -105003,6 +105059,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -107248,6 +107310,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "has_pages", @@ -108260,6 +108328,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -110531,6 +110605,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -111523,6 +111603,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -114798,6 +114884,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -115765,6 +115857,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -118453,6 +118551,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -119420,6 +119524,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -121337,6 +121447,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -122329,6 +122445,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -125668,6 +125790,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -126635,6 +126763,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -128369,6 +128503,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -129361,6 +129501,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -131627,6 +131773,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -132619,6 +132771,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -135117,6 +135275,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -136109,6 +136273,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -139378,6 +139548,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -140345,6 +140521,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -143033,6 +143215,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -144000,6 +144188,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -146688,6 +146882,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -147655,6 +147855,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -149339,6 +149545,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -150331,6 +150543,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -152893,6 +153111,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -153885,6 +154109,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -156446,6 +156676,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -157438,6 +157674,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -159830,6 +160072,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -160822,6 +161070,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -163138,6 +163392,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -164130,6 +164390,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -166395,6 +166661,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -167387,6 +167659,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -169648,6 +169926,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -170618,6 +170902,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -172724,6 +173014,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -173695,6 +173991,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -175822,6 +176124,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -176793,6 +177101,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -178895,6 +179209,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -179867,6 +180187,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -185432,6 +185758,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -186404,6 +186736,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -188744,6 +189082,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -189672,6 +190016,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -192164,6 +192514,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -193092,6 +193448,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", diff --git a/src/webhooks/data/ghes-3.15/schema.json b/src/webhooks/data/ghes-3.15/schema.json index 28afcf1f6318..06cc2821be3f 100644 --- a/src/webhooks/data/ghes-3.15/schema.json +++ b/src/webhooks/data/ghes-3.15/schema.json @@ -4594,6 +4594,11 @@ "name": "has_discussions", "description": "" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "" + }, { "type": "boolean", "name": "archived", @@ -6619,6 +6624,11 @@ "name": "has_discussions", "description": "" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "" + }, { "type": "boolean", "name": "archived", @@ -8645,6 +8655,11 @@ "name": "has_discussions", "description": "" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "" + }, { "type": "boolean", "name": "archived", @@ -10683,6 +10698,11 @@ "name": "has_discussions", "description": "" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "" + }, { "type": "boolean", "name": "archived", @@ -27162,6 +27182,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -28129,6 +28155,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -45037,6 +45069,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -70535,6 +70573,12 @@ "name": "has_discussions", "description": "Whether the repository has discussions enabled.
" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "has_downloads", @@ -77342,6 +77386,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -104194,6 +104244,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -105186,6 +105242,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -107431,6 +107493,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "has_pages", @@ -108443,6 +108511,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -110714,6 +110788,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -111706,6 +111786,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -114981,6 +115067,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -115948,6 +116040,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -118636,6 +118734,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -119603,6 +119707,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -121520,6 +121630,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -122512,6 +122628,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -125851,6 +125973,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -126818,6 +126946,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -128552,6 +128686,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -129544,6 +129684,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -131810,6 +131956,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -132802,6 +132954,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -135300,6 +135458,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -136292,6 +136456,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -139561,6 +139731,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -140528,6 +140704,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -143216,6 +143398,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -144183,6 +144371,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -146871,6 +147065,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -147838,6 +148038,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -149522,6 +149728,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -150514,6 +150726,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -153076,6 +153294,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -154068,6 +154292,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -156629,6 +156859,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -157621,6 +157857,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -160013,6 +160255,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -161005,6 +161253,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -163321,6 +163575,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -164313,6 +164573,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -166578,6 +166844,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -167570,6 +167842,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -169831,6 +170109,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -170801,6 +171085,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -172907,6 +173197,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -173878,6 +174174,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -176005,6 +176307,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -176976,6 +177284,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -179078,6 +179392,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -180050,6 +180370,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -185615,6 +185941,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -186587,6 +186919,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -188927,6 +189265,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -189855,6 +190199,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -192347,6 +192697,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -193275,6 +193631,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", diff --git a/src/webhooks/data/ghes-3.16/schema.json b/src/webhooks/data/ghes-3.16/schema.json index 9e21c941dfce..4f010a13ab7b 100644 --- a/src/webhooks/data/ghes-3.16/schema.json +++ b/src/webhooks/data/ghes-3.16/schema.json @@ -4594,6 +4594,11 @@ "name": "has_discussions", "description": "" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "" + }, { "type": "boolean", "name": "archived", @@ -6619,6 +6624,11 @@ "name": "has_discussions", "description": "" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "" + }, { "type": "boolean", "name": "archived", @@ -8645,6 +8655,11 @@ "name": "has_discussions", "description": "" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "" + }, { "type": "boolean", "name": "archived", @@ -10683,6 +10698,11 @@ "name": "has_discussions", "description": "" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "" + }, { "type": "boolean", "name": "archived", @@ -27291,6 +27311,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -28258,6 +28284,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -45166,6 +45198,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -72679,6 +72717,12 @@ "name": "has_discussions", "description": "Whether the repository has discussions enabled.
" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "has_downloads", @@ -79486,6 +79530,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -106338,6 +106388,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -107330,6 +107386,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -109575,6 +109637,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "has_pages", @@ -110587,6 +110655,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -112858,6 +112932,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -113850,6 +113930,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -117125,6 +117211,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -118092,6 +118184,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -120780,6 +120878,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -121747,6 +121851,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -123664,6 +123774,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -124656,6 +124772,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -127995,6 +128117,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -128962,6 +129090,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -130696,6 +130830,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -131688,6 +131828,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -133954,6 +134100,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -134946,6 +135098,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -137444,6 +137602,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -138436,6 +138600,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -141705,6 +141875,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -142672,6 +142848,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -145360,6 +145542,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -146327,6 +146515,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -149015,6 +149209,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -149982,6 +150182,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -151666,6 +151872,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -152658,6 +152870,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -155220,6 +155438,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -156212,6 +156436,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -158773,6 +159003,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -159765,6 +160001,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -162157,6 +162399,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -163149,6 +163397,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -165465,6 +165719,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -166457,6 +166717,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -168722,6 +168988,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -169714,6 +169986,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -171975,6 +172253,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -172945,6 +173229,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -175051,6 +175341,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -176022,6 +176318,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -178149,6 +178451,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -179120,6 +179428,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -181222,6 +181536,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -182194,6 +182514,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -187759,6 +188085,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -188731,6 +189063,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -191071,6 +191409,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -191999,6 +192343,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -194491,6 +194841,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -195419,6 +195775,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", diff --git a/src/webhooks/data/ghes-3.17/schema.json b/src/webhooks/data/ghes-3.17/schema.json index 650bca3ff323..3593457a0e31 100644 --- a/src/webhooks/data/ghes-3.17/schema.json +++ b/src/webhooks/data/ghes-3.17/schema.json @@ -4594,6 +4594,11 @@ "name": "has_discussions", "description": "" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "" + }, { "type": "boolean", "name": "archived", @@ -6635,6 +6640,11 @@ "name": "has_discussions", "description": "" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "" + }, { "type": "boolean", "name": "archived", @@ -8677,6 +8687,11 @@ "name": "has_discussions", "description": "" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "" + }, { "type": "boolean", "name": "archived", @@ -10731,6 +10746,11 @@ "name": "has_discussions", "description": "" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "" + }, { "type": "boolean", "name": "archived", @@ -27355,6 +27375,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -28322,6 +28348,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -45230,6 +45262,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -76775,6 +76813,12 @@ "name": "has_discussions", "description": "Whether the repository has discussions enabled.
" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "has_downloads", @@ -83582,6 +83626,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -110434,6 +110484,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -111426,6 +111482,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -113671,6 +113733,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "has_pages", @@ -114683,6 +114751,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -116954,6 +117028,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -117946,6 +118026,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -121221,6 +121307,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -122188,6 +122280,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -124876,6 +124974,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -125843,6 +125947,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -127760,6 +127870,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -128752,6 +128868,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -132091,6 +132213,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -133058,6 +133186,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -134792,6 +134926,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -135784,6 +135924,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -138050,6 +138196,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -139042,6 +139194,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -141540,6 +141698,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -142532,6 +142696,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -145801,6 +145971,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -146768,6 +146944,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -149456,6 +149638,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -150423,6 +150611,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -153111,6 +153305,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -154078,6 +154278,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -155762,6 +155968,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -156754,6 +156966,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -159316,6 +159534,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -160308,6 +160532,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -162869,6 +163099,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -163861,6 +164097,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -166253,6 +166495,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -167245,6 +167493,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -169561,6 +169815,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -170553,6 +170813,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -172818,6 +173084,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -173810,6 +174082,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -176071,6 +176349,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -177041,6 +177325,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -179147,6 +179437,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -180118,6 +180414,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -182245,6 +182547,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -183216,6 +183524,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -185318,6 +185632,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -186290,6 +186610,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -191855,6 +192181,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -192827,6 +193159,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -195167,6 +195505,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -196095,6 +196439,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -198587,6 +198937,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -199515,6 +199871,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", diff --git a/src/webhooks/data/ghes-3.18/schema.json b/src/webhooks/data/ghes-3.18/schema.json index 1d63ac5942e3..bd94b615e1bd 100644 --- a/src/webhooks/data/ghes-3.18/schema.json +++ b/src/webhooks/data/ghes-3.18/schema.json @@ -4594,6 +4594,11 @@ "name": "has_discussions", "description": "" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "" + }, { "type": "boolean", "name": "archived", @@ -6640,6 +6645,11 @@ "name": "has_discussions", "description": "" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "" + }, { "type": "boolean", "name": "archived", @@ -8687,6 +8697,11 @@ "name": "has_discussions", "description": "" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "" + }, { "type": "boolean", "name": "archived", @@ -10746,6 +10761,11 @@ "name": "has_discussions", "description": "" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "" + }, { "type": "boolean", "name": "archived", @@ -27498,6 +27518,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -28465,6 +28491,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -45373,6 +45405,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -76918,6 +76956,12 @@ "name": "has_discussions", "description": "Whether the repository has discussions enabled.
" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "has_downloads", @@ -83725,6 +83769,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -110577,6 +110627,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -111569,6 +111625,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -113814,6 +113876,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "has_pages", @@ -114826,6 +114894,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -117097,6 +117171,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -118089,6 +118169,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -121364,6 +121450,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -122331,6 +122423,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -125019,6 +125117,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -125986,6 +126090,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -127903,6 +128013,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -128895,6 +129011,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -132234,6 +132356,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -133201,6 +133329,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -134935,6 +135069,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -135927,6 +136067,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -138193,6 +138339,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -139185,6 +139337,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -141683,6 +141841,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -142675,6 +142839,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -145944,6 +146114,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -146911,6 +147087,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -149599,6 +149781,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -150566,6 +150754,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -153254,6 +153448,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -154221,6 +154421,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -155905,6 +156111,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -156897,6 +157109,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -159459,6 +159677,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -160451,6 +160675,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -163012,6 +163242,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -164004,6 +164240,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -166396,6 +166638,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -167388,6 +167636,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -169704,6 +169958,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -170696,6 +170956,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -172961,6 +173227,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -173953,6 +174225,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -176214,6 +176492,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -177184,6 +177468,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -179290,6 +179580,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -180261,6 +180557,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -182388,6 +182690,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -183359,6 +183667,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -185461,6 +185775,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -186433,6 +186753,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -191998,6 +192324,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -192970,6 +193302,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -195310,6 +195648,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -196238,6 +196582,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -198730,6 +199080,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -199658,6 +200014,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", diff --git a/src/webhooks/data/ghes-3.19/schema.json b/src/webhooks/data/ghes-3.19/schema.json index e85a12428cad..1480a48694ed 100644 --- a/src/webhooks/data/ghes-3.19/schema.json +++ b/src/webhooks/data/ghes-3.19/schema.json @@ -4594,6 +4594,11 @@ "name": "has_discussions", "description": "" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "" + }, { "type": "boolean", "name": "archived", @@ -6640,6 +6645,11 @@ "name": "has_discussions", "description": "" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "" + }, { "type": "boolean", "name": "archived", @@ -8687,6 +8697,11 @@ "name": "has_discussions", "description": "" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "" + }, { "type": "boolean", "name": "archived", @@ -10746,6 +10761,11 @@ "name": "has_discussions", "description": "" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "" + }, { "type": "boolean", "name": "archived", @@ -27498,6 +27518,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -28465,6 +28491,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -45373,6 +45405,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -64702,6 +64740,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -66753,6 +66797,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -67770,6 +67820,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -69664,6 +69720,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -71715,6 +71777,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -72732,6 +72800,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -74626,6 +74700,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -75643,6 +75723,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -77482,6 +77568,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -79588,6 +79680,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -80605,6 +80703,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -82444,6 +82548,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -96768,6 +96878,12 @@ "name": "has_discussions", "description": "Whether the repository has discussions enabled.
" }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "has_downloads", @@ -103575,6 +103691,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -130427,6 +130549,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -131419,6 +131547,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -133664,6 +133798,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "has_pages", @@ -134676,6 +134816,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -136947,6 +137093,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -137939,6 +138091,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -141214,6 +141372,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -142181,6 +142345,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -144869,6 +145039,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -145836,6 +146012,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -147753,6 +147935,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -148745,6 +148933,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -152084,6 +152278,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -153051,6 +153251,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -154785,6 +154991,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -155777,6 +155989,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -158043,6 +158261,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -159035,6 +159259,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -161533,6 +161763,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -162525,6 +162761,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -165794,6 +166036,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -166761,6 +167009,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -169449,6 +169703,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -170416,6 +170676,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -173104,6 +173370,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -174071,6 +174343,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "boolean", "name": "archived", @@ -175755,6 +176033,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -176747,6 +177031,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -179309,6 +179599,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -180301,6 +180597,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -182862,6 +183164,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -183854,6 +184162,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -186246,6 +186560,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -187238,6 +187558,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -189554,6 +189880,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -190546,6 +190878,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -192811,6 +193149,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -193803,6 +194147,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -196064,6 +196414,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -197034,6 +197390,12 @@ "description": "Whether discussions are enabled.
", "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -199140,6 +199502,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -200111,6 +200479,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -202238,6 +202612,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -203209,6 +203589,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -205311,6 +205697,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -206283,6 +206675,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -211848,6 +212246,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -212820,6 +213224,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -215160,6 +215570,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -216088,6 +216504,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -218580,6 +219002,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", @@ -219508,6 +219936,12 @@ "isRequired": true, "default": false }, + { + "type": "boolean", + "name": "has_pull_requests", + "description": "Whether pull requests are enabled.
", + "default": true + }, { "type": "string or null", "name": "homepage", diff --git a/src/webhooks/lib/config.json b/src/webhooks/lib/config.json index 576da7269c88..7f8f97ba7015 100644 --- a/src/webhooks/lib/config.json +++ b/src/webhooks/lib/config.json @@ -1,3 +1,3 @@ { - "sha": "f1f9d97af3c33740f4b1d49a7e969b5116eacf9d" + "sha": "d8c9917f2b069832fd8ca6a189f1ed38c7b16d49" } \ No newline at end of file