From b78de9f54c5b2e73ab3ccfb73928a6892bcac416 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 25 May 2021 17:28:05 -0400 Subject: [PATCH 1/6] Correct steps outputs example -- it needs an id (#6695) --- content/actions/reference/workflow-syntax-for-github-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/reference/workflow-syntax-for-github-actions.md b/content/actions/reference/workflow-syntax-for-github-actions.md index 1c5510a9d6..0cd3b745a5 100644 --- a/content/actions/reference/workflow-syntax-for-github-actions.md +++ b/content/actions/reference/workflow-syntax-for-github-actions.md @@ -434,7 +434,7 @@ The URL can be an expression and can use any context except for the `secrets` co ```yaml environment: name: production_environment - url: ${{ steps.step_name.outputs.url_output }} + url: ${{ steps.step_id.outputs.url_output }} ``` {% endraw %} {% endif %} From ad1cdfc6eba497b8a6b04890bf33c02a6414aa14 Mon Sep 17 00:00:00 2001 From: Peter Mescalchin Date: Wed, 26 May 2021 08:10:15 +1000 Subject: [PATCH 2/6] Small tweak to an example file pattern match (#6660) --- content/actions/reference/workflow-syntax-for-github-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/reference/workflow-syntax-for-github-actions.md b/content/actions/reference/workflow-syntax-for-github-actions.md index 0cd3b745a5..357c4dc21d 100644 --- a/content/actions/reference/workflow-syntax-for-github-actions.md +++ b/content/actions/reference/workflow-syntax-for-github-actions.md @@ -1365,7 +1365,7 @@ Path patterns must match the whole path, and start from the repository's root. | `docs/*` | All files within the root of the `docs` directory, at the root of the repository. | `docs/README.md`

`docs/file.txt` | | `docs/**` | Any files in the `/docs` directory at the root of the repository. | `docs/README.md`

`docs/mona/octocat.txt` | | `docs/**/*.md` | A file with a `.md` suffix anywhere in the `docs` directory. | `docs/README.md`

`docs/mona/hello-world.md`

`docs/a/markdown/file.md` -| `'**/docs/**'` | Any files in a `docs` directory anywhere in the repository. | `/docs/hello.md`

`dir/docs/my-file.txt`

`space/docs/plan/space.doc` +| `'**/docs/**'` | Any files in a `docs` directory anywhere in the repository. | `docs/hello.md`

`dir/docs/my-file.txt`

`space/docs/plan/space.doc` | `'**/README.md'` | A README.md file anywhere in the repository. | `README.md`

`js/README.md` | `'**/*src/**'` | Any file in a folder with a `src` suffix anywhere in the repository. | `a/src/app.js`

`my-src/code/js/app.js` | `'**/*-post.md'` | A file with the suffix `-post.md` anywhere in the repository. | `my-post.md`

`path/their-post.md` | From a69e61e4c7461d250bb405f4c36edf2f1a47caa8 Mon Sep 17 00:00:00 2001 From: Sarah Vessels <82317+cheshire137@users.noreply.github.com> Date: Tue, 25 May 2021 18:30:19 -0500 Subject: [PATCH 3/6] Add sponsors.sponsor_sponsorship_payment_complete audit log event docs (#19382) * Add sponsor_sponsorship_payment_complete event * Note when 'created' fires * Add sponsor_sponsorship_payment_complete * Apply suggestions from code review Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com> --- .../reviewing-your-security-log.md | 1 + .../reviewing-the-audit-log-for-your-organization.md | 1 + data/reusables/webhooks/sponsorship_webhook_properties.md | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/content/github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-security-log.md b/content/github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-security-log.md index ff99713408..2dd35fe07e 100644 --- a/content/github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-security-log.md +++ b/content/github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-security-log.md @@ -194,6 +194,7 @@ An overview of some of the most common actions that are recorded as events in th | `repo_funding_links_file_action` | Triggered when you change the FUNDING file in your repository (see "[Displaying a sponsor button in your repository](/articles/displaying-a-sponsor-button-in-your-repository)") | `sponsor_sponsorship_cancel` | Triggered when you cancel a sponsorship (see "[Downgrading a sponsorship](/articles/downgrading-a-sponsorship)") | `sponsor_sponsorship_create` | Triggered when you sponsor an account (see "[Sponsoring an open source contributor](/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor)") +| `sponsor_sponsorship_payment_complete` | Triggered after you sponsor an account and your payment has been processed (see "[Sponsoring an open source contributor](/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor)") | `sponsor_sponsorship_preference_change` | Triggered when you change whether you receive email updates from a sponsored developer (see "[Managing your sponsorship](/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship)") | `sponsor_sponsorship_tier_change` | Triggered when you upgrade or downgrade your sponsorship (see "[Upgrading a sponsorship](/articles/upgrading-a-sponsorship)" and "[Downgrading a sponsorship](/articles/downgrading-a-sponsorship)") | `sponsored_developer_approve` | Triggered when your {% data variables.product.prodname_sponsors %} account is approved (see "[Setting up {% data variables.product.prodname_sponsors %} for your user account](/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account)") diff --git a/content/organizations/keeping-your-organization-secure/reviewing-the-audit-log-for-your-organization.md b/content/organizations/keeping-your-organization-secure/reviewing-the-audit-log-for-your-organization.md index 490a27f6dd..a8fe167ecd 100644 --- a/content/organizations/keeping-your-organization-secure/reviewing-the-audit-log-for-your-organization.md +++ b/content/organizations/keeping-your-organization-secure/reviewing-the-audit-log-for-your-organization.md @@ -643,6 +643,7 @@ For more information, see "[Managing the publication of {% data variables.produc | `repo_funding_links_file_action` | Triggered when you change the FUNDING file in your repository (see "[Displaying a sponsor button in your repository](/articles/displaying-a-sponsor-button-in-your-repository)") | `sponsor_sponsorship_cancel` | Triggered when you cancel a sponsorship (see "[Downgrading a sponsorship](/articles/downgrading-a-sponsorship)") | `sponsor_sponsorship_create` | Triggered when you sponsor an account (see "[Sponsoring an open source contributor](/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor)") +| `sponsor_sponsorship_payment_complete` | Triggered after you sponsor an account and your payment has been processed (see "[Sponsoring an open source contributor](/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor)") | `sponsor_sponsorship_preference_change` | Triggered when you change whether you receive email updates from a sponsored account (see "[Managing your sponsorship](/sponsors/sponsoring-open-source-contributors/managing-your-sponsorship)") | `sponsor_sponsorship_tier_change` | Triggered when you upgrade or downgrade your sponsorship (see "[Upgrading a sponsorship](/articles/upgrading-a-sponsorship)" and "[Downgrading a sponsorship](/articles/downgrading-a-sponsorship)") | `sponsored_developer_approve` | Triggered when your {% data variables.product.prodname_sponsors %} account is approved (see "[Setting up {% data variables.product.prodname_sponsors %} for your organization](/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-organization)") diff --git a/data/reusables/webhooks/sponsorship_webhook_properties.md b/data/reusables/webhooks/sponsorship_webhook_properties.md index 4f79f070f9..1154daa649 100644 --- a/data/reusables/webhooks/sponsorship_webhook_properties.md +++ b/data/reusables/webhooks/sponsorship_webhook_properties.md @@ -1,3 +1,3 @@ Key | Type | Description ----|------|------------- -`action` |`string` | The action that was performed. This can be one of `created`, `cancelled`, `edited`, `tier_changed`, `pending_cancellation`, or `pending_tier_change`. +`action` |`string` | The action that was performed. This can be one of `created`, `cancelled`, `edited`, `tier_changed`, `pending_cancellation`, or `pending_tier_change`. Note: The `created` action is only triggered after payment is processed. From 2a99743b56ae8985f8a280ad2debd6180f27d517 Mon Sep 17 00:00:00 2001 From: github-openapi-bot <69533958+github-openapi-bot@users.noreply.github.com> Date: Tue, 25 May 2021 19:56:02 -0400 Subject: [PATCH 4/6] Update OpenAPI Descriptions (#19556) --- lib/rest/static/decorated/github.ae.json | 813 - .../static/dereferenced/github.ae.deref.json | 17531 ---------------- 2 files changed, 18344 deletions(-) diff --git a/lib/rest/static/decorated/github.ae.json b/lib/rest/static/decorated/github.ae.json index 8a11b072b1..5d09a18675 100644 --- a/lib/rest/static/decorated/github.ae.json +++ b/lib/rest/static/decorated/github.ae.json @@ -8049,92 +8049,6 @@ "bodyParameters": [], "descriptionHTML": "

Forces the removal of a self-hosted runner from an enterprise. You can use this endpoint to completely remove the runner when the machine you were using no longer exists.

\n

You must authenticate using an access token with the admin:enterprise scope to use this endpoint.

" }, - { - "verb": "get", - "requestPath": "/events", - "serverUrl": "http(s)://api.{hostname}", - "parameters": [ - { - "name": "per_page", - "description": "Results per page (max 100).", - "in": "query", - "schema": { - "type": "integer", - "default": 30 - }, - "descriptionHTML": "

Results per page (max 100).

" - }, - { - "name": "page", - "description": "Page number of the results to fetch.", - "in": "query", - "schema": { - "type": "integer", - "default": 1 - }, - "descriptionHTML": "

Page number of the results to fetch.

" - } - ], - "x-codeSamples": [ - { - "lang": "Shell", - "source": "curl \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://api.{hostname}/events", - "html": "
curl \\\n  -H \"Accept: application/vnd.github.v3+json\" \\\n  http(s)://api.{hostname}/events
" - }, - { - "lang": "JavaScript", - "source": "await octokit.request('GET /events')", - "html": "
await octokit.request('GET /events')\n
" - } - ], - "summary": "List public events", - "description": "We delay the public events feed by five minutes, which means the most recent event returned by the public events API actually occurred at least five minutes ago.", - "tags": [ - "activity" - ], - "operationId": "activity/list-public-events", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/github-ae@latest/rest/reference/activity#list-public-events" - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": true, - "previews": [], - "category": "activity", - "subcategory": "events" - }, - "slug": "list-public-events", - "category": "activity", - "categoryLabel": "Activity", - "subcategory": "events", - "subcategoryLabel": "Events", - "notes": [], - "responses": [ - { - "httpStatusCode": "200", - "httpStatusMessage": "OK", - "description": "Response" - }, - { - "httpStatusCode": "304", - "httpStatusMessage": "Not Modified", - "description": "Not modified" - }, - { - "httpStatusCode": "403", - "httpStatusMessage": "Forbidden", - "description": "Forbidden" - }, - { - "httpStatusCode": "503", - "httpStatusMessage": "Service Unavailable", - "description": "Service unavailable" - } - ], - "bodyParameters": [], - "descriptionHTML": "

We delay the public events feed by five minutes, which means the most recent event returned by the public events API actually occurred at least five minutes ago.

" - }, { "verb": "get", "requestPath": "/feeds", @@ -10995,115 +10909,6 @@ } ] }, - { - "verb": "get", - "requestPath": "/networks/{owner}/{repo}/events", - "serverUrl": "http(s)://api.{hostname}", - "parameters": [ - { - "name": "owner", - "in": "path", - "required": true, - "schema": { - "type": "string" - }, - "descriptionHTML": "" - }, - { - "name": "repo", - "in": "path", - "required": true, - "schema": { - "type": "string" - }, - "descriptionHTML": "" - }, - { - "name": "per_page", - "description": "Results per page (max 100).", - "in": "query", - "schema": { - "type": "integer", - "default": 30 - }, - "descriptionHTML": "

Results per page (max 100).

" - }, - { - "name": "page", - "description": "Page number of the results to fetch.", - "in": "query", - "schema": { - "type": "integer", - "default": 1 - }, - "descriptionHTML": "

Page number of the results to fetch.

" - } - ], - "x-codeSamples": [ - { - "lang": "Shell", - "source": "curl \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://api.{hostname}/networks/octocat/hello-world/events", - "html": "
curl \\\n  -H \"Accept: application/vnd.github.v3+json\" \\\n  http(s)://api.{hostname}/networks/octocat/hello-world/events
" - }, - { - "lang": "JavaScript", - "source": "await octokit.request('GET /networks/{owner}/{repo}/events', {\n owner: 'octocat',\n repo: 'hello-world'\n})", - "html": "
await octokit.request('GET /networks/{owner}/{repo}/events', {\n  owner: 'octocat',\n  repo: 'hello-world'\n})\n
" - } - ], - "summary": "List public events for a network of repositories", - "description": "", - "tags": [ - "activity" - ], - "operationId": "activity/list-public-events-for-repo-network", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/github-ae@latest/rest/reference/activity#list-public-events-for-a-network-of-repositories" - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": true, - "previews": [], - "category": "activity", - "subcategory": "events" - }, - "slug": "list-public-events-for-a-network-of-repositories", - "category": "activity", - "categoryLabel": "Activity", - "subcategory": "events", - "subcategoryLabel": "Events", - "notes": [], - "responses": [ - { - "httpStatusCode": "200", - "httpStatusMessage": "OK", - "description": "Response" - }, - { - "httpStatusCode": "301", - "httpStatusMessage": "Moved Permanently", - "description": "Moved permanently" - }, - { - "httpStatusCode": "304", - "httpStatusMessage": "Not Modified", - "description": "Not modified" - }, - { - "httpStatusCode": "403", - "httpStatusMessage": "Forbidden", - "description": "Forbidden" - }, - { - "httpStatusCode": "404", - "httpStatusMessage": "Not Found", - "description": "Resource not found" - } - ], - "bodyParameters": [], - "descriptionHTML": "" - }, { "verb": "get", "requestPath": "/notifications", @@ -14483,86 +14288,6 @@ "bodyParameters": [], "descriptionHTML": "

Removes a repository from an organization secret when the visibility for repository access is set to selected. The visibility is set when you Create or update an organization secret. You must authenticate using an access token with the admin:org scope to use this endpoint. GitHub Apps must have the secrets organization permission to use this endpoint.

" }, - { - "verb": "get", - "requestPath": "/orgs/{org}/events", - "serverUrl": "http(s)://api.{hostname}", - "parameters": [ - { - "name": "org", - "in": "path", - "required": true, - "schema": { - "type": "string" - }, - "descriptionHTML": "" - }, - { - "name": "per_page", - "description": "Results per page (max 100).", - "in": "query", - "schema": { - "type": "integer", - "default": 30 - }, - "descriptionHTML": "

Results per page (max 100).

" - }, - { - "name": "page", - "description": "Page number of the results to fetch.", - "in": "query", - "schema": { - "type": "integer", - "default": 1 - }, - "descriptionHTML": "

Page number of the results to fetch.

" - } - ], - "x-codeSamples": [ - { - "lang": "Shell", - "source": "curl \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://api.{hostname}/orgs/ORG/events", - "html": "
curl \\\n  -H \"Accept: application/vnd.github.v3+json\" \\\n  http(s)://api.{hostname}/orgs/ORG/events
" - }, - { - "lang": "JavaScript", - "source": "await octokit.request('GET /orgs/{org}/events', {\n org: 'org'\n})", - "html": "
await octokit.request('GET /orgs/{org}/events', {\n  org: 'org'\n})\n
" - } - ], - "summary": "List public organization events", - "description": "", - "tags": [ - "activity" - ], - "operationId": "activity/list-public-org-events", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/github-ae@latest/rest/reference/activity#list-public-organization-events" - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": true, - "previews": [], - "category": "activity", - "subcategory": "events" - }, - "slug": "list-public-organization-events", - "category": "activity", - "categoryLabel": "Activity", - "subcategory": "events", - "subcategoryLabel": "Events", - "notes": [], - "responses": [ - { - "httpStatusCode": "200", - "httpStatusMessage": "OK", - "description": "Response" - } - ], - "bodyParameters": [], - "descriptionHTML": "" - }, { "verb": "get", "requestPath": "/orgs/{org}/hooks", @@ -17382,304 +17107,6 @@ } ] }, - { - "verb": "get", - "requestPath": "/orgs/{org}/public_members", - "serverUrl": "http(s)://api.{hostname}", - "parameters": [ - { - "name": "org", - "in": "path", - "required": true, - "schema": { - "type": "string" - }, - "descriptionHTML": "" - }, - { - "name": "per_page", - "description": "Results per page (max 100).", - "in": "query", - "schema": { - "type": "integer", - "default": 30 - }, - "descriptionHTML": "

Results per page (max 100).

" - }, - { - "name": "page", - "description": "Page number of the results to fetch.", - "in": "query", - "schema": { - "type": "integer", - "default": 1 - }, - "descriptionHTML": "

Page number of the results to fetch.

" - } - ], - "x-codeSamples": [ - { - "lang": "Shell", - "source": "curl \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://api.{hostname}/orgs/ORG/public_members", - "html": "
curl \\\n  -H \"Accept: application/vnd.github.v3+json\" \\\n  http(s)://api.{hostname}/orgs/ORG/public_members
" - }, - { - "lang": "JavaScript", - "source": "await octokit.request('GET /orgs/{org}/public_members', {\n org: 'org'\n})", - "html": "
await octokit.request('GET /orgs/{org}/public_members', {\n  org: 'org'\n})\n
" - } - ], - "summary": "List public organization members", - "description": "Members of an organization can choose to have their membership publicized or not.", - "tags": [ - "orgs" - ], - "operationId": "orgs/list-public-members", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/github-ae@latest/rest/reference/orgs#list-public-organization-members" - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": true, - "previews": [], - "category": "orgs", - "subcategory": "members" - }, - "slug": "list-public-organization-members", - "category": "orgs", - "categoryLabel": "Orgs", - "subcategory": "members", - "subcategoryLabel": "Members", - "notes": [], - "bodyParameters": [], - "descriptionHTML": "

Members of an organization can choose to have their membership publicized or not.

", - "responses": [ - { - "httpStatusCode": "200", - "httpStatusMessage": "OK", - "description": "Response", - "payload": "
[\n  {\n    \"login\": \"octocat\",\n    \"id\": 1,\n    \"node_id\": \"MDQ6VXNlcjE=\",\n    \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n    \"gravatar_id\": \"\",\n    \"url\": \"https://api.github.com/users/octocat\",\n    \"html_url\": \"https://github.com/octocat\",\n    \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n    \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n    \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n    \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n    \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n    \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n    \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n    \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n    \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n    \"type\": \"User\",\n    \"site_admin\": false\n  }\n]\n
" - } - ] - }, - { - "verb": "get", - "requestPath": "/orgs/{org}/public_members/{username}", - "serverUrl": "http(s)://api.{hostname}", - "parameters": [ - { - "name": "org", - "in": "path", - "required": true, - "schema": { - "type": "string" - }, - "descriptionHTML": "" - }, - { - "name": "username", - "in": "path", - "required": true, - "schema": { - "type": "string" - }, - "descriptionHTML": "" - } - ], - "x-codeSamples": [ - { - "lang": "Shell", - "source": "curl \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://api.{hostname}/orgs/ORG/public_members/USERNAME", - "html": "
curl \\\n  -H \"Accept: application/vnd.github.v3+json\" \\\n  http(s)://api.{hostname}/orgs/ORG/public_members/USERNAME
" - }, - { - "lang": "JavaScript", - "source": "await octokit.request('GET /orgs/{org}/public_members/{username}', {\n org: 'org',\n username: 'username'\n})", - "html": "
await octokit.request('GET /orgs/{org}/public_members/{username}', {\n  org: 'org',\n  username: 'username'\n})\n
" - } - ], - "summary": "Check public organization membership for a user", - "description": "", - "tags": [ - "orgs" - ], - "operationId": "orgs/check-public-membership-for-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/github-ae@latest/rest/reference/orgs#check-public-organization-membership-for-a-user" - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": true, - "previews": [], - "category": "orgs", - "subcategory": "members" - }, - "slug": "check-public-organization-membership-for-a-user", - "category": "orgs", - "categoryLabel": "Orgs", - "subcategory": "members", - "subcategoryLabel": "Members", - "notes": [], - "responses": [ - { - "httpStatusCode": "204", - "httpStatusMessage": "No Content", - "description": "Response if user is a public member" - }, - { - "httpStatusCode": "404", - "httpStatusMessage": "Not Found", - "description": "Not Found if user is not a public member" - } - ], - "bodyParameters": [], - "descriptionHTML": "" - }, - { - "verb": "put", - "requestPath": "/orgs/{org}/public_members/{username}", - "serverUrl": "http(s)://api.{hostname}", - "parameters": [ - { - "name": "org", - "in": "path", - "required": true, - "schema": { - "type": "string" - }, - "descriptionHTML": "" - }, - { - "name": "username", - "in": "path", - "required": true, - "schema": { - "type": "string" - }, - "descriptionHTML": "" - } - ], - "x-codeSamples": [ - { - "lang": "Shell", - "source": "curl \\\n -X PUT \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://api.{hostname}/orgs/ORG/public_members/USERNAME", - "html": "
curl \\\n  -X PUT \\\n  -H \"Accept: application/vnd.github.v3+json\" \\\n  http(s)://api.{hostname}/orgs/ORG/public_members/USERNAME
" - }, - { - "lang": "JavaScript", - "source": "await octokit.request('PUT /orgs/{org}/public_members/{username}', {\n org: 'org',\n username: 'username'\n})", - "html": "
await octokit.request('PUT /orgs/{org}/public_members/{username}', {\n  org: 'org',\n  username: 'username'\n})\n
" - } - ], - "summary": "Set public organization membership for the authenticated user", - "description": "The user can publicize their own membership. (A user cannot publicize the membership for another user.)\n\nNote that you'll need to set `Content-Length` to zero when calling out to this endpoint. For more information, see \"[HTTP verbs](https://docs.github.com/github-ae@latest/rest/overview/resources-in-the-rest-api#http-verbs).\"", - "tags": [ - "orgs" - ], - "operationId": "orgs/set-public-membership-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/github-ae@latest/rest/reference/orgs#set-public-organization-membership-for-the-authenticated-user" - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": false, - "previews": [], - "category": "orgs", - "subcategory": "members" - }, - "slug": "set-public-organization-membership-for-the-authenticated-user", - "category": "orgs", - "categoryLabel": "Orgs", - "subcategory": "members", - "subcategoryLabel": "Members", - "notes": [], - "responses": [ - { - "httpStatusCode": "204", - "httpStatusMessage": "No Content", - "description": "Response" - }, - { - "httpStatusCode": "403", - "httpStatusMessage": "Forbidden", - "description": "Forbidden" - } - ], - "bodyParameters": [], - "descriptionHTML": "

The user can publicize their own membership. (A user cannot publicize the membership for another user.)

\n

Note that you'll need to set Content-Length to zero when calling out to this endpoint. For more information, see \"HTTP verbs.\"

" - }, - { - "verb": "delete", - "requestPath": "/orgs/{org}/public_members/{username}", - "serverUrl": "http(s)://api.{hostname}", - "parameters": [ - { - "name": "org", - "in": "path", - "required": true, - "schema": { - "type": "string" - }, - "descriptionHTML": "" - }, - { - "name": "username", - "in": "path", - "required": true, - "schema": { - "type": "string" - }, - "descriptionHTML": "" - } - ], - "x-codeSamples": [ - { - "lang": "Shell", - "source": "curl \\\n -X DELETE \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://api.{hostname}/orgs/ORG/public_members/USERNAME", - "html": "
curl \\\n  -X DELETE \\\n  -H \"Accept: application/vnd.github.v3+json\" \\\n  http(s)://api.{hostname}/orgs/ORG/public_members/USERNAME
" - }, - { - "lang": "JavaScript", - "source": "await octokit.request('DELETE /orgs/{org}/public_members/{username}', {\n org: 'org',\n username: 'username'\n})", - "html": "
await octokit.request('DELETE /orgs/{org}/public_members/{username}', {\n  org: 'org',\n  username: 'username'\n})\n
" - } - ], - "summary": "Remove public organization membership for the authenticated user", - "description": "", - "tags": [ - "orgs" - ], - "operationId": "orgs/remove-public-membership-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/github-ae@latest/rest/reference/orgs#remove-public-organization-membership-for-the-authenticated-user" - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": false, - "previews": [], - "category": "orgs", - "subcategory": "members" - }, - "slug": "remove-public-organization-membership-for-the-authenticated-user", - "category": "orgs", - "categoryLabel": "Orgs", - "subcategory": "members", - "subcategoryLabel": "Members", - "notes": [], - "responses": [ - { - "httpStatusCode": "204", - "httpStatusMessage": "No Content", - "description": "Response" - } - ], - "bodyParameters": [], - "descriptionHTML": "" - }, { "verb": "get", "requestPath": "/orgs/{org}/repos", @@ -74720,86 +74147,6 @@ "bodyParameters": [], "descriptionHTML": "

This is the user's organization dashboard. You must be authenticated as the user to view this.

" }, - { - "verb": "get", - "requestPath": "/users/{username}/events/public", - "serverUrl": "http(s)://api.{hostname}", - "parameters": [ - { - "name": "username", - "in": "path", - "required": true, - "schema": { - "type": "string" - }, - "descriptionHTML": "" - }, - { - "name": "per_page", - "description": "Results per page (max 100).", - "in": "query", - "schema": { - "type": "integer", - "default": 30 - }, - "descriptionHTML": "

Results per page (max 100).

" - }, - { - "name": "page", - "description": "Page number of the results to fetch.", - "in": "query", - "schema": { - "type": "integer", - "default": 1 - }, - "descriptionHTML": "

Page number of the results to fetch.

" - } - ], - "x-codeSamples": [ - { - "lang": "Shell", - "source": "curl \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://api.{hostname}/users/USERNAME/events/public", - "html": "
curl \\\n  -H \"Accept: application/vnd.github.v3+json\" \\\n  http(s)://api.{hostname}/users/USERNAME/events/public
" - }, - { - "lang": "JavaScript", - "source": "await octokit.request('GET /users/{username}/events/public', {\n username: 'username'\n})", - "html": "
await octokit.request('GET /users/{username}/events/public', {\n  username: 'username'\n})\n
" - } - ], - "summary": "List public events for a user", - "description": "", - "tags": [ - "activity" - ], - "operationId": "activity/list-public-events-for-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/github-ae@latest/rest/reference/activity#list-public-events-for-a-user" - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": true, - "previews": [], - "category": "activity", - "subcategory": "events" - }, - "slug": "list-public-events-for-a-user", - "category": "activity", - "categoryLabel": "Activity", - "subcategory": "events", - "subcategoryLabel": "Events", - "notes": [], - "responses": [ - { - "httpStatusCode": "200", - "httpStatusMessage": "OK", - "description": "Response" - } - ], - "bodyParameters": [], - "descriptionHTML": "" - }, { "verb": "get", "requestPath": "/users/{username}/followers", @@ -75638,166 +74985,6 @@ } ] }, - { - "verb": "get", - "requestPath": "/users/{username}/received_events", - "serverUrl": "http(s)://api.{hostname}", - "parameters": [ - { - "name": "username", - "in": "path", - "required": true, - "schema": { - "type": "string" - }, - "descriptionHTML": "" - }, - { - "name": "per_page", - "description": "Results per page (max 100).", - "in": "query", - "schema": { - "type": "integer", - "default": 30 - }, - "descriptionHTML": "

Results per page (max 100).

" - }, - { - "name": "page", - "description": "Page number of the results to fetch.", - "in": "query", - "schema": { - "type": "integer", - "default": 1 - }, - "descriptionHTML": "

Page number of the results to fetch.

" - } - ], - "x-codeSamples": [ - { - "lang": "Shell", - "source": "curl \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://api.{hostname}/users/USERNAME/received_events", - "html": "
curl \\\n  -H \"Accept: application/vnd.github.v3+json\" \\\n  http(s)://api.{hostname}/users/USERNAME/received_events
" - }, - { - "lang": "JavaScript", - "source": "await octokit.request('GET /users/{username}/received_events', {\n username: 'username'\n})", - "html": "
await octokit.request('GET /users/{username}/received_events', {\n  username: 'username'\n})\n
" - } - ], - "summary": "List events received by the authenticated user", - "description": "These are events that you've received by watching repos and following users. If you are authenticated as the given user, you will see private events. Otherwise, you'll only see public events.", - "tags": [ - "activity" - ], - "operationId": "activity/list-received-events-for-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/github-ae@latest/rest/reference/activity#list-events-received-by-the-authenticated-user" - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": true, - "previews": [], - "category": "activity", - "subcategory": "events" - }, - "slug": "list-events-received-by-the-authenticated-user", - "category": "activity", - "categoryLabel": "Activity", - "subcategory": "events", - "subcategoryLabel": "Events", - "notes": [], - "responses": [ - { - "httpStatusCode": "200", - "httpStatusMessage": "OK", - "description": "Response" - } - ], - "bodyParameters": [], - "descriptionHTML": "

These are events that you've received by watching repos and following users. If you are authenticated as the given user, you will see private events. Otherwise, you'll only see public events.

" - }, - { - "verb": "get", - "requestPath": "/users/{username}/received_events/public", - "serverUrl": "http(s)://api.{hostname}", - "parameters": [ - { - "name": "username", - "in": "path", - "required": true, - "schema": { - "type": "string" - }, - "descriptionHTML": "" - }, - { - "name": "per_page", - "description": "Results per page (max 100).", - "in": "query", - "schema": { - "type": "integer", - "default": 30 - }, - "descriptionHTML": "

Results per page (max 100).

" - }, - { - "name": "page", - "description": "Page number of the results to fetch.", - "in": "query", - "schema": { - "type": "integer", - "default": 1 - }, - "descriptionHTML": "

Page number of the results to fetch.

" - } - ], - "x-codeSamples": [ - { - "lang": "Shell", - "source": "curl \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://api.{hostname}/users/USERNAME/received_events/public", - "html": "
curl \\\n  -H \"Accept: application/vnd.github.v3+json\" \\\n  http(s)://api.{hostname}/users/USERNAME/received_events/public
" - }, - { - "lang": "JavaScript", - "source": "await octokit.request('GET /users/{username}/received_events/public', {\n username: 'username'\n})", - "html": "
await octokit.request('GET /users/{username}/received_events/public', {\n  username: 'username'\n})\n
" - } - ], - "summary": "List public events received by a user", - "description": "", - "tags": [ - "activity" - ], - "operationId": "activity/list-received-public-events-for-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/github-ae@latest/rest/reference/activity#list-public-events-received-by-a-user" - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": true, - "previews": [], - "category": "activity", - "subcategory": "events" - }, - "slug": "list-public-events-received-by-a-user", - "category": "activity", - "categoryLabel": "Activity", - "subcategory": "events", - "subcategoryLabel": "Events", - "notes": [], - "responses": [ - { - "httpStatusCode": "200", - "httpStatusMessage": "OK", - "description": "Response" - } - ], - "bodyParameters": [], - "descriptionHTML": "" - }, { "verb": "get", "requestPath": "/users/{username}/repos", diff --git a/lib/rest/static/dereferenced/github.ae.deref.json b/lib/rest/static/dereferenced/github.ae.deref.json index d1a1229823..648467a8bf 100644 --- a/lib/rest/static/dereferenced/github.ae.deref.json +++ b/lib/rest/static/dereferenced/github.ae.deref.json @@ -14677,2886 +14677,6 @@ } } }, - "/events": { - "get": { - "summary": "List public events", - "description": "We delay the public events feed by five minutes, which means the most recent event returned by the public events API actually occurred at least five minutes ago.", - "tags": [ - "activity" - ], - "operationId": "activity/list-public-events", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/github-ae@latest/rest/reference/activity#list-public-events" - }, - "parameters": [ - { - "name": "per_page", - "description": "Results per page (max 100).", - "in": "query", - "schema": { - "type": "integer", - "default": 30 - } - }, - { - "name": "page", - "description": "Page number of the results to fetch.", - "in": "query", - "schema": { - "type": "integer", - "default": 1 - } - } - ], - "responses": { - "200": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "type": "array", - "items": { - "title": "Event", - "description": "Event", - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "type": { - "type": "string", - "nullable": true - }, - "actor": { - "title": "Actor", - "description": "Actor", - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "login": { - "type": "string" - }, - "display_login": { - "type": "string" - }, - "gravatar_id": { - "type": "string", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri" - }, - "avatar_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "id", - "login", - "gravatar_id", - "url", - "avatar_url" - ] - }, - "repo": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "id", - "name", - "url" - ] - }, - "org": { - "title": "Actor", - "description": "Actor", - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "login": { - "type": "string" - }, - "display_login": { - "type": "string" - }, - "gravatar_id": { - "type": "string", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri" - }, - "avatar_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "id", - "login", - "gravatar_id", - "url", - "avatar_url" - ] - }, - "payload": { - "type": "object", - "properties": { - "action": { - "type": "string" - }, - "issue": { - "title": "Issue Simple", - "description": "Issue Simple", - "type": "object", - "properties": { - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDU6SXNzdWUx" - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347" - }, - "repository_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World" - }, - "labels_url": { - "type": "string", - "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347/labels{/name}" - }, - "comments_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347/comments" - }, - "events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347/events" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat/Hello-World/issues/1347" - }, - "number": { - "type": "integer", - "example": 1347 - }, - "state": { - "type": "string", - "example": "open" - }, - "title": { - "type": "string", - "example": "Found a bug" - }, - "body": { - "type": "string", - "example": "I'm having a problem with this." - }, - "user": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "labels": { - "type": "array", - "items": { - "title": "Label", - "description": "Color-coded labels help you categorize and filter your issues (just like labels in Gmail).", - "type": "object", - "properties": { - "id": { - "type": "integer", - "format": "int64", - "example": 208045946 - }, - "node_id": { - "type": "string", - "example": "MDU6TGFiZWwyMDgwNDU5NDY=" - }, - "url": { - "description": "URL for the label", - "example": "https://api.github.com/repositories/42/labels/bug", - "type": "string", - "format": "uri" - }, - "name": { - "description": "The name of the label.", - "example": "bug", - "type": "string" - }, - "description": { - "type": "string", - "example": "Something isn't working", - "nullable": true - }, - "color": { - "description": "6-character hex code, without the leading #, identifying the color", - "example": "FFFFFF", - "type": "string" - }, - "default": { - "type": "boolean", - "example": true - } - }, - "required": [ - "id", - "node_id", - "url", - "name", - "description", - "color", - "default" - ] - } - }, - "assignee": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "assignees": { - "type": "array", - "items": { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - }, - "nullable": true - }, - "milestone": { - "nullable": true, - "allOf": [ - { - "title": "Milestone", - "description": "A collection of related issues and pull requests.", - "type": "object", - "properties": { - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World/milestones/1" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat/Hello-World/milestones/v1.0" - }, - "labels_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World/milestones/1/labels" - }, - "id": { - "type": "integer", - "example": 1002604 - }, - "node_id": { - "type": "string", - "example": "MDk6TWlsZXN0b25lMTAwMjYwNA==" - }, - "number": { - "description": "The number of the milestone.", - "type": "integer", - "example": 42 - }, - "state": { - "description": "The state of the milestone.", - "example": "open", - "type": "string", - "enum": [ - "open", - "closed" - ], - "default": "open" - }, - "title": { - "description": "The title of the milestone.", - "example": "v1.0", - "type": "string" - }, - "description": { - "type": "string", - "example": "Tracking milestone for version 1.0", - "nullable": true - }, - "creator": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "open_issues": { - "type": "integer", - "example": 4 - }, - "closed_issues": { - "type": "integer", - "example": 8 - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2011-04-10T20:09:31Z" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2014-03-03T18:58:10Z" - }, - "closed_at": { - "type": "string", - "format": "date-time", - "example": "2013-02-12T13:22:01Z", - "nullable": true - }, - "due_on": { - "type": "string", - "format": "date-time", - "example": "2012-10-09T23:39:01Z", - "nullable": true - } - }, - "required": [ - "closed_issues", - "creator", - "description", - "due_on", - "closed_at", - "id", - "node_id", - "labels_url", - "html_url", - "number", - "open_issues", - "state", - "title", - "url", - "created_at", - "updated_at" - ] - } - ] - }, - "locked": { - "type": "boolean", - "example": true - }, - "active_lock_reason": { - "type": "string", - "example": "too heated", - "nullable": true - }, - "comments": { - "type": "integer", - "example": 0 - }, - "pull_request": { - "type": "object", - "properties": { - "merged_at": { - "type": "string", - "format": "date-time", - "nullable": true - }, - "diff_url": { - "type": "string", - "format": "uri", - "nullable": true - }, - "html_url": { - "type": "string", - "format": "uri", - "nullable": true - }, - "patch_url": { - "type": "string", - "format": "uri", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "nullable": true - } - }, - "required": [ - "diff_url", - "html_url", - "patch_url", - "url" - ] - }, - "closed_at": { - "type": "string", - "format": "date-time", - "nullable": true - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2011-04-22T13:33:48Z" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2011-04-22T13:33:48Z" - }, - "author_association": { - "title": "author_association", - "type": "string", - "example": "OWNER", - "description": "How the author is associated with the repository.", - "enum": [ - "COLLABORATOR", - "CONTRIBUTOR", - "FIRST_TIMER", - "FIRST_TIME_CONTRIBUTOR", - "MANNEQUIN", - "MEMBER", - "NONE", - "OWNER" - ] - }, - "body_html": { - "type": "string" - }, - "body_text": { - "type": "string" - }, - "timeline_url": { - "type": "string", - "format": "uri" - }, - "repository": { - "title": "Repository", - "description": "A git repository", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the repository", - "example": 42, - "type": "integer" - }, - "node_id": { - "type": "string", - "example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" - }, - "name": { - "description": "The name of the repository.", - "type": "string", - "example": "Team Environment" - }, - "full_name": { - "type": "string", - "example": "octocat/Hello-World" - }, - "license": { - "nullable": true, - "allOf": [ - { - "title": "License Simple", - "description": "License Simple", - "type": "object", - "properties": { - "key": { - "type": "string", - "example": "mit" - }, - "name": { - "type": "string", - "example": "MIT License" - }, - "url": { - "type": "string", - "nullable": true, - "format": "uri", - "example": "https://api.github.com/licenses/mit" - }, - "spdx_id": { - "type": "string", - "nullable": true, - "example": "MIT" - }, - "node_id": { - "type": "string", - "example": "MDc6TGljZW5zZW1pdA==" - }, - "html_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ] - } - ] - }, - "organization": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "forks": { - "type": "integer" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" - ] - }, - "owner": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "private": { - "description": "Whether the repository is private or public.", - "default": false, - "type": "boolean" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat/Hello-World" - }, - "description": { - "type": "string", - "example": "This your first repo!", - "nullable": true - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World" - }, - "archive_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" - }, - "assignees_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" - }, - "blobs_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" - }, - "branches_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" - }, - "collaborators_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" - }, - "comments_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}" - }, - "commits_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" - }, - "compare_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" - }, - "contents_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" - }, - "contributors_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/contributors" - }, - "deployments_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/deployments" - }, - "downloads_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/downloads" - }, - "events_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/events" - }, - "forks_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/forks" - }, - "git_commits_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" - }, - "git_refs_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" - }, - "git_tags_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" - }, - "git_url": { - "type": "string", - "example": "git:github.com/octocat/Hello-World.git" - }, - "issue_comment_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" - }, - "issue_events_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" - }, - "issues_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}" - }, - "keys_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" - }, - "labels_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}" - }, - "languages_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/languages" - }, - "merges_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/merges" - }, - "milestones_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" - }, - "notifications_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" - }, - "pulls_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" - }, - "releases_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}" - }, - "ssh_url": { - "type": "string", - "example": "git@github.com:octocat/Hello-World.git" - }, - "stargazers_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/stargazers" - }, - "statuses_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" - }, - "subscribers_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/subscribers" - }, - "subscription_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/subscription" - }, - "tags_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/tags" - }, - "teams_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/teams" - }, - "trees_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" - }, - "clone_url": { - "type": "string", - "example": "https://github.com/octocat/Hello-World.git" - }, - "mirror_url": { - "type": "string", - "format": "uri", - "example": "git:git.example.com/octocat/Hello-World", - "nullable": true - }, - "hooks_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/hooks" - }, - "svn_url": { - "type": "string", - "format": "uri", - "example": "https://svn.github.com/octocat/Hello-World" - }, - "homepage": { - "type": "string", - "format": "uri", - "example": "https://github.com", - "nullable": true - }, - "language": { - "type": "string", - "nullable": true - }, - "forks_count": { - "type": "integer", - "example": 9 - }, - "stargazers_count": { - "type": "integer", - "example": 80 - }, - "watchers_count": { - "type": "integer", - "example": 80 - }, - "size": { - "type": "integer", - "example": 108 - }, - "default_branch": { - "description": "The default branch of the repository.", - "type": "string", - "example": "master" - }, - "open_issues_count": { - "type": "integer", - "example": 0 - }, - "is_template": { - "description": "Whether this repository acts as a template that can be used to generate new repositories.", - "default": false, - "type": "boolean", - "example": true - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "has_issues": { - "description": "Whether issues are enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_projects": { - "description": "Whether projects are enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_wiki": { - "description": "Whether the wiki is enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_pages": { - "type": "boolean" - }, - "has_downloads": { - "description": "Whether downloads are enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "archived": { - "description": "Whether the repository is archived.", - "default": false, - "type": "boolean" - }, - "disabled": { - "type": "boolean", - "description": "Returns whether or not this repository disabled." - }, - "visibility": { - "description": "The repository visibility: public, private, or internal.", - "default": "public", - "type": "string" - }, - "pushed_at": { - "type": "string", - "format": "date-time", - "example": "2011-01-26T19:06:43Z", - "nullable": true - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2011-01-26T19:01:12Z", - "nullable": true - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2011-01-26T19:14:43Z", - "nullable": true - }, - "allow_rebase_merge": { - "description": "Whether to allow rebase merges for pull requests.", - "default": true, - "type": "boolean", - "example": true - }, - "template_repository": { - "nullable": true, - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "full_name": { - "type": "string" - }, - "owner": { - "type": "object", - "properties": { - "login": { - "type": "string" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "avatar_url": { - "type": "string" - }, - "gravatar_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "html_url": { - "type": "string" - }, - "followers_url": { - "type": "string" - }, - "following_url": { - "type": "string" - }, - "gists_url": { - "type": "string" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string" - }, - "organizations_url": { - "type": "string" - }, - "repos_url": { - "type": "string" - }, - "events_url": { - "type": "string" - }, - "received_events_url": { - "type": "string" - }, - "type": { - "type": "string" - }, - "site_admin": { - "type": "boolean" - } - } - }, - "private": { - "type": "boolean" - }, - "html_url": { - "type": "string" - }, - "description": { - "type": "string" - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string" - }, - "archive_url": { - "type": "string" - }, - "assignees_url": { - "type": "string" - }, - "blobs_url": { - "type": "string" - }, - "branches_url": { - "type": "string" - }, - "collaborators_url": { - "type": "string" - }, - "comments_url": { - "type": "string" - }, - "commits_url": { - "type": "string" - }, - "compare_url": { - "type": "string" - }, - "contents_url": { - "type": "string" - }, - "contributors_url": { - "type": "string" - }, - "deployments_url": { - "type": "string" - }, - "downloads_url": { - "type": "string" - }, - "events_url": { - "type": "string" - }, - "forks_url": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "git_url": { - "type": "string" - }, - "issue_comment_url": { - "type": "string" - }, - "issue_events_url": { - "type": "string" - }, - "issues_url": { - "type": "string" - }, - "keys_url": { - "type": "string" - }, - "labels_url": { - "type": "string" - }, - "languages_url": { - "type": "string" - }, - "merges_url": { - "type": "string" - }, - "milestones_url": { - "type": "string" - }, - "notifications_url": { - "type": "string" - }, - "pulls_url": { - "type": "string" - }, - "releases_url": { - "type": "string" - }, - "ssh_url": { - "type": "string" - }, - "stargazers_url": { - "type": "string" - }, - "statuses_url": { - "type": "string" - }, - "subscribers_url": { - "type": "string" - }, - "subscription_url": { - "type": "string" - }, - "tags_url": { - "type": "string" - }, - "teams_url": { - "type": "string" - }, - "trees_url": { - "type": "string" - }, - "clone_url": { - "type": "string" - }, - "mirror_url": { - "type": "string" - }, - "hooks_url": { - "type": "string" - }, - "svn_url": { - "type": "string" - }, - "homepage": { - "type": "string" - }, - "language": { - "type": "string" - }, - "forks_count": { - "type": "integer" - }, - "stargazers_count": { - "type": "integer" - }, - "watchers_count": { - "type": "integer" - }, - "size": { - "type": "integer" - }, - "default_branch": { - "type": "string" - }, - "open_issues_count": { - "type": "integer" - }, - "is_template": { - "type": "boolean" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "has_issues": { - "type": "boolean" - }, - "has_projects": { - "type": "boolean" - }, - "has_wiki": { - "type": "boolean" - }, - "has_pages": { - "type": "boolean" - }, - "has_downloads": { - "type": "boolean" - }, - "archived": { - "type": "boolean" - }, - "disabled": { - "type": "boolean" - }, - "visibility": { - "type": "string" - }, - "pushed_at": { - "type": "string" - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - } - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "temp_clone_token": { - "type": "string" - }, - "allow_squash_merge": { - "type": "boolean" - }, - "delete_branch_on_merge": { - "type": "boolean" - }, - "allow_merge_commit": { - "type": "boolean" - }, - "subscribers_count": { - "type": "integer" - }, - "network_count": { - "type": "integer" - } - } - }, - "temp_clone_token": { - "type": "string" - }, - "allow_squash_merge": { - "description": "Whether to allow squash merges for pull requests.", - "default": true, - "type": "boolean", - "example": true - }, - "delete_branch_on_merge": { - "description": "Whether to delete head branches when pull requests are merged", - "default": false, - "type": "boolean", - "example": false - }, - "allow_merge_commit": { - "description": "Whether to allow merge commits for pull requests.", - "default": true, - "type": "boolean", - "example": true - }, - "subscribers_count": { - "type": "integer" - }, - "network_count": { - "type": "integer" - }, - "open_issues": { - "type": "integer" - }, - "watchers": { - "type": "integer" - }, - "master_branch": { - "type": "string" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:42Z\"" - } - }, - "required": [ - "archive_url", - "assignees_url", - "blobs_url", - "branches_url", - "collaborators_url", - "comments_url", - "commits_url", - "compare_url", - "contents_url", - "contributors_url", - "deployments_url", - "description", - "downloads_url", - "events_url", - "fork", - "forks_url", - "full_name", - "git_commits_url", - "git_refs_url", - "git_tags_url", - "hooks_url", - "html_url", - "id", - "node_id", - "issue_comment_url", - "issue_events_url", - "issues_url", - "keys_url", - "labels_url", - "languages_url", - "merges_url", - "milestones_url", - "name", - "notifications_url", - "owner", - "private", - "pulls_url", - "releases_url", - "stargazers_url", - "statuses_url", - "subscribers_url", - "subscription_url", - "tags_url", - "teams_url", - "trees_url", - "url", - "clone_url", - "default_branch", - "forks", - "forks_count", - "git_url", - "has_downloads", - "has_issues", - "has_projects", - "has_wiki", - "has_pages", - "homepage", - "language", - "archived", - "disabled", - "mirror_url", - "open_issues", - "open_issues_count", - "license", - "pushed_at", - "size", - "ssh_url", - "stargazers_count", - "svn_url", - "watchers", - "watchers_count", - "created_at", - "updated_at" - ] - }, - "performed_via_github_app": { - "nullable": true, - "allOf": [ - { - "title": "GitHub app", - "description": "GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the GitHub app", - "example": 37, - "type": "integer" - }, - "slug": { - "description": "The slug name of the GitHub app", - "example": "probot-owners", - "type": "string" - }, - "node_id": { - "type": "string", - "example": "MDExOkludGVncmF0aW9uMQ==" - }, - "owner": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "name": { - "description": "The name of the GitHub app", - "example": "Probot Owners", - "type": "string" - }, - "description": { - "type": "string", - "example": "The description of the app.", - "nullable": true - }, - "external_url": { - "type": "string", - "format": "uri", - "example": "https://example.com" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/apps/super-ci" - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2017-07-08T16:18:44-04:00" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2017-07-08T16:18:44-04:00" - }, - "permissions": { - "description": "The set of permissions for the GitHub app", - "type": "object", - "properties": { - "issues": { - "type": "string" - }, - "checks": { - "type": "string" - }, - "metadata": { - "type": "string" - }, - "contents": { - "type": "string" - }, - "deployments": { - "type": "string" - } - }, - "additionalProperties": { - "type": "string" - }, - "example": { - "issues": "read", - "deployments": "write" - } - }, - "events": { - "description": "The list of events for the GitHub app", - "example": [ - "label", - "deployment" - ], - "type": "array", - "items": { - "type": "string" - } - }, - "installations_count": { - "description": "The number of installations associated with the GitHub app", - "example": 5, - "type": "integer" - }, - "client_id": { - "type": "string", - "example": "\"Iv1.25b5d1e65ffc4022\"" - }, - "client_secret": { - "type": "string", - "example": "\"1d4b2097ac622ba702d19de498f005747a8b21d3\"" - }, - "webhook_secret": { - "type": "string", - "example": "\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\"", - "nullable": true - }, - "pem": { - "type": "string", - "example": "\"-----BEGIN RSA PRIVATE KEY-----\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\n-----END RSA PRIVATE KEY-----\\n\"" - } - }, - "required": [ - "id", - "node_id", - "owner", - "name", - "description", - "external_url", - "html_url", - "created_at", - "updated_at", - "permissions", - "events" - ], - "additionalProperties": true - } - ] - } - }, - "required": [ - "assignee", - "closed_at", - "comments", - "comments_url", - "events_url", - "html_url", - "id", - "node_id", - "labels", - "labels_url", - "milestone", - "number", - "repository_url", - "state", - "locked", - "title", - "url", - "user", - "author_association", - "created_at", - "updated_at" - ] - }, - "comment": { - "title": "Issue Comment", - "description": "Comments provide a way for people to collaborate on an issue.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the issue comment", - "example": 42, - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "url": { - "description": "URL for the issue comment", - "example": "https://api.github.com/repositories/42/issues/comments/1", - "type": "string", - "format": "uri" - }, - "body": { - "description": "Contents of the issue comment", - "example": "What version of Safari were you using when you observed this bug?", - "type": "string" - }, - "body_text": { - "type": "string" - }, - "body_html": { - "type": "string" - }, - "html_url": { - "type": "string", - "format": "uri" - }, - "user": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2011-04-14T16:00:49Z" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2011-04-14T16:00:49Z" - }, - "issue_url": { - "type": "string", - "format": "uri" - }, - "author_association": { - "title": "author_association", - "type": "string", - "example": "OWNER", - "description": "How the author is associated with the repository.", - "enum": [ - "COLLABORATOR", - "CONTRIBUTOR", - "FIRST_TIMER", - "FIRST_TIME_CONTRIBUTOR", - "MANNEQUIN", - "MEMBER", - "NONE", - "OWNER" - ] - }, - "performed_via_github_app": { - "nullable": true, - "allOf": [ - { - "title": "GitHub app", - "description": "GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the GitHub app", - "example": 37, - "type": "integer" - }, - "slug": { - "description": "The slug name of the GitHub app", - "example": "probot-owners", - "type": "string" - }, - "node_id": { - "type": "string", - "example": "MDExOkludGVncmF0aW9uMQ==" - }, - "owner": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "name": { - "description": "The name of the GitHub app", - "example": "Probot Owners", - "type": "string" - }, - "description": { - "type": "string", - "example": "The description of the app.", - "nullable": true - }, - "external_url": { - "type": "string", - "format": "uri", - "example": "https://example.com" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/apps/super-ci" - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2017-07-08T16:18:44-04:00" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2017-07-08T16:18:44-04:00" - }, - "permissions": { - "description": "The set of permissions for the GitHub app", - "type": "object", - "properties": { - "issues": { - "type": "string" - }, - "checks": { - "type": "string" - }, - "metadata": { - "type": "string" - }, - "contents": { - "type": "string" - }, - "deployments": { - "type": "string" - } - }, - "additionalProperties": { - "type": "string" - }, - "example": { - "issues": "read", - "deployments": "write" - } - }, - "events": { - "description": "The list of events for the GitHub app", - "example": [ - "label", - "deployment" - ], - "type": "array", - "items": { - "type": "string" - } - }, - "installations_count": { - "description": "The number of installations associated with the GitHub app", - "example": 5, - "type": "integer" - }, - "client_id": { - "type": "string", - "example": "\"Iv1.25b5d1e65ffc4022\"" - }, - "client_secret": { - "type": "string", - "example": "\"1d4b2097ac622ba702d19de498f005747a8b21d3\"" - }, - "webhook_secret": { - "type": "string", - "example": "\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\"", - "nullable": true - }, - "pem": { - "type": "string", - "example": "\"-----BEGIN RSA PRIVATE KEY-----\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\n-----END RSA PRIVATE KEY-----\\n\"" - } - }, - "required": [ - "id", - "node_id", - "owner", - "name", - "description", - "external_url", - "html_url", - "created_at", - "updated_at", - "permissions", - "events" - ], - "additionalProperties": true - } - ] - }, - "reactions": { - "title": "Reaction Rollup", - "type": "object", - "properties": { - "url": { - "type": "string", - "format": "uri" - }, - "total_count": { - "type": "integer" - }, - "+1": { - "type": "integer" - }, - "-1": { - "type": "integer" - }, - "laugh": { - "type": "integer" - }, - "confused": { - "type": "integer" - }, - "heart": { - "type": "integer" - }, - "hooray": { - "type": "integer" - }, - "eyes": { - "type": "integer" - }, - "rocket": { - "type": "integer" - } - }, - "required": [ - "url", - "total_count", - "+1", - "-1", - "laugh", - "confused", - "heart", - "hooray", - "eyes", - "rocket" - ] - } - }, - "required": [ - "id", - "node_id", - "html_url", - "issue_url", - "author_association", - "user", - "url", - "created_at", - "updated_at" - ] - }, - "pages": { - "type": "array", - "items": { - "type": "object", - "properties": { - "page_name": { - "type": "string" - }, - "title": { - "type": "string" - }, - "summary": { - "type": "string", - "nullable": true - }, - "action": { - "type": "string" - }, - "sha": { - "type": "string" - }, - "html_url": { - "type": "string" - } - } - } - } - } - }, - "public": { - "type": "boolean" - }, - "created_at": { - "type": "string", - "format": "date-time", - "nullable": true - } - }, - "required": [ - "id", - "type", - "actor", - "repo", - "payload", - "public", - "created_at" - ] - } - } - } - } - }, - "304": { - "description": "Not modified" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "url": { - "type": "string" - }, - "status": { - "type": "string" - } - } - } - } - } - }, - "503": { - "description": "Service unavailable", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "string" - }, - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - } - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": true, - "previews": [ - - ], - "category": "activity", - "subcategory": "events" - } - } - }, "/feeds": { "get": { "summary": "Get feeds", @@ -30939,2933 +28059,6 @@ } } }, - "/networks/{owner}/{repo}/events": { - "get": { - "summary": "List public events for a network of repositories", - "description": "", - "tags": [ - "activity" - ], - "operationId": "activity/list-public-events-for-repo-network", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/github-ae@latest/rest/reference/activity#list-public-events-for-a-network-of-repositories" - }, - "parameters": [ - { - "name": "owner", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - }, - { - "name": "repo", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - }, - { - "name": "per_page", - "description": "Results per page (max 100).", - "in": "query", - "schema": { - "type": "integer", - "default": 30 - } - }, - { - "name": "page", - "description": "Page number of the results to fetch.", - "in": "query", - "schema": { - "type": "integer", - "default": 1 - } - } - ], - "responses": { - "200": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "type": "array", - "items": { - "title": "Event", - "description": "Event", - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "type": { - "type": "string", - "nullable": true - }, - "actor": { - "title": "Actor", - "description": "Actor", - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "login": { - "type": "string" - }, - "display_login": { - "type": "string" - }, - "gravatar_id": { - "type": "string", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri" - }, - "avatar_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "id", - "login", - "gravatar_id", - "url", - "avatar_url" - ] - }, - "repo": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "id", - "name", - "url" - ] - }, - "org": { - "title": "Actor", - "description": "Actor", - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "login": { - "type": "string" - }, - "display_login": { - "type": "string" - }, - "gravatar_id": { - "type": "string", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri" - }, - "avatar_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "id", - "login", - "gravatar_id", - "url", - "avatar_url" - ] - }, - "payload": { - "type": "object", - "properties": { - "action": { - "type": "string" - }, - "issue": { - "title": "Issue Simple", - "description": "Issue Simple", - "type": "object", - "properties": { - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDU6SXNzdWUx" - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347" - }, - "repository_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World" - }, - "labels_url": { - "type": "string", - "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347/labels{/name}" - }, - "comments_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347/comments" - }, - "events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347/events" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat/Hello-World/issues/1347" - }, - "number": { - "type": "integer", - "example": 1347 - }, - "state": { - "type": "string", - "example": "open" - }, - "title": { - "type": "string", - "example": "Found a bug" - }, - "body": { - "type": "string", - "example": "I'm having a problem with this." - }, - "user": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "labels": { - "type": "array", - "items": { - "title": "Label", - "description": "Color-coded labels help you categorize and filter your issues (just like labels in Gmail).", - "type": "object", - "properties": { - "id": { - "type": "integer", - "format": "int64", - "example": 208045946 - }, - "node_id": { - "type": "string", - "example": "MDU6TGFiZWwyMDgwNDU5NDY=" - }, - "url": { - "description": "URL for the label", - "example": "https://api.github.com/repositories/42/labels/bug", - "type": "string", - "format": "uri" - }, - "name": { - "description": "The name of the label.", - "example": "bug", - "type": "string" - }, - "description": { - "type": "string", - "example": "Something isn't working", - "nullable": true - }, - "color": { - "description": "6-character hex code, without the leading #, identifying the color", - "example": "FFFFFF", - "type": "string" - }, - "default": { - "type": "boolean", - "example": true - } - }, - "required": [ - "id", - "node_id", - "url", - "name", - "description", - "color", - "default" - ] - } - }, - "assignee": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "assignees": { - "type": "array", - "items": { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - }, - "nullable": true - }, - "milestone": { - "nullable": true, - "allOf": [ - { - "title": "Milestone", - "description": "A collection of related issues and pull requests.", - "type": "object", - "properties": { - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World/milestones/1" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat/Hello-World/milestones/v1.0" - }, - "labels_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World/milestones/1/labels" - }, - "id": { - "type": "integer", - "example": 1002604 - }, - "node_id": { - "type": "string", - "example": "MDk6TWlsZXN0b25lMTAwMjYwNA==" - }, - "number": { - "description": "The number of the milestone.", - "type": "integer", - "example": 42 - }, - "state": { - "description": "The state of the milestone.", - "example": "open", - "type": "string", - "enum": [ - "open", - "closed" - ], - "default": "open" - }, - "title": { - "description": "The title of the milestone.", - "example": "v1.0", - "type": "string" - }, - "description": { - "type": "string", - "example": "Tracking milestone for version 1.0", - "nullable": true - }, - "creator": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "open_issues": { - "type": "integer", - "example": 4 - }, - "closed_issues": { - "type": "integer", - "example": 8 - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2011-04-10T20:09:31Z" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2014-03-03T18:58:10Z" - }, - "closed_at": { - "type": "string", - "format": "date-time", - "example": "2013-02-12T13:22:01Z", - "nullable": true - }, - "due_on": { - "type": "string", - "format": "date-time", - "example": "2012-10-09T23:39:01Z", - "nullable": true - } - }, - "required": [ - "closed_issues", - "creator", - "description", - "due_on", - "closed_at", - "id", - "node_id", - "labels_url", - "html_url", - "number", - "open_issues", - "state", - "title", - "url", - "created_at", - "updated_at" - ] - } - ] - }, - "locked": { - "type": "boolean", - "example": true - }, - "active_lock_reason": { - "type": "string", - "example": "too heated", - "nullable": true - }, - "comments": { - "type": "integer", - "example": 0 - }, - "pull_request": { - "type": "object", - "properties": { - "merged_at": { - "type": "string", - "format": "date-time", - "nullable": true - }, - "diff_url": { - "type": "string", - "format": "uri", - "nullable": true - }, - "html_url": { - "type": "string", - "format": "uri", - "nullable": true - }, - "patch_url": { - "type": "string", - "format": "uri", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "nullable": true - } - }, - "required": [ - "diff_url", - "html_url", - "patch_url", - "url" - ] - }, - "closed_at": { - "type": "string", - "format": "date-time", - "nullable": true - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2011-04-22T13:33:48Z" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2011-04-22T13:33:48Z" - }, - "author_association": { - "title": "author_association", - "type": "string", - "example": "OWNER", - "description": "How the author is associated with the repository.", - "enum": [ - "COLLABORATOR", - "CONTRIBUTOR", - "FIRST_TIMER", - "FIRST_TIME_CONTRIBUTOR", - "MANNEQUIN", - "MEMBER", - "NONE", - "OWNER" - ] - }, - "body_html": { - "type": "string" - }, - "body_text": { - "type": "string" - }, - "timeline_url": { - "type": "string", - "format": "uri" - }, - "repository": { - "title": "Repository", - "description": "A git repository", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the repository", - "example": 42, - "type": "integer" - }, - "node_id": { - "type": "string", - "example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" - }, - "name": { - "description": "The name of the repository.", - "type": "string", - "example": "Team Environment" - }, - "full_name": { - "type": "string", - "example": "octocat/Hello-World" - }, - "license": { - "nullable": true, - "allOf": [ - { - "title": "License Simple", - "description": "License Simple", - "type": "object", - "properties": { - "key": { - "type": "string", - "example": "mit" - }, - "name": { - "type": "string", - "example": "MIT License" - }, - "url": { - "type": "string", - "nullable": true, - "format": "uri", - "example": "https://api.github.com/licenses/mit" - }, - "spdx_id": { - "type": "string", - "nullable": true, - "example": "MIT" - }, - "node_id": { - "type": "string", - "example": "MDc6TGljZW5zZW1pdA==" - }, - "html_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ] - } - ] - }, - "organization": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "forks": { - "type": "integer" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" - ] - }, - "owner": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "private": { - "description": "Whether the repository is private or public.", - "default": false, - "type": "boolean" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat/Hello-World" - }, - "description": { - "type": "string", - "example": "This your first repo!", - "nullable": true - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World" - }, - "archive_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" - }, - "assignees_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" - }, - "blobs_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" - }, - "branches_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" - }, - "collaborators_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" - }, - "comments_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}" - }, - "commits_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" - }, - "compare_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" - }, - "contents_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" - }, - "contributors_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/contributors" - }, - "deployments_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/deployments" - }, - "downloads_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/downloads" - }, - "events_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/events" - }, - "forks_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/forks" - }, - "git_commits_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" - }, - "git_refs_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" - }, - "git_tags_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" - }, - "git_url": { - "type": "string", - "example": "git:github.com/octocat/Hello-World.git" - }, - "issue_comment_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" - }, - "issue_events_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" - }, - "issues_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}" - }, - "keys_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" - }, - "labels_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}" - }, - "languages_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/languages" - }, - "merges_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/merges" - }, - "milestones_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" - }, - "notifications_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" - }, - "pulls_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" - }, - "releases_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}" - }, - "ssh_url": { - "type": "string", - "example": "git@github.com:octocat/Hello-World.git" - }, - "stargazers_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/stargazers" - }, - "statuses_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" - }, - "subscribers_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/subscribers" - }, - "subscription_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/subscription" - }, - "tags_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/tags" - }, - "teams_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/teams" - }, - "trees_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" - }, - "clone_url": { - "type": "string", - "example": "https://github.com/octocat/Hello-World.git" - }, - "mirror_url": { - "type": "string", - "format": "uri", - "example": "git:git.example.com/octocat/Hello-World", - "nullable": true - }, - "hooks_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/hooks" - }, - "svn_url": { - "type": "string", - "format": "uri", - "example": "https://svn.github.com/octocat/Hello-World" - }, - "homepage": { - "type": "string", - "format": "uri", - "example": "https://github.com", - "nullable": true - }, - "language": { - "type": "string", - "nullable": true - }, - "forks_count": { - "type": "integer", - "example": 9 - }, - "stargazers_count": { - "type": "integer", - "example": 80 - }, - "watchers_count": { - "type": "integer", - "example": 80 - }, - "size": { - "type": "integer", - "example": 108 - }, - "default_branch": { - "description": "The default branch of the repository.", - "type": "string", - "example": "master" - }, - "open_issues_count": { - "type": "integer", - "example": 0 - }, - "is_template": { - "description": "Whether this repository acts as a template that can be used to generate new repositories.", - "default": false, - "type": "boolean", - "example": true - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "has_issues": { - "description": "Whether issues are enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_projects": { - "description": "Whether projects are enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_wiki": { - "description": "Whether the wiki is enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_pages": { - "type": "boolean" - }, - "has_downloads": { - "description": "Whether downloads are enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "archived": { - "description": "Whether the repository is archived.", - "default": false, - "type": "boolean" - }, - "disabled": { - "type": "boolean", - "description": "Returns whether or not this repository disabled." - }, - "visibility": { - "description": "The repository visibility: public, private, or internal.", - "default": "public", - "type": "string" - }, - "pushed_at": { - "type": "string", - "format": "date-time", - "example": "2011-01-26T19:06:43Z", - "nullable": true - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2011-01-26T19:01:12Z", - "nullable": true - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2011-01-26T19:14:43Z", - "nullable": true - }, - "allow_rebase_merge": { - "description": "Whether to allow rebase merges for pull requests.", - "default": true, - "type": "boolean", - "example": true - }, - "template_repository": { - "nullable": true, - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "full_name": { - "type": "string" - }, - "owner": { - "type": "object", - "properties": { - "login": { - "type": "string" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "avatar_url": { - "type": "string" - }, - "gravatar_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "html_url": { - "type": "string" - }, - "followers_url": { - "type": "string" - }, - "following_url": { - "type": "string" - }, - "gists_url": { - "type": "string" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string" - }, - "organizations_url": { - "type": "string" - }, - "repos_url": { - "type": "string" - }, - "events_url": { - "type": "string" - }, - "received_events_url": { - "type": "string" - }, - "type": { - "type": "string" - }, - "site_admin": { - "type": "boolean" - } - } - }, - "private": { - "type": "boolean" - }, - "html_url": { - "type": "string" - }, - "description": { - "type": "string" - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string" - }, - "archive_url": { - "type": "string" - }, - "assignees_url": { - "type": "string" - }, - "blobs_url": { - "type": "string" - }, - "branches_url": { - "type": "string" - }, - "collaborators_url": { - "type": "string" - }, - "comments_url": { - "type": "string" - }, - "commits_url": { - "type": "string" - }, - "compare_url": { - "type": "string" - }, - "contents_url": { - "type": "string" - }, - "contributors_url": { - "type": "string" - }, - "deployments_url": { - "type": "string" - }, - "downloads_url": { - "type": "string" - }, - "events_url": { - "type": "string" - }, - "forks_url": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "git_url": { - "type": "string" - }, - "issue_comment_url": { - "type": "string" - }, - "issue_events_url": { - "type": "string" - }, - "issues_url": { - "type": "string" - }, - "keys_url": { - "type": "string" - }, - "labels_url": { - "type": "string" - }, - "languages_url": { - "type": "string" - }, - "merges_url": { - "type": "string" - }, - "milestones_url": { - "type": "string" - }, - "notifications_url": { - "type": "string" - }, - "pulls_url": { - "type": "string" - }, - "releases_url": { - "type": "string" - }, - "ssh_url": { - "type": "string" - }, - "stargazers_url": { - "type": "string" - }, - "statuses_url": { - "type": "string" - }, - "subscribers_url": { - "type": "string" - }, - "subscription_url": { - "type": "string" - }, - "tags_url": { - "type": "string" - }, - "teams_url": { - "type": "string" - }, - "trees_url": { - "type": "string" - }, - "clone_url": { - "type": "string" - }, - "mirror_url": { - "type": "string" - }, - "hooks_url": { - "type": "string" - }, - "svn_url": { - "type": "string" - }, - "homepage": { - "type": "string" - }, - "language": { - "type": "string" - }, - "forks_count": { - "type": "integer" - }, - "stargazers_count": { - "type": "integer" - }, - "watchers_count": { - "type": "integer" - }, - "size": { - "type": "integer" - }, - "default_branch": { - "type": "string" - }, - "open_issues_count": { - "type": "integer" - }, - "is_template": { - "type": "boolean" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "has_issues": { - "type": "boolean" - }, - "has_projects": { - "type": "boolean" - }, - "has_wiki": { - "type": "boolean" - }, - "has_pages": { - "type": "boolean" - }, - "has_downloads": { - "type": "boolean" - }, - "archived": { - "type": "boolean" - }, - "disabled": { - "type": "boolean" - }, - "visibility": { - "type": "string" - }, - "pushed_at": { - "type": "string" - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - } - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "temp_clone_token": { - "type": "string" - }, - "allow_squash_merge": { - "type": "boolean" - }, - "delete_branch_on_merge": { - "type": "boolean" - }, - "allow_merge_commit": { - "type": "boolean" - }, - "subscribers_count": { - "type": "integer" - }, - "network_count": { - "type": "integer" - } - } - }, - "temp_clone_token": { - "type": "string" - }, - "allow_squash_merge": { - "description": "Whether to allow squash merges for pull requests.", - "default": true, - "type": "boolean", - "example": true - }, - "delete_branch_on_merge": { - "description": "Whether to delete head branches when pull requests are merged", - "default": false, - "type": "boolean", - "example": false - }, - "allow_merge_commit": { - "description": "Whether to allow merge commits for pull requests.", - "default": true, - "type": "boolean", - "example": true - }, - "subscribers_count": { - "type": "integer" - }, - "network_count": { - "type": "integer" - }, - "open_issues": { - "type": "integer" - }, - "watchers": { - "type": "integer" - }, - "master_branch": { - "type": "string" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:42Z\"" - } - }, - "required": [ - "archive_url", - "assignees_url", - "blobs_url", - "branches_url", - "collaborators_url", - "comments_url", - "commits_url", - "compare_url", - "contents_url", - "contributors_url", - "deployments_url", - "description", - "downloads_url", - "events_url", - "fork", - "forks_url", - "full_name", - "git_commits_url", - "git_refs_url", - "git_tags_url", - "hooks_url", - "html_url", - "id", - "node_id", - "issue_comment_url", - "issue_events_url", - "issues_url", - "keys_url", - "labels_url", - "languages_url", - "merges_url", - "milestones_url", - "name", - "notifications_url", - "owner", - "private", - "pulls_url", - "releases_url", - "stargazers_url", - "statuses_url", - "subscribers_url", - "subscription_url", - "tags_url", - "teams_url", - "trees_url", - "url", - "clone_url", - "default_branch", - "forks", - "forks_count", - "git_url", - "has_downloads", - "has_issues", - "has_projects", - "has_wiki", - "has_pages", - "homepage", - "language", - "archived", - "disabled", - "mirror_url", - "open_issues", - "open_issues_count", - "license", - "pushed_at", - "size", - "ssh_url", - "stargazers_count", - "svn_url", - "watchers", - "watchers_count", - "created_at", - "updated_at" - ] - }, - "performed_via_github_app": { - "nullable": true, - "allOf": [ - { - "title": "GitHub app", - "description": "GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the GitHub app", - "example": 37, - "type": "integer" - }, - "slug": { - "description": "The slug name of the GitHub app", - "example": "probot-owners", - "type": "string" - }, - "node_id": { - "type": "string", - "example": "MDExOkludGVncmF0aW9uMQ==" - }, - "owner": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "name": { - "description": "The name of the GitHub app", - "example": "Probot Owners", - "type": "string" - }, - "description": { - "type": "string", - "example": "The description of the app.", - "nullable": true - }, - "external_url": { - "type": "string", - "format": "uri", - "example": "https://example.com" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/apps/super-ci" - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2017-07-08T16:18:44-04:00" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2017-07-08T16:18:44-04:00" - }, - "permissions": { - "description": "The set of permissions for the GitHub app", - "type": "object", - "properties": { - "issues": { - "type": "string" - }, - "checks": { - "type": "string" - }, - "metadata": { - "type": "string" - }, - "contents": { - "type": "string" - }, - "deployments": { - "type": "string" - } - }, - "additionalProperties": { - "type": "string" - }, - "example": { - "issues": "read", - "deployments": "write" - } - }, - "events": { - "description": "The list of events for the GitHub app", - "example": [ - "label", - "deployment" - ], - "type": "array", - "items": { - "type": "string" - } - }, - "installations_count": { - "description": "The number of installations associated with the GitHub app", - "example": 5, - "type": "integer" - }, - "client_id": { - "type": "string", - "example": "\"Iv1.25b5d1e65ffc4022\"" - }, - "client_secret": { - "type": "string", - "example": "\"1d4b2097ac622ba702d19de498f005747a8b21d3\"" - }, - "webhook_secret": { - "type": "string", - "example": "\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\"", - "nullable": true - }, - "pem": { - "type": "string", - "example": "\"-----BEGIN RSA PRIVATE KEY-----\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\n-----END RSA PRIVATE KEY-----\\n\"" - } - }, - "required": [ - "id", - "node_id", - "owner", - "name", - "description", - "external_url", - "html_url", - "created_at", - "updated_at", - "permissions", - "events" - ], - "additionalProperties": true - } - ] - } - }, - "required": [ - "assignee", - "closed_at", - "comments", - "comments_url", - "events_url", - "html_url", - "id", - "node_id", - "labels", - "labels_url", - "milestone", - "number", - "repository_url", - "state", - "locked", - "title", - "url", - "user", - "author_association", - "created_at", - "updated_at" - ] - }, - "comment": { - "title": "Issue Comment", - "description": "Comments provide a way for people to collaborate on an issue.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the issue comment", - "example": 42, - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "url": { - "description": "URL for the issue comment", - "example": "https://api.github.com/repositories/42/issues/comments/1", - "type": "string", - "format": "uri" - }, - "body": { - "description": "Contents of the issue comment", - "example": "What version of Safari were you using when you observed this bug?", - "type": "string" - }, - "body_text": { - "type": "string" - }, - "body_html": { - "type": "string" - }, - "html_url": { - "type": "string", - "format": "uri" - }, - "user": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2011-04-14T16:00:49Z" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2011-04-14T16:00:49Z" - }, - "issue_url": { - "type": "string", - "format": "uri" - }, - "author_association": { - "title": "author_association", - "type": "string", - "example": "OWNER", - "description": "How the author is associated with the repository.", - "enum": [ - "COLLABORATOR", - "CONTRIBUTOR", - "FIRST_TIMER", - "FIRST_TIME_CONTRIBUTOR", - "MANNEQUIN", - "MEMBER", - "NONE", - "OWNER" - ] - }, - "performed_via_github_app": { - "nullable": true, - "allOf": [ - { - "title": "GitHub app", - "description": "GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the GitHub app", - "example": 37, - "type": "integer" - }, - "slug": { - "description": "The slug name of the GitHub app", - "example": "probot-owners", - "type": "string" - }, - "node_id": { - "type": "string", - "example": "MDExOkludGVncmF0aW9uMQ==" - }, - "owner": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "name": { - "description": "The name of the GitHub app", - "example": "Probot Owners", - "type": "string" - }, - "description": { - "type": "string", - "example": "The description of the app.", - "nullable": true - }, - "external_url": { - "type": "string", - "format": "uri", - "example": "https://example.com" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/apps/super-ci" - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2017-07-08T16:18:44-04:00" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2017-07-08T16:18:44-04:00" - }, - "permissions": { - "description": "The set of permissions for the GitHub app", - "type": "object", - "properties": { - "issues": { - "type": "string" - }, - "checks": { - "type": "string" - }, - "metadata": { - "type": "string" - }, - "contents": { - "type": "string" - }, - "deployments": { - "type": "string" - } - }, - "additionalProperties": { - "type": "string" - }, - "example": { - "issues": "read", - "deployments": "write" - } - }, - "events": { - "description": "The list of events for the GitHub app", - "example": [ - "label", - "deployment" - ], - "type": "array", - "items": { - "type": "string" - } - }, - "installations_count": { - "description": "The number of installations associated with the GitHub app", - "example": 5, - "type": "integer" - }, - "client_id": { - "type": "string", - "example": "\"Iv1.25b5d1e65ffc4022\"" - }, - "client_secret": { - "type": "string", - "example": "\"1d4b2097ac622ba702d19de498f005747a8b21d3\"" - }, - "webhook_secret": { - "type": "string", - "example": "\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\"", - "nullable": true - }, - "pem": { - "type": "string", - "example": "\"-----BEGIN RSA PRIVATE KEY-----\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\n-----END RSA PRIVATE KEY-----\\n\"" - } - }, - "required": [ - "id", - "node_id", - "owner", - "name", - "description", - "external_url", - "html_url", - "created_at", - "updated_at", - "permissions", - "events" - ], - "additionalProperties": true - } - ] - }, - "reactions": { - "title": "Reaction Rollup", - "type": "object", - "properties": { - "url": { - "type": "string", - "format": "uri" - }, - "total_count": { - "type": "integer" - }, - "+1": { - "type": "integer" - }, - "-1": { - "type": "integer" - }, - "laugh": { - "type": "integer" - }, - "confused": { - "type": "integer" - }, - "heart": { - "type": "integer" - }, - "hooray": { - "type": "integer" - }, - "eyes": { - "type": "integer" - }, - "rocket": { - "type": "integer" - } - }, - "required": [ - "url", - "total_count", - "+1", - "-1", - "laugh", - "confused", - "heart", - "hooray", - "eyes", - "rocket" - ] - } - }, - "required": [ - "id", - "node_id", - "html_url", - "issue_url", - "author_association", - "user", - "url", - "created_at", - "updated_at" - ] - }, - "pages": { - "type": "array", - "items": { - "type": "object", - "properties": { - "page_name": { - "type": "string" - }, - "title": { - "type": "string" - }, - "summary": { - "type": "string", - "nullable": true - }, - "action": { - "type": "string" - }, - "sha": { - "type": "string" - }, - "html_url": { - "type": "string" - } - } - } - } - } - }, - "public": { - "type": "boolean" - }, - "created_at": { - "type": "string", - "format": "date-time", - "nullable": true - } - }, - "required": [ - "id", - "type", - "actor", - "repo", - "payload", - "public", - "created_at" - ] - } - } - } - } - }, - "404": { - "description": "Resource not found", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "url": { - "type": "string" - }, - "status": { - "type": "string" - } - } - } - } - } - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "url": { - "type": "string" - }, - "status": { - "type": "string" - } - } - } - } - } - }, - "304": { - "description": "Not modified" - }, - "301": { - "description": "Moved permanently", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "url": { - "type": "string" - }, - "status": { - "type": "string" - } - } - } - } - } - } - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": true, - "previews": [ - - ], - "category": "activity", - "subcategory": "events" - } - } - }, "/notifications": { "get": { "summary": "List notifications for the authenticated user", @@ -44070,2844 +38263,6 @@ } } }, - "/orgs/{org}/events": { - "get": { - "summary": "List public organization events", - "description": "", - "tags": [ - "activity" - ], - "operationId": "activity/list-public-org-events", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/github-ae@latest/rest/reference/activity#list-public-organization-events" - }, - "parameters": [ - { - "name": "org", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - }, - { - "name": "per_page", - "description": "Results per page (max 100).", - "in": "query", - "schema": { - "type": "integer", - "default": 30 - } - }, - { - "name": "page", - "description": "Page number of the results to fetch.", - "in": "query", - "schema": { - "type": "integer", - "default": 1 - } - } - ], - "responses": { - "200": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "type": "array", - "items": { - "title": "Event", - "description": "Event", - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "type": { - "type": "string", - "nullable": true - }, - "actor": { - "title": "Actor", - "description": "Actor", - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "login": { - "type": "string" - }, - "display_login": { - "type": "string" - }, - "gravatar_id": { - "type": "string", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri" - }, - "avatar_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "id", - "login", - "gravatar_id", - "url", - "avatar_url" - ] - }, - "repo": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "id", - "name", - "url" - ] - }, - "org": { - "title": "Actor", - "description": "Actor", - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "login": { - "type": "string" - }, - "display_login": { - "type": "string" - }, - "gravatar_id": { - "type": "string", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri" - }, - "avatar_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "id", - "login", - "gravatar_id", - "url", - "avatar_url" - ] - }, - "payload": { - "type": "object", - "properties": { - "action": { - "type": "string" - }, - "issue": { - "title": "Issue Simple", - "description": "Issue Simple", - "type": "object", - "properties": { - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDU6SXNzdWUx" - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347" - }, - "repository_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World" - }, - "labels_url": { - "type": "string", - "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347/labels{/name}" - }, - "comments_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347/comments" - }, - "events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347/events" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat/Hello-World/issues/1347" - }, - "number": { - "type": "integer", - "example": 1347 - }, - "state": { - "type": "string", - "example": "open" - }, - "title": { - "type": "string", - "example": "Found a bug" - }, - "body": { - "type": "string", - "example": "I'm having a problem with this." - }, - "user": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "labels": { - "type": "array", - "items": { - "title": "Label", - "description": "Color-coded labels help you categorize and filter your issues (just like labels in Gmail).", - "type": "object", - "properties": { - "id": { - "type": "integer", - "format": "int64", - "example": 208045946 - }, - "node_id": { - "type": "string", - "example": "MDU6TGFiZWwyMDgwNDU5NDY=" - }, - "url": { - "description": "URL for the label", - "example": "https://api.github.com/repositories/42/labels/bug", - "type": "string", - "format": "uri" - }, - "name": { - "description": "The name of the label.", - "example": "bug", - "type": "string" - }, - "description": { - "type": "string", - "example": "Something isn't working", - "nullable": true - }, - "color": { - "description": "6-character hex code, without the leading #, identifying the color", - "example": "FFFFFF", - "type": "string" - }, - "default": { - "type": "boolean", - "example": true - } - }, - "required": [ - "id", - "node_id", - "url", - "name", - "description", - "color", - "default" - ] - } - }, - "assignee": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "assignees": { - "type": "array", - "items": { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - }, - "nullable": true - }, - "milestone": { - "nullable": true, - "allOf": [ - { - "title": "Milestone", - "description": "A collection of related issues and pull requests.", - "type": "object", - "properties": { - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World/milestones/1" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat/Hello-World/milestones/v1.0" - }, - "labels_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World/milestones/1/labels" - }, - "id": { - "type": "integer", - "example": 1002604 - }, - "node_id": { - "type": "string", - "example": "MDk6TWlsZXN0b25lMTAwMjYwNA==" - }, - "number": { - "description": "The number of the milestone.", - "type": "integer", - "example": 42 - }, - "state": { - "description": "The state of the milestone.", - "example": "open", - "type": "string", - "enum": [ - "open", - "closed" - ], - "default": "open" - }, - "title": { - "description": "The title of the milestone.", - "example": "v1.0", - "type": "string" - }, - "description": { - "type": "string", - "example": "Tracking milestone for version 1.0", - "nullable": true - }, - "creator": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "open_issues": { - "type": "integer", - "example": 4 - }, - "closed_issues": { - "type": "integer", - "example": 8 - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2011-04-10T20:09:31Z" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2014-03-03T18:58:10Z" - }, - "closed_at": { - "type": "string", - "format": "date-time", - "example": "2013-02-12T13:22:01Z", - "nullable": true - }, - "due_on": { - "type": "string", - "format": "date-time", - "example": "2012-10-09T23:39:01Z", - "nullable": true - } - }, - "required": [ - "closed_issues", - "creator", - "description", - "due_on", - "closed_at", - "id", - "node_id", - "labels_url", - "html_url", - "number", - "open_issues", - "state", - "title", - "url", - "created_at", - "updated_at" - ] - } - ] - }, - "locked": { - "type": "boolean", - "example": true - }, - "active_lock_reason": { - "type": "string", - "example": "too heated", - "nullable": true - }, - "comments": { - "type": "integer", - "example": 0 - }, - "pull_request": { - "type": "object", - "properties": { - "merged_at": { - "type": "string", - "format": "date-time", - "nullable": true - }, - "diff_url": { - "type": "string", - "format": "uri", - "nullable": true - }, - "html_url": { - "type": "string", - "format": "uri", - "nullable": true - }, - "patch_url": { - "type": "string", - "format": "uri", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "nullable": true - } - }, - "required": [ - "diff_url", - "html_url", - "patch_url", - "url" - ] - }, - "closed_at": { - "type": "string", - "format": "date-time", - "nullable": true - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2011-04-22T13:33:48Z" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2011-04-22T13:33:48Z" - }, - "author_association": { - "title": "author_association", - "type": "string", - "example": "OWNER", - "description": "How the author is associated with the repository.", - "enum": [ - "COLLABORATOR", - "CONTRIBUTOR", - "FIRST_TIMER", - "FIRST_TIME_CONTRIBUTOR", - "MANNEQUIN", - "MEMBER", - "NONE", - "OWNER" - ] - }, - "body_html": { - "type": "string" - }, - "body_text": { - "type": "string" - }, - "timeline_url": { - "type": "string", - "format": "uri" - }, - "repository": { - "title": "Repository", - "description": "A git repository", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the repository", - "example": 42, - "type": "integer" - }, - "node_id": { - "type": "string", - "example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" - }, - "name": { - "description": "The name of the repository.", - "type": "string", - "example": "Team Environment" - }, - "full_name": { - "type": "string", - "example": "octocat/Hello-World" - }, - "license": { - "nullable": true, - "allOf": [ - { - "title": "License Simple", - "description": "License Simple", - "type": "object", - "properties": { - "key": { - "type": "string", - "example": "mit" - }, - "name": { - "type": "string", - "example": "MIT License" - }, - "url": { - "type": "string", - "nullable": true, - "format": "uri", - "example": "https://api.github.com/licenses/mit" - }, - "spdx_id": { - "type": "string", - "nullable": true, - "example": "MIT" - }, - "node_id": { - "type": "string", - "example": "MDc6TGljZW5zZW1pdA==" - }, - "html_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ] - } - ] - }, - "organization": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "forks": { - "type": "integer" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" - ] - }, - "owner": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "private": { - "description": "Whether the repository is private or public.", - "default": false, - "type": "boolean" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat/Hello-World" - }, - "description": { - "type": "string", - "example": "This your first repo!", - "nullable": true - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World" - }, - "archive_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" - }, - "assignees_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" - }, - "blobs_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" - }, - "branches_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" - }, - "collaborators_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" - }, - "comments_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}" - }, - "commits_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" - }, - "compare_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" - }, - "contents_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" - }, - "contributors_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/contributors" - }, - "deployments_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/deployments" - }, - "downloads_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/downloads" - }, - "events_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/events" - }, - "forks_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/forks" - }, - "git_commits_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" - }, - "git_refs_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" - }, - "git_tags_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" - }, - "git_url": { - "type": "string", - "example": "git:github.com/octocat/Hello-World.git" - }, - "issue_comment_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" - }, - "issue_events_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" - }, - "issues_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}" - }, - "keys_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" - }, - "labels_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}" - }, - "languages_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/languages" - }, - "merges_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/merges" - }, - "milestones_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" - }, - "notifications_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" - }, - "pulls_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" - }, - "releases_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}" - }, - "ssh_url": { - "type": "string", - "example": "git@github.com:octocat/Hello-World.git" - }, - "stargazers_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/stargazers" - }, - "statuses_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" - }, - "subscribers_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/subscribers" - }, - "subscription_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/subscription" - }, - "tags_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/tags" - }, - "teams_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/teams" - }, - "trees_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" - }, - "clone_url": { - "type": "string", - "example": "https://github.com/octocat/Hello-World.git" - }, - "mirror_url": { - "type": "string", - "format": "uri", - "example": "git:git.example.com/octocat/Hello-World", - "nullable": true - }, - "hooks_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/hooks" - }, - "svn_url": { - "type": "string", - "format": "uri", - "example": "https://svn.github.com/octocat/Hello-World" - }, - "homepage": { - "type": "string", - "format": "uri", - "example": "https://github.com", - "nullable": true - }, - "language": { - "type": "string", - "nullable": true - }, - "forks_count": { - "type": "integer", - "example": 9 - }, - "stargazers_count": { - "type": "integer", - "example": 80 - }, - "watchers_count": { - "type": "integer", - "example": 80 - }, - "size": { - "type": "integer", - "example": 108 - }, - "default_branch": { - "description": "The default branch of the repository.", - "type": "string", - "example": "master" - }, - "open_issues_count": { - "type": "integer", - "example": 0 - }, - "is_template": { - "description": "Whether this repository acts as a template that can be used to generate new repositories.", - "default": false, - "type": "boolean", - "example": true - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "has_issues": { - "description": "Whether issues are enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_projects": { - "description": "Whether projects are enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_wiki": { - "description": "Whether the wiki is enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_pages": { - "type": "boolean" - }, - "has_downloads": { - "description": "Whether downloads are enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "archived": { - "description": "Whether the repository is archived.", - "default": false, - "type": "boolean" - }, - "disabled": { - "type": "boolean", - "description": "Returns whether or not this repository disabled." - }, - "visibility": { - "description": "The repository visibility: public, private, or internal.", - "default": "public", - "type": "string" - }, - "pushed_at": { - "type": "string", - "format": "date-time", - "example": "2011-01-26T19:06:43Z", - "nullable": true - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2011-01-26T19:01:12Z", - "nullable": true - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2011-01-26T19:14:43Z", - "nullable": true - }, - "allow_rebase_merge": { - "description": "Whether to allow rebase merges for pull requests.", - "default": true, - "type": "boolean", - "example": true - }, - "template_repository": { - "nullable": true, - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "full_name": { - "type": "string" - }, - "owner": { - "type": "object", - "properties": { - "login": { - "type": "string" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "avatar_url": { - "type": "string" - }, - "gravatar_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "html_url": { - "type": "string" - }, - "followers_url": { - "type": "string" - }, - "following_url": { - "type": "string" - }, - "gists_url": { - "type": "string" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string" - }, - "organizations_url": { - "type": "string" - }, - "repos_url": { - "type": "string" - }, - "events_url": { - "type": "string" - }, - "received_events_url": { - "type": "string" - }, - "type": { - "type": "string" - }, - "site_admin": { - "type": "boolean" - } - } - }, - "private": { - "type": "boolean" - }, - "html_url": { - "type": "string" - }, - "description": { - "type": "string" - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string" - }, - "archive_url": { - "type": "string" - }, - "assignees_url": { - "type": "string" - }, - "blobs_url": { - "type": "string" - }, - "branches_url": { - "type": "string" - }, - "collaborators_url": { - "type": "string" - }, - "comments_url": { - "type": "string" - }, - "commits_url": { - "type": "string" - }, - "compare_url": { - "type": "string" - }, - "contents_url": { - "type": "string" - }, - "contributors_url": { - "type": "string" - }, - "deployments_url": { - "type": "string" - }, - "downloads_url": { - "type": "string" - }, - "events_url": { - "type": "string" - }, - "forks_url": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "git_url": { - "type": "string" - }, - "issue_comment_url": { - "type": "string" - }, - "issue_events_url": { - "type": "string" - }, - "issues_url": { - "type": "string" - }, - "keys_url": { - "type": "string" - }, - "labels_url": { - "type": "string" - }, - "languages_url": { - "type": "string" - }, - "merges_url": { - "type": "string" - }, - "milestones_url": { - "type": "string" - }, - "notifications_url": { - "type": "string" - }, - "pulls_url": { - "type": "string" - }, - "releases_url": { - "type": "string" - }, - "ssh_url": { - "type": "string" - }, - "stargazers_url": { - "type": "string" - }, - "statuses_url": { - "type": "string" - }, - "subscribers_url": { - "type": "string" - }, - "subscription_url": { - "type": "string" - }, - "tags_url": { - "type": "string" - }, - "teams_url": { - "type": "string" - }, - "trees_url": { - "type": "string" - }, - "clone_url": { - "type": "string" - }, - "mirror_url": { - "type": "string" - }, - "hooks_url": { - "type": "string" - }, - "svn_url": { - "type": "string" - }, - "homepage": { - "type": "string" - }, - "language": { - "type": "string" - }, - "forks_count": { - "type": "integer" - }, - "stargazers_count": { - "type": "integer" - }, - "watchers_count": { - "type": "integer" - }, - "size": { - "type": "integer" - }, - "default_branch": { - "type": "string" - }, - "open_issues_count": { - "type": "integer" - }, - "is_template": { - "type": "boolean" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "has_issues": { - "type": "boolean" - }, - "has_projects": { - "type": "boolean" - }, - "has_wiki": { - "type": "boolean" - }, - "has_pages": { - "type": "boolean" - }, - "has_downloads": { - "type": "boolean" - }, - "archived": { - "type": "boolean" - }, - "disabled": { - "type": "boolean" - }, - "visibility": { - "type": "string" - }, - "pushed_at": { - "type": "string" - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - } - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "temp_clone_token": { - "type": "string" - }, - "allow_squash_merge": { - "type": "boolean" - }, - "delete_branch_on_merge": { - "type": "boolean" - }, - "allow_merge_commit": { - "type": "boolean" - }, - "subscribers_count": { - "type": "integer" - }, - "network_count": { - "type": "integer" - } - } - }, - "temp_clone_token": { - "type": "string" - }, - "allow_squash_merge": { - "description": "Whether to allow squash merges for pull requests.", - "default": true, - "type": "boolean", - "example": true - }, - "delete_branch_on_merge": { - "description": "Whether to delete head branches when pull requests are merged", - "default": false, - "type": "boolean", - "example": false - }, - "allow_merge_commit": { - "description": "Whether to allow merge commits for pull requests.", - "default": true, - "type": "boolean", - "example": true - }, - "subscribers_count": { - "type": "integer" - }, - "network_count": { - "type": "integer" - }, - "open_issues": { - "type": "integer" - }, - "watchers": { - "type": "integer" - }, - "master_branch": { - "type": "string" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:42Z\"" - } - }, - "required": [ - "archive_url", - "assignees_url", - "blobs_url", - "branches_url", - "collaborators_url", - "comments_url", - "commits_url", - "compare_url", - "contents_url", - "contributors_url", - "deployments_url", - "description", - "downloads_url", - "events_url", - "fork", - "forks_url", - "full_name", - "git_commits_url", - "git_refs_url", - "git_tags_url", - "hooks_url", - "html_url", - "id", - "node_id", - "issue_comment_url", - "issue_events_url", - "issues_url", - "keys_url", - "labels_url", - "languages_url", - "merges_url", - "milestones_url", - "name", - "notifications_url", - "owner", - "private", - "pulls_url", - "releases_url", - "stargazers_url", - "statuses_url", - "subscribers_url", - "subscription_url", - "tags_url", - "teams_url", - "trees_url", - "url", - "clone_url", - "default_branch", - "forks", - "forks_count", - "git_url", - "has_downloads", - "has_issues", - "has_projects", - "has_wiki", - "has_pages", - "homepage", - "language", - "archived", - "disabled", - "mirror_url", - "open_issues", - "open_issues_count", - "license", - "pushed_at", - "size", - "ssh_url", - "stargazers_count", - "svn_url", - "watchers", - "watchers_count", - "created_at", - "updated_at" - ] - }, - "performed_via_github_app": { - "nullable": true, - "allOf": [ - { - "title": "GitHub app", - "description": "GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the GitHub app", - "example": 37, - "type": "integer" - }, - "slug": { - "description": "The slug name of the GitHub app", - "example": "probot-owners", - "type": "string" - }, - "node_id": { - "type": "string", - "example": "MDExOkludGVncmF0aW9uMQ==" - }, - "owner": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "name": { - "description": "The name of the GitHub app", - "example": "Probot Owners", - "type": "string" - }, - "description": { - "type": "string", - "example": "The description of the app.", - "nullable": true - }, - "external_url": { - "type": "string", - "format": "uri", - "example": "https://example.com" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/apps/super-ci" - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2017-07-08T16:18:44-04:00" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2017-07-08T16:18:44-04:00" - }, - "permissions": { - "description": "The set of permissions for the GitHub app", - "type": "object", - "properties": { - "issues": { - "type": "string" - }, - "checks": { - "type": "string" - }, - "metadata": { - "type": "string" - }, - "contents": { - "type": "string" - }, - "deployments": { - "type": "string" - } - }, - "additionalProperties": { - "type": "string" - }, - "example": { - "issues": "read", - "deployments": "write" - } - }, - "events": { - "description": "The list of events for the GitHub app", - "example": [ - "label", - "deployment" - ], - "type": "array", - "items": { - "type": "string" - } - }, - "installations_count": { - "description": "The number of installations associated with the GitHub app", - "example": 5, - "type": "integer" - }, - "client_id": { - "type": "string", - "example": "\"Iv1.25b5d1e65ffc4022\"" - }, - "client_secret": { - "type": "string", - "example": "\"1d4b2097ac622ba702d19de498f005747a8b21d3\"" - }, - "webhook_secret": { - "type": "string", - "example": "\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\"", - "nullable": true - }, - "pem": { - "type": "string", - "example": "\"-----BEGIN RSA PRIVATE KEY-----\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\n-----END RSA PRIVATE KEY-----\\n\"" - } - }, - "required": [ - "id", - "node_id", - "owner", - "name", - "description", - "external_url", - "html_url", - "created_at", - "updated_at", - "permissions", - "events" - ], - "additionalProperties": true - } - ] - } - }, - "required": [ - "assignee", - "closed_at", - "comments", - "comments_url", - "events_url", - "html_url", - "id", - "node_id", - "labels", - "labels_url", - "milestone", - "number", - "repository_url", - "state", - "locked", - "title", - "url", - "user", - "author_association", - "created_at", - "updated_at" - ] - }, - "comment": { - "title": "Issue Comment", - "description": "Comments provide a way for people to collaborate on an issue.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the issue comment", - "example": 42, - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "url": { - "description": "URL for the issue comment", - "example": "https://api.github.com/repositories/42/issues/comments/1", - "type": "string", - "format": "uri" - }, - "body": { - "description": "Contents of the issue comment", - "example": "What version of Safari were you using when you observed this bug?", - "type": "string" - }, - "body_text": { - "type": "string" - }, - "body_html": { - "type": "string" - }, - "html_url": { - "type": "string", - "format": "uri" - }, - "user": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2011-04-14T16:00:49Z" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2011-04-14T16:00:49Z" - }, - "issue_url": { - "type": "string", - "format": "uri" - }, - "author_association": { - "title": "author_association", - "type": "string", - "example": "OWNER", - "description": "How the author is associated with the repository.", - "enum": [ - "COLLABORATOR", - "CONTRIBUTOR", - "FIRST_TIMER", - "FIRST_TIME_CONTRIBUTOR", - "MANNEQUIN", - "MEMBER", - "NONE", - "OWNER" - ] - }, - "performed_via_github_app": { - "nullable": true, - "allOf": [ - { - "title": "GitHub app", - "description": "GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the GitHub app", - "example": 37, - "type": "integer" - }, - "slug": { - "description": "The slug name of the GitHub app", - "example": "probot-owners", - "type": "string" - }, - "node_id": { - "type": "string", - "example": "MDExOkludGVncmF0aW9uMQ==" - }, - "owner": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "name": { - "description": "The name of the GitHub app", - "example": "Probot Owners", - "type": "string" - }, - "description": { - "type": "string", - "example": "The description of the app.", - "nullable": true - }, - "external_url": { - "type": "string", - "format": "uri", - "example": "https://example.com" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/apps/super-ci" - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2017-07-08T16:18:44-04:00" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2017-07-08T16:18:44-04:00" - }, - "permissions": { - "description": "The set of permissions for the GitHub app", - "type": "object", - "properties": { - "issues": { - "type": "string" - }, - "checks": { - "type": "string" - }, - "metadata": { - "type": "string" - }, - "contents": { - "type": "string" - }, - "deployments": { - "type": "string" - } - }, - "additionalProperties": { - "type": "string" - }, - "example": { - "issues": "read", - "deployments": "write" - } - }, - "events": { - "description": "The list of events for the GitHub app", - "example": [ - "label", - "deployment" - ], - "type": "array", - "items": { - "type": "string" - } - }, - "installations_count": { - "description": "The number of installations associated with the GitHub app", - "example": 5, - "type": "integer" - }, - "client_id": { - "type": "string", - "example": "\"Iv1.25b5d1e65ffc4022\"" - }, - "client_secret": { - "type": "string", - "example": "\"1d4b2097ac622ba702d19de498f005747a8b21d3\"" - }, - "webhook_secret": { - "type": "string", - "example": "\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\"", - "nullable": true - }, - "pem": { - "type": "string", - "example": "\"-----BEGIN RSA PRIVATE KEY-----\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\n-----END RSA PRIVATE KEY-----\\n\"" - } - }, - "required": [ - "id", - "node_id", - "owner", - "name", - "description", - "external_url", - "html_url", - "created_at", - "updated_at", - "permissions", - "events" - ], - "additionalProperties": true - } - ] - }, - "reactions": { - "title": "Reaction Rollup", - "type": "object", - "properties": { - "url": { - "type": "string", - "format": "uri" - }, - "total_count": { - "type": "integer" - }, - "+1": { - "type": "integer" - }, - "-1": { - "type": "integer" - }, - "laugh": { - "type": "integer" - }, - "confused": { - "type": "integer" - }, - "heart": { - "type": "integer" - }, - "hooray": { - "type": "integer" - }, - "eyes": { - "type": "integer" - }, - "rocket": { - "type": "integer" - } - }, - "required": [ - "url", - "total_count", - "+1", - "-1", - "laugh", - "confused", - "heart", - "hooray", - "eyes", - "rocket" - ] - } - }, - "required": [ - "id", - "node_id", - "html_url", - "issue_url", - "author_association", - "user", - "url", - "created_at", - "updated_at" - ] - }, - "pages": { - "type": "array", - "items": { - "type": "object", - "properties": { - "page_name": { - "type": "string" - }, - "title": { - "type": "string" - }, - "summary": { - "type": "string", - "nullable": true - }, - "action": { - "type": "string" - }, - "sha": { - "type": "string" - }, - "html_url": { - "type": "string" - } - } - } - } - } - }, - "public": { - "type": "boolean" - }, - "created_at": { - "type": "string", - "format": "date-time", - "nullable": true - } - }, - "required": [ - "id", - "type", - "actor", - "repo", - "payload", - "public", - "created_at" - ] - } - } - } - } - } - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": true, - "previews": [ - - ], - "category": "activity", - "subcategory": "events" - } - } - }, "/orgs/{org}/hooks": { "get": { "summary": "List organization webhooks", @@ -54796,378 +46151,6 @@ } } }, - "/orgs/{org}/public_members": { - "get": { - "summary": "List public organization members", - "description": "Members of an organization can choose to have their membership publicized or not.", - "tags": [ - "orgs" - ], - "operationId": "orgs/list-public-members", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/github-ae@latest/rest/reference/orgs#list-public-organization-members" - }, - "parameters": [ - { - "name": "org", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - }, - { - "name": "per_page", - "description": "Results per page (max 100).", - "in": "query", - "schema": { - "type": "integer", - "default": 30 - } - }, - { - "name": "page", - "description": "Page number of the results to fetch.", - "in": "query", - "schema": { - "type": "integer", - "default": 1 - } - } - ], - "responses": { - "200": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "type": "array", - "items": { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - }, - "examples": { - "default": { - "value": [ - { - "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 - } - ] - } - } - } - }, - "headers": { - "Link": { - "example": "; rel=\"next\", ; rel=\"last\"", - "schema": { - "type": "string" - } - } - } - } - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": true, - "previews": [ - - ], - "category": "orgs", - "subcategory": "members" - } - } - }, - "/orgs/{org}/public_members/{username}": { - "get": { - "summary": "Check public organization membership for a user", - "description": "", - "tags": [ - "orgs" - ], - "operationId": "orgs/check-public-membership-for-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/github-ae@latest/rest/reference/orgs#check-public-organization-membership-for-a-user" - }, - "parameters": [ - { - "name": "org", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - }, - { - "name": "username", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "description": "Response if user is a public member" - }, - "404": { - "description": "Not Found if user is not a public member" - } - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": true, - "previews": [ - - ], - "category": "orgs", - "subcategory": "members" - } - }, - "put": { - "summary": "Set public organization membership for the authenticated user", - "description": "The user can publicize their own membership. (A user cannot publicize the membership for another user.)\n\nNote that you'll need to set `Content-Length` to zero when calling out to this endpoint. For more information, see \"[HTTP verbs](https://docs.github.com/github-ae@latest/rest/overview/resources-in-the-rest-api#http-verbs).\"", - "tags": [ - "orgs" - ], - "operationId": "orgs/set-public-membership-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/github-ae@latest/rest/reference/orgs#set-public-organization-membership-for-the-authenticated-user" - }, - "parameters": [ - { - "name": "org", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - }, - { - "name": "username", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "description": "Response" - }, - "403": { - "description": "Forbidden", - "content": { - "application/json": { - "schema": { - "title": "Basic Error", - "description": "Basic Error", - "type": "object", - "properties": { - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - }, - "url": { - "type": "string" - }, - "status": { - "type": "string" - } - } - } - } - } - } - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": false, - "previews": [ - - ], - "category": "orgs", - "subcategory": "members" - } - }, - "delete": { - "summary": "Remove public organization membership for the authenticated user", - "description": "", - "tags": [ - "orgs" - ], - "operationId": "orgs/remove-public-membership-for-authenticated-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/github-ae@latest/rest/reference/orgs#remove-public-organization-membership-for-the-authenticated-user" - }, - "parameters": [ - { - "name": "org", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - }, - { - "name": "username", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - } - ], - "responses": { - "204": { - "description": "Response" - } - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": false, - "previews": [ - - ], - "category": "orgs", - "subcategory": "members" - } - } - }, "/orgs/{org}/repos": { "get": { "summary": "List organization repositories", @@ -311547,2844 +302530,6 @@ } } }, - "/users/{username}/events/public": { - "get": { - "summary": "List public events for a user", - "description": "", - "tags": [ - "activity" - ], - "operationId": "activity/list-public-events-for-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/github-ae@latest/rest/reference/activity#list-public-events-for-a-user" - }, - "parameters": [ - { - "name": "username", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - }, - { - "name": "per_page", - "description": "Results per page (max 100).", - "in": "query", - "schema": { - "type": "integer", - "default": 30 - } - }, - { - "name": "page", - "description": "Page number of the results to fetch.", - "in": "query", - "schema": { - "type": "integer", - "default": 1 - } - } - ], - "responses": { - "200": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "type": "array", - "items": { - "title": "Event", - "description": "Event", - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "type": { - "type": "string", - "nullable": true - }, - "actor": { - "title": "Actor", - "description": "Actor", - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "login": { - "type": "string" - }, - "display_login": { - "type": "string" - }, - "gravatar_id": { - "type": "string", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri" - }, - "avatar_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "id", - "login", - "gravatar_id", - "url", - "avatar_url" - ] - }, - "repo": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "id", - "name", - "url" - ] - }, - "org": { - "title": "Actor", - "description": "Actor", - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "login": { - "type": "string" - }, - "display_login": { - "type": "string" - }, - "gravatar_id": { - "type": "string", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri" - }, - "avatar_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "id", - "login", - "gravatar_id", - "url", - "avatar_url" - ] - }, - "payload": { - "type": "object", - "properties": { - "action": { - "type": "string" - }, - "issue": { - "title": "Issue Simple", - "description": "Issue Simple", - "type": "object", - "properties": { - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDU6SXNzdWUx" - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347" - }, - "repository_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World" - }, - "labels_url": { - "type": "string", - "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347/labels{/name}" - }, - "comments_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347/comments" - }, - "events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347/events" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat/Hello-World/issues/1347" - }, - "number": { - "type": "integer", - "example": 1347 - }, - "state": { - "type": "string", - "example": "open" - }, - "title": { - "type": "string", - "example": "Found a bug" - }, - "body": { - "type": "string", - "example": "I'm having a problem with this." - }, - "user": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "labels": { - "type": "array", - "items": { - "title": "Label", - "description": "Color-coded labels help you categorize and filter your issues (just like labels in Gmail).", - "type": "object", - "properties": { - "id": { - "type": "integer", - "format": "int64", - "example": 208045946 - }, - "node_id": { - "type": "string", - "example": "MDU6TGFiZWwyMDgwNDU5NDY=" - }, - "url": { - "description": "URL for the label", - "example": "https://api.github.com/repositories/42/labels/bug", - "type": "string", - "format": "uri" - }, - "name": { - "description": "The name of the label.", - "example": "bug", - "type": "string" - }, - "description": { - "type": "string", - "example": "Something isn't working", - "nullable": true - }, - "color": { - "description": "6-character hex code, without the leading #, identifying the color", - "example": "FFFFFF", - "type": "string" - }, - "default": { - "type": "boolean", - "example": true - } - }, - "required": [ - "id", - "node_id", - "url", - "name", - "description", - "color", - "default" - ] - } - }, - "assignee": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "assignees": { - "type": "array", - "items": { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - }, - "nullable": true - }, - "milestone": { - "nullable": true, - "allOf": [ - { - "title": "Milestone", - "description": "A collection of related issues and pull requests.", - "type": "object", - "properties": { - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World/milestones/1" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat/Hello-World/milestones/v1.0" - }, - "labels_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World/milestones/1/labels" - }, - "id": { - "type": "integer", - "example": 1002604 - }, - "node_id": { - "type": "string", - "example": "MDk6TWlsZXN0b25lMTAwMjYwNA==" - }, - "number": { - "description": "The number of the milestone.", - "type": "integer", - "example": 42 - }, - "state": { - "description": "The state of the milestone.", - "example": "open", - "type": "string", - "enum": [ - "open", - "closed" - ], - "default": "open" - }, - "title": { - "description": "The title of the milestone.", - "example": "v1.0", - "type": "string" - }, - "description": { - "type": "string", - "example": "Tracking milestone for version 1.0", - "nullable": true - }, - "creator": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "open_issues": { - "type": "integer", - "example": 4 - }, - "closed_issues": { - "type": "integer", - "example": 8 - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2011-04-10T20:09:31Z" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2014-03-03T18:58:10Z" - }, - "closed_at": { - "type": "string", - "format": "date-time", - "example": "2013-02-12T13:22:01Z", - "nullable": true - }, - "due_on": { - "type": "string", - "format": "date-time", - "example": "2012-10-09T23:39:01Z", - "nullable": true - } - }, - "required": [ - "closed_issues", - "creator", - "description", - "due_on", - "closed_at", - "id", - "node_id", - "labels_url", - "html_url", - "number", - "open_issues", - "state", - "title", - "url", - "created_at", - "updated_at" - ] - } - ] - }, - "locked": { - "type": "boolean", - "example": true - }, - "active_lock_reason": { - "type": "string", - "example": "too heated", - "nullable": true - }, - "comments": { - "type": "integer", - "example": 0 - }, - "pull_request": { - "type": "object", - "properties": { - "merged_at": { - "type": "string", - "format": "date-time", - "nullable": true - }, - "diff_url": { - "type": "string", - "format": "uri", - "nullable": true - }, - "html_url": { - "type": "string", - "format": "uri", - "nullable": true - }, - "patch_url": { - "type": "string", - "format": "uri", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "nullable": true - } - }, - "required": [ - "diff_url", - "html_url", - "patch_url", - "url" - ] - }, - "closed_at": { - "type": "string", - "format": "date-time", - "nullable": true - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2011-04-22T13:33:48Z" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2011-04-22T13:33:48Z" - }, - "author_association": { - "title": "author_association", - "type": "string", - "example": "OWNER", - "description": "How the author is associated with the repository.", - "enum": [ - "COLLABORATOR", - "CONTRIBUTOR", - "FIRST_TIMER", - "FIRST_TIME_CONTRIBUTOR", - "MANNEQUIN", - "MEMBER", - "NONE", - "OWNER" - ] - }, - "body_html": { - "type": "string" - }, - "body_text": { - "type": "string" - }, - "timeline_url": { - "type": "string", - "format": "uri" - }, - "repository": { - "title": "Repository", - "description": "A git repository", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the repository", - "example": 42, - "type": "integer" - }, - "node_id": { - "type": "string", - "example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" - }, - "name": { - "description": "The name of the repository.", - "type": "string", - "example": "Team Environment" - }, - "full_name": { - "type": "string", - "example": "octocat/Hello-World" - }, - "license": { - "nullable": true, - "allOf": [ - { - "title": "License Simple", - "description": "License Simple", - "type": "object", - "properties": { - "key": { - "type": "string", - "example": "mit" - }, - "name": { - "type": "string", - "example": "MIT License" - }, - "url": { - "type": "string", - "nullable": true, - "format": "uri", - "example": "https://api.github.com/licenses/mit" - }, - "spdx_id": { - "type": "string", - "nullable": true, - "example": "MIT" - }, - "node_id": { - "type": "string", - "example": "MDc6TGljZW5zZW1pdA==" - }, - "html_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ] - } - ] - }, - "organization": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "forks": { - "type": "integer" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" - ] - }, - "owner": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "private": { - "description": "Whether the repository is private or public.", - "default": false, - "type": "boolean" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat/Hello-World" - }, - "description": { - "type": "string", - "example": "This your first repo!", - "nullable": true - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World" - }, - "archive_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" - }, - "assignees_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" - }, - "blobs_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" - }, - "branches_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" - }, - "collaborators_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" - }, - "comments_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}" - }, - "commits_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" - }, - "compare_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" - }, - "contents_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" - }, - "contributors_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/contributors" - }, - "deployments_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/deployments" - }, - "downloads_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/downloads" - }, - "events_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/events" - }, - "forks_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/forks" - }, - "git_commits_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" - }, - "git_refs_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" - }, - "git_tags_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" - }, - "git_url": { - "type": "string", - "example": "git:github.com/octocat/Hello-World.git" - }, - "issue_comment_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" - }, - "issue_events_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" - }, - "issues_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}" - }, - "keys_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" - }, - "labels_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}" - }, - "languages_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/languages" - }, - "merges_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/merges" - }, - "milestones_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" - }, - "notifications_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" - }, - "pulls_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" - }, - "releases_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}" - }, - "ssh_url": { - "type": "string", - "example": "git@github.com:octocat/Hello-World.git" - }, - "stargazers_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/stargazers" - }, - "statuses_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" - }, - "subscribers_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/subscribers" - }, - "subscription_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/subscription" - }, - "tags_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/tags" - }, - "teams_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/teams" - }, - "trees_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" - }, - "clone_url": { - "type": "string", - "example": "https://github.com/octocat/Hello-World.git" - }, - "mirror_url": { - "type": "string", - "format": "uri", - "example": "git:git.example.com/octocat/Hello-World", - "nullable": true - }, - "hooks_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/hooks" - }, - "svn_url": { - "type": "string", - "format": "uri", - "example": "https://svn.github.com/octocat/Hello-World" - }, - "homepage": { - "type": "string", - "format": "uri", - "example": "https://github.com", - "nullable": true - }, - "language": { - "type": "string", - "nullable": true - }, - "forks_count": { - "type": "integer", - "example": 9 - }, - "stargazers_count": { - "type": "integer", - "example": 80 - }, - "watchers_count": { - "type": "integer", - "example": 80 - }, - "size": { - "type": "integer", - "example": 108 - }, - "default_branch": { - "description": "The default branch of the repository.", - "type": "string", - "example": "master" - }, - "open_issues_count": { - "type": "integer", - "example": 0 - }, - "is_template": { - "description": "Whether this repository acts as a template that can be used to generate new repositories.", - "default": false, - "type": "boolean", - "example": true - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "has_issues": { - "description": "Whether issues are enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_projects": { - "description": "Whether projects are enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_wiki": { - "description": "Whether the wiki is enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_pages": { - "type": "boolean" - }, - "has_downloads": { - "description": "Whether downloads are enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "archived": { - "description": "Whether the repository is archived.", - "default": false, - "type": "boolean" - }, - "disabled": { - "type": "boolean", - "description": "Returns whether or not this repository disabled." - }, - "visibility": { - "description": "The repository visibility: public, private, or internal.", - "default": "public", - "type": "string" - }, - "pushed_at": { - "type": "string", - "format": "date-time", - "example": "2011-01-26T19:06:43Z", - "nullable": true - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2011-01-26T19:01:12Z", - "nullable": true - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2011-01-26T19:14:43Z", - "nullable": true - }, - "allow_rebase_merge": { - "description": "Whether to allow rebase merges for pull requests.", - "default": true, - "type": "boolean", - "example": true - }, - "template_repository": { - "nullable": true, - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "full_name": { - "type": "string" - }, - "owner": { - "type": "object", - "properties": { - "login": { - "type": "string" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "avatar_url": { - "type": "string" - }, - "gravatar_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "html_url": { - "type": "string" - }, - "followers_url": { - "type": "string" - }, - "following_url": { - "type": "string" - }, - "gists_url": { - "type": "string" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string" - }, - "organizations_url": { - "type": "string" - }, - "repos_url": { - "type": "string" - }, - "events_url": { - "type": "string" - }, - "received_events_url": { - "type": "string" - }, - "type": { - "type": "string" - }, - "site_admin": { - "type": "boolean" - } - } - }, - "private": { - "type": "boolean" - }, - "html_url": { - "type": "string" - }, - "description": { - "type": "string" - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string" - }, - "archive_url": { - "type": "string" - }, - "assignees_url": { - "type": "string" - }, - "blobs_url": { - "type": "string" - }, - "branches_url": { - "type": "string" - }, - "collaborators_url": { - "type": "string" - }, - "comments_url": { - "type": "string" - }, - "commits_url": { - "type": "string" - }, - "compare_url": { - "type": "string" - }, - "contents_url": { - "type": "string" - }, - "contributors_url": { - "type": "string" - }, - "deployments_url": { - "type": "string" - }, - "downloads_url": { - "type": "string" - }, - "events_url": { - "type": "string" - }, - "forks_url": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "git_url": { - "type": "string" - }, - "issue_comment_url": { - "type": "string" - }, - "issue_events_url": { - "type": "string" - }, - "issues_url": { - "type": "string" - }, - "keys_url": { - "type": "string" - }, - "labels_url": { - "type": "string" - }, - "languages_url": { - "type": "string" - }, - "merges_url": { - "type": "string" - }, - "milestones_url": { - "type": "string" - }, - "notifications_url": { - "type": "string" - }, - "pulls_url": { - "type": "string" - }, - "releases_url": { - "type": "string" - }, - "ssh_url": { - "type": "string" - }, - "stargazers_url": { - "type": "string" - }, - "statuses_url": { - "type": "string" - }, - "subscribers_url": { - "type": "string" - }, - "subscription_url": { - "type": "string" - }, - "tags_url": { - "type": "string" - }, - "teams_url": { - "type": "string" - }, - "trees_url": { - "type": "string" - }, - "clone_url": { - "type": "string" - }, - "mirror_url": { - "type": "string" - }, - "hooks_url": { - "type": "string" - }, - "svn_url": { - "type": "string" - }, - "homepage": { - "type": "string" - }, - "language": { - "type": "string" - }, - "forks_count": { - "type": "integer" - }, - "stargazers_count": { - "type": "integer" - }, - "watchers_count": { - "type": "integer" - }, - "size": { - "type": "integer" - }, - "default_branch": { - "type": "string" - }, - "open_issues_count": { - "type": "integer" - }, - "is_template": { - "type": "boolean" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "has_issues": { - "type": "boolean" - }, - "has_projects": { - "type": "boolean" - }, - "has_wiki": { - "type": "boolean" - }, - "has_pages": { - "type": "boolean" - }, - "has_downloads": { - "type": "boolean" - }, - "archived": { - "type": "boolean" - }, - "disabled": { - "type": "boolean" - }, - "visibility": { - "type": "string" - }, - "pushed_at": { - "type": "string" - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - } - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "temp_clone_token": { - "type": "string" - }, - "allow_squash_merge": { - "type": "boolean" - }, - "delete_branch_on_merge": { - "type": "boolean" - }, - "allow_merge_commit": { - "type": "boolean" - }, - "subscribers_count": { - "type": "integer" - }, - "network_count": { - "type": "integer" - } - } - }, - "temp_clone_token": { - "type": "string" - }, - "allow_squash_merge": { - "description": "Whether to allow squash merges for pull requests.", - "default": true, - "type": "boolean", - "example": true - }, - "delete_branch_on_merge": { - "description": "Whether to delete head branches when pull requests are merged", - "default": false, - "type": "boolean", - "example": false - }, - "allow_merge_commit": { - "description": "Whether to allow merge commits for pull requests.", - "default": true, - "type": "boolean", - "example": true - }, - "subscribers_count": { - "type": "integer" - }, - "network_count": { - "type": "integer" - }, - "open_issues": { - "type": "integer" - }, - "watchers": { - "type": "integer" - }, - "master_branch": { - "type": "string" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:42Z\"" - } - }, - "required": [ - "archive_url", - "assignees_url", - "blobs_url", - "branches_url", - "collaborators_url", - "comments_url", - "commits_url", - "compare_url", - "contents_url", - "contributors_url", - "deployments_url", - "description", - "downloads_url", - "events_url", - "fork", - "forks_url", - "full_name", - "git_commits_url", - "git_refs_url", - "git_tags_url", - "hooks_url", - "html_url", - "id", - "node_id", - "issue_comment_url", - "issue_events_url", - "issues_url", - "keys_url", - "labels_url", - "languages_url", - "merges_url", - "milestones_url", - "name", - "notifications_url", - "owner", - "private", - "pulls_url", - "releases_url", - "stargazers_url", - "statuses_url", - "subscribers_url", - "subscription_url", - "tags_url", - "teams_url", - "trees_url", - "url", - "clone_url", - "default_branch", - "forks", - "forks_count", - "git_url", - "has_downloads", - "has_issues", - "has_projects", - "has_wiki", - "has_pages", - "homepage", - "language", - "archived", - "disabled", - "mirror_url", - "open_issues", - "open_issues_count", - "license", - "pushed_at", - "size", - "ssh_url", - "stargazers_count", - "svn_url", - "watchers", - "watchers_count", - "created_at", - "updated_at" - ] - }, - "performed_via_github_app": { - "nullable": true, - "allOf": [ - { - "title": "GitHub app", - "description": "GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the GitHub app", - "example": 37, - "type": "integer" - }, - "slug": { - "description": "The slug name of the GitHub app", - "example": "probot-owners", - "type": "string" - }, - "node_id": { - "type": "string", - "example": "MDExOkludGVncmF0aW9uMQ==" - }, - "owner": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "name": { - "description": "The name of the GitHub app", - "example": "Probot Owners", - "type": "string" - }, - "description": { - "type": "string", - "example": "The description of the app.", - "nullable": true - }, - "external_url": { - "type": "string", - "format": "uri", - "example": "https://example.com" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/apps/super-ci" - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2017-07-08T16:18:44-04:00" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2017-07-08T16:18:44-04:00" - }, - "permissions": { - "description": "The set of permissions for the GitHub app", - "type": "object", - "properties": { - "issues": { - "type": "string" - }, - "checks": { - "type": "string" - }, - "metadata": { - "type": "string" - }, - "contents": { - "type": "string" - }, - "deployments": { - "type": "string" - } - }, - "additionalProperties": { - "type": "string" - }, - "example": { - "issues": "read", - "deployments": "write" - } - }, - "events": { - "description": "The list of events for the GitHub app", - "example": [ - "label", - "deployment" - ], - "type": "array", - "items": { - "type": "string" - } - }, - "installations_count": { - "description": "The number of installations associated with the GitHub app", - "example": 5, - "type": "integer" - }, - "client_id": { - "type": "string", - "example": "\"Iv1.25b5d1e65ffc4022\"" - }, - "client_secret": { - "type": "string", - "example": "\"1d4b2097ac622ba702d19de498f005747a8b21d3\"" - }, - "webhook_secret": { - "type": "string", - "example": "\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\"", - "nullable": true - }, - "pem": { - "type": "string", - "example": "\"-----BEGIN RSA PRIVATE KEY-----\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\n-----END RSA PRIVATE KEY-----\\n\"" - } - }, - "required": [ - "id", - "node_id", - "owner", - "name", - "description", - "external_url", - "html_url", - "created_at", - "updated_at", - "permissions", - "events" - ], - "additionalProperties": true - } - ] - } - }, - "required": [ - "assignee", - "closed_at", - "comments", - "comments_url", - "events_url", - "html_url", - "id", - "node_id", - "labels", - "labels_url", - "milestone", - "number", - "repository_url", - "state", - "locked", - "title", - "url", - "user", - "author_association", - "created_at", - "updated_at" - ] - }, - "comment": { - "title": "Issue Comment", - "description": "Comments provide a way for people to collaborate on an issue.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the issue comment", - "example": 42, - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "url": { - "description": "URL for the issue comment", - "example": "https://api.github.com/repositories/42/issues/comments/1", - "type": "string", - "format": "uri" - }, - "body": { - "description": "Contents of the issue comment", - "example": "What version of Safari were you using when you observed this bug?", - "type": "string" - }, - "body_text": { - "type": "string" - }, - "body_html": { - "type": "string" - }, - "html_url": { - "type": "string", - "format": "uri" - }, - "user": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2011-04-14T16:00:49Z" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2011-04-14T16:00:49Z" - }, - "issue_url": { - "type": "string", - "format": "uri" - }, - "author_association": { - "title": "author_association", - "type": "string", - "example": "OWNER", - "description": "How the author is associated with the repository.", - "enum": [ - "COLLABORATOR", - "CONTRIBUTOR", - "FIRST_TIMER", - "FIRST_TIME_CONTRIBUTOR", - "MANNEQUIN", - "MEMBER", - "NONE", - "OWNER" - ] - }, - "performed_via_github_app": { - "nullable": true, - "allOf": [ - { - "title": "GitHub app", - "description": "GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the GitHub app", - "example": 37, - "type": "integer" - }, - "slug": { - "description": "The slug name of the GitHub app", - "example": "probot-owners", - "type": "string" - }, - "node_id": { - "type": "string", - "example": "MDExOkludGVncmF0aW9uMQ==" - }, - "owner": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "name": { - "description": "The name of the GitHub app", - "example": "Probot Owners", - "type": "string" - }, - "description": { - "type": "string", - "example": "The description of the app.", - "nullable": true - }, - "external_url": { - "type": "string", - "format": "uri", - "example": "https://example.com" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/apps/super-ci" - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2017-07-08T16:18:44-04:00" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2017-07-08T16:18:44-04:00" - }, - "permissions": { - "description": "The set of permissions for the GitHub app", - "type": "object", - "properties": { - "issues": { - "type": "string" - }, - "checks": { - "type": "string" - }, - "metadata": { - "type": "string" - }, - "contents": { - "type": "string" - }, - "deployments": { - "type": "string" - } - }, - "additionalProperties": { - "type": "string" - }, - "example": { - "issues": "read", - "deployments": "write" - } - }, - "events": { - "description": "The list of events for the GitHub app", - "example": [ - "label", - "deployment" - ], - "type": "array", - "items": { - "type": "string" - } - }, - "installations_count": { - "description": "The number of installations associated with the GitHub app", - "example": 5, - "type": "integer" - }, - "client_id": { - "type": "string", - "example": "\"Iv1.25b5d1e65ffc4022\"" - }, - "client_secret": { - "type": "string", - "example": "\"1d4b2097ac622ba702d19de498f005747a8b21d3\"" - }, - "webhook_secret": { - "type": "string", - "example": "\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\"", - "nullable": true - }, - "pem": { - "type": "string", - "example": "\"-----BEGIN RSA PRIVATE KEY-----\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\n-----END RSA PRIVATE KEY-----\\n\"" - } - }, - "required": [ - "id", - "node_id", - "owner", - "name", - "description", - "external_url", - "html_url", - "created_at", - "updated_at", - "permissions", - "events" - ], - "additionalProperties": true - } - ] - }, - "reactions": { - "title": "Reaction Rollup", - "type": "object", - "properties": { - "url": { - "type": "string", - "format": "uri" - }, - "total_count": { - "type": "integer" - }, - "+1": { - "type": "integer" - }, - "-1": { - "type": "integer" - }, - "laugh": { - "type": "integer" - }, - "confused": { - "type": "integer" - }, - "heart": { - "type": "integer" - }, - "hooray": { - "type": "integer" - }, - "eyes": { - "type": "integer" - }, - "rocket": { - "type": "integer" - } - }, - "required": [ - "url", - "total_count", - "+1", - "-1", - "laugh", - "confused", - "heart", - "hooray", - "eyes", - "rocket" - ] - } - }, - "required": [ - "id", - "node_id", - "html_url", - "issue_url", - "author_association", - "user", - "url", - "created_at", - "updated_at" - ] - }, - "pages": { - "type": "array", - "items": { - "type": "object", - "properties": { - "page_name": { - "type": "string" - }, - "title": { - "type": "string" - }, - "summary": { - "type": "string", - "nullable": true - }, - "action": { - "type": "string" - }, - "sha": { - "type": "string" - }, - "html_url": { - "type": "string" - } - } - } - } - } - }, - "public": { - "type": "boolean" - }, - "created_at": { - "type": "string", - "format": "date-time", - "nullable": true - } - }, - "required": [ - "id", - "type", - "actor", - "repo", - "payload", - "public", - "created_at" - ] - } - } - } - } - } - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": true, - "previews": [ - - ], - "category": "activity", - "subcategory": "events" - } - } - }, "/users/{username}/followers": { "get": { "summary": "List followers of a user", @@ -317118,5682 +305263,6 @@ } } }, - "/users/{username}/received_events": { - "get": { - "summary": "List events received by the authenticated user", - "description": "These are events that you've received by watching repos and following users. If you are authenticated as the given user, you will see private events. Otherwise, you'll only see public events.", - "tags": [ - "activity" - ], - "operationId": "activity/list-received-events-for-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/github-ae@latest/rest/reference/activity#list-events-received-by-the-authenticated-user" - }, - "parameters": [ - { - "name": "username", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - }, - { - "name": "per_page", - "description": "Results per page (max 100).", - "in": "query", - "schema": { - "type": "integer", - "default": 30 - } - }, - { - "name": "page", - "description": "Page number of the results to fetch.", - "in": "query", - "schema": { - "type": "integer", - "default": 1 - } - } - ], - "responses": { - "200": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "type": "array", - "items": { - "title": "Event", - "description": "Event", - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "type": { - "type": "string", - "nullable": true - }, - "actor": { - "title": "Actor", - "description": "Actor", - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "login": { - "type": "string" - }, - "display_login": { - "type": "string" - }, - "gravatar_id": { - "type": "string", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri" - }, - "avatar_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "id", - "login", - "gravatar_id", - "url", - "avatar_url" - ] - }, - "repo": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "id", - "name", - "url" - ] - }, - "org": { - "title": "Actor", - "description": "Actor", - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "login": { - "type": "string" - }, - "display_login": { - "type": "string" - }, - "gravatar_id": { - "type": "string", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri" - }, - "avatar_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "id", - "login", - "gravatar_id", - "url", - "avatar_url" - ] - }, - "payload": { - "type": "object", - "properties": { - "action": { - "type": "string" - }, - "issue": { - "title": "Issue Simple", - "description": "Issue Simple", - "type": "object", - "properties": { - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDU6SXNzdWUx" - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347" - }, - "repository_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World" - }, - "labels_url": { - "type": "string", - "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347/labels{/name}" - }, - "comments_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347/comments" - }, - "events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347/events" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat/Hello-World/issues/1347" - }, - "number": { - "type": "integer", - "example": 1347 - }, - "state": { - "type": "string", - "example": "open" - }, - "title": { - "type": "string", - "example": "Found a bug" - }, - "body": { - "type": "string", - "example": "I'm having a problem with this." - }, - "user": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "labels": { - "type": "array", - "items": { - "title": "Label", - "description": "Color-coded labels help you categorize and filter your issues (just like labels in Gmail).", - "type": "object", - "properties": { - "id": { - "type": "integer", - "format": "int64", - "example": 208045946 - }, - "node_id": { - "type": "string", - "example": "MDU6TGFiZWwyMDgwNDU5NDY=" - }, - "url": { - "description": "URL for the label", - "example": "https://api.github.com/repositories/42/labels/bug", - "type": "string", - "format": "uri" - }, - "name": { - "description": "The name of the label.", - "example": "bug", - "type": "string" - }, - "description": { - "type": "string", - "example": "Something isn't working", - "nullable": true - }, - "color": { - "description": "6-character hex code, without the leading #, identifying the color", - "example": "FFFFFF", - "type": "string" - }, - "default": { - "type": "boolean", - "example": true - } - }, - "required": [ - "id", - "node_id", - "url", - "name", - "description", - "color", - "default" - ] - } - }, - "assignee": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "assignees": { - "type": "array", - "items": { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - }, - "nullable": true - }, - "milestone": { - "nullable": true, - "allOf": [ - { - "title": "Milestone", - "description": "A collection of related issues and pull requests.", - "type": "object", - "properties": { - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World/milestones/1" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat/Hello-World/milestones/v1.0" - }, - "labels_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World/milestones/1/labels" - }, - "id": { - "type": "integer", - "example": 1002604 - }, - "node_id": { - "type": "string", - "example": "MDk6TWlsZXN0b25lMTAwMjYwNA==" - }, - "number": { - "description": "The number of the milestone.", - "type": "integer", - "example": 42 - }, - "state": { - "description": "The state of the milestone.", - "example": "open", - "type": "string", - "enum": [ - "open", - "closed" - ], - "default": "open" - }, - "title": { - "description": "The title of the milestone.", - "example": "v1.0", - "type": "string" - }, - "description": { - "type": "string", - "example": "Tracking milestone for version 1.0", - "nullable": true - }, - "creator": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "open_issues": { - "type": "integer", - "example": 4 - }, - "closed_issues": { - "type": "integer", - "example": 8 - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2011-04-10T20:09:31Z" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2014-03-03T18:58:10Z" - }, - "closed_at": { - "type": "string", - "format": "date-time", - "example": "2013-02-12T13:22:01Z", - "nullable": true - }, - "due_on": { - "type": "string", - "format": "date-time", - "example": "2012-10-09T23:39:01Z", - "nullable": true - } - }, - "required": [ - "closed_issues", - "creator", - "description", - "due_on", - "closed_at", - "id", - "node_id", - "labels_url", - "html_url", - "number", - "open_issues", - "state", - "title", - "url", - "created_at", - "updated_at" - ] - } - ] - }, - "locked": { - "type": "boolean", - "example": true - }, - "active_lock_reason": { - "type": "string", - "example": "too heated", - "nullable": true - }, - "comments": { - "type": "integer", - "example": 0 - }, - "pull_request": { - "type": "object", - "properties": { - "merged_at": { - "type": "string", - "format": "date-time", - "nullable": true - }, - "diff_url": { - "type": "string", - "format": "uri", - "nullable": true - }, - "html_url": { - "type": "string", - "format": "uri", - "nullable": true - }, - "patch_url": { - "type": "string", - "format": "uri", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "nullable": true - } - }, - "required": [ - "diff_url", - "html_url", - "patch_url", - "url" - ] - }, - "closed_at": { - "type": "string", - "format": "date-time", - "nullable": true - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2011-04-22T13:33:48Z" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2011-04-22T13:33:48Z" - }, - "author_association": { - "title": "author_association", - "type": "string", - "example": "OWNER", - "description": "How the author is associated with the repository.", - "enum": [ - "COLLABORATOR", - "CONTRIBUTOR", - "FIRST_TIMER", - "FIRST_TIME_CONTRIBUTOR", - "MANNEQUIN", - "MEMBER", - "NONE", - "OWNER" - ] - }, - "body_html": { - "type": "string" - }, - "body_text": { - "type": "string" - }, - "timeline_url": { - "type": "string", - "format": "uri" - }, - "repository": { - "title": "Repository", - "description": "A git repository", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the repository", - "example": 42, - "type": "integer" - }, - "node_id": { - "type": "string", - "example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" - }, - "name": { - "description": "The name of the repository.", - "type": "string", - "example": "Team Environment" - }, - "full_name": { - "type": "string", - "example": "octocat/Hello-World" - }, - "license": { - "nullable": true, - "allOf": [ - { - "title": "License Simple", - "description": "License Simple", - "type": "object", - "properties": { - "key": { - "type": "string", - "example": "mit" - }, - "name": { - "type": "string", - "example": "MIT License" - }, - "url": { - "type": "string", - "nullable": true, - "format": "uri", - "example": "https://api.github.com/licenses/mit" - }, - "spdx_id": { - "type": "string", - "nullable": true, - "example": "MIT" - }, - "node_id": { - "type": "string", - "example": "MDc6TGljZW5zZW1pdA==" - }, - "html_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ] - } - ] - }, - "organization": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "forks": { - "type": "integer" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" - ] - }, - "owner": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "private": { - "description": "Whether the repository is private or public.", - "default": false, - "type": "boolean" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat/Hello-World" - }, - "description": { - "type": "string", - "example": "This your first repo!", - "nullable": true - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World" - }, - "archive_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" - }, - "assignees_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" - }, - "blobs_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" - }, - "branches_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" - }, - "collaborators_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" - }, - "comments_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}" - }, - "commits_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" - }, - "compare_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" - }, - "contents_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" - }, - "contributors_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/contributors" - }, - "deployments_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/deployments" - }, - "downloads_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/downloads" - }, - "events_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/events" - }, - "forks_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/forks" - }, - "git_commits_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" - }, - "git_refs_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" - }, - "git_tags_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" - }, - "git_url": { - "type": "string", - "example": "git:github.com/octocat/Hello-World.git" - }, - "issue_comment_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" - }, - "issue_events_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" - }, - "issues_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}" - }, - "keys_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" - }, - "labels_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}" - }, - "languages_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/languages" - }, - "merges_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/merges" - }, - "milestones_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" - }, - "notifications_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" - }, - "pulls_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" - }, - "releases_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}" - }, - "ssh_url": { - "type": "string", - "example": "git@github.com:octocat/Hello-World.git" - }, - "stargazers_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/stargazers" - }, - "statuses_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" - }, - "subscribers_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/subscribers" - }, - "subscription_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/subscription" - }, - "tags_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/tags" - }, - "teams_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/teams" - }, - "trees_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" - }, - "clone_url": { - "type": "string", - "example": "https://github.com/octocat/Hello-World.git" - }, - "mirror_url": { - "type": "string", - "format": "uri", - "example": "git:git.example.com/octocat/Hello-World", - "nullable": true - }, - "hooks_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/hooks" - }, - "svn_url": { - "type": "string", - "format": "uri", - "example": "https://svn.github.com/octocat/Hello-World" - }, - "homepage": { - "type": "string", - "format": "uri", - "example": "https://github.com", - "nullable": true - }, - "language": { - "type": "string", - "nullable": true - }, - "forks_count": { - "type": "integer", - "example": 9 - }, - "stargazers_count": { - "type": "integer", - "example": 80 - }, - "watchers_count": { - "type": "integer", - "example": 80 - }, - "size": { - "type": "integer", - "example": 108 - }, - "default_branch": { - "description": "The default branch of the repository.", - "type": "string", - "example": "master" - }, - "open_issues_count": { - "type": "integer", - "example": 0 - }, - "is_template": { - "description": "Whether this repository acts as a template that can be used to generate new repositories.", - "default": false, - "type": "boolean", - "example": true - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "has_issues": { - "description": "Whether issues are enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_projects": { - "description": "Whether projects are enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_wiki": { - "description": "Whether the wiki is enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_pages": { - "type": "boolean" - }, - "has_downloads": { - "description": "Whether downloads are enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "archived": { - "description": "Whether the repository is archived.", - "default": false, - "type": "boolean" - }, - "disabled": { - "type": "boolean", - "description": "Returns whether or not this repository disabled." - }, - "visibility": { - "description": "The repository visibility: public, private, or internal.", - "default": "public", - "type": "string" - }, - "pushed_at": { - "type": "string", - "format": "date-time", - "example": "2011-01-26T19:06:43Z", - "nullable": true - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2011-01-26T19:01:12Z", - "nullable": true - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2011-01-26T19:14:43Z", - "nullable": true - }, - "allow_rebase_merge": { - "description": "Whether to allow rebase merges for pull requests.", - "default": true, - "type": "boolean", - "example": true - }, - "template_repository": { - "nullable": true, - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "full_name": { - "type": "string" - }, - "owner": { - "type": "object", - "properties": { - "login": { - "type": "string" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "avatar_url": { - "type": "string" - }, - "gravatar_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "html_url": { - "type": "string" - }, - "followers_url": { - "type": "string" - }, - "following_url": { - "type": "string" - }, - "gists_url": { - "type": "string" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string" - }, - "organizations_url": { - "type": "string" - }, - "repos_url": { - "type": "string" - }, - "events_url": { - "type": "string" - }, - "received_events_url": { - "type": "string" - }, - "type": { - "type": "string" - }, - "site_admin": { - "type": "boolean" - } - } - }, - "private": { - "type": "boolean" - }, - "html_url": { - "type": "string" - }, - "description": { - "type": "string" - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string" - }, - "archive_url": { - "type": "string" - }, - "assignees_url": { - "type": "string" - }, - "blobs_url": { - "type": "string" - }, - "branches_url": { - "type": "string" - }, - "collaborators_url": { - "type": "string" - }, - "comments_url": { - "type": "string" - }, - "commits_url": { - "type": "string" - }, - "compare_url": { - "type": "string" - }, - "contents_url": { - "type": "string" - }, - "contributors_url": { - "type": "string" - }, - "deployments_url": { - "type": "string" - }, - "downloads_url": { - "type": "string" - }, - "events_url": { - "type": "string" - }, - "forks_url": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "git_url": { - "type": "string" - }, - "issue_comment_url": { - "type": "string" - }, - "issue_events_url": { - "type": "string" - }, - "issues_url": { - "type": "string" - }, - "keys_url": { - "type": "string" - }, - "labels_url": { - "type": "string" - }, - "languages_url": { - "type": "string" - }, - "merges_url": { - "type": "string" - }, - "milestones_url": { - "type": "string" - }, - "notifications_url": { - "type": "string" - }, - "pulls_url": { - "type": "string" - }, - "releases_url": { - "type": "string" - }, - "ssh_url": { - "type": "string" - }, - "stargazers_url": { - "type": "string" - }, - "statuses_url": { - "type": "string" - }, - "subscribers_url": { - "type": "string" - }, - "subscription_url": { - "type": "string" - }, - "tags_url": { - "type": "string" - }, - "teams_url": { - "type": "string" - }, - "trees_url": { - "type": "string" - }, - "clone_url": { - "type": "string" - }, - "mirror_url": { - "type": "string" - }, - "hooks_url": { - "type": "string" - }, - "svn_url": { - "type": "string" - }, - "homepage": { - "type": "string" - }, - "language": { - "type": "string" - }, - "forks_count": { - "type": "integer" - }, - "stargazers_count": { - "type": "integer" - }, - "watchers_count": { - "type": "integer" - }, - "size": { - "type": "integer" - }, - "default_branch": { - "type": "string" - }, - "open_issues_count": { - "type": "integer" - }, - "is_template": { - "type": "boolean" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "has_issues": { - "type": "boolean" - }, - "has_projects": { - "type": "boolean" - }, - "has_wiki": { - "type": "boolean" - }, - "has_pages": { - "type": "boolean" - }, - "has_downloads": { - "type": "boolean" - }, - "archived": { - "type": "boolean" - }, - "disabled": { - "type": "boolean" - }, - "visibility": { - "type": "string" - }, - "pushed_at": { - "type": "string" - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - } - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "temp_clone_token": { - "type": "string" - }, - "allow_squash_merge": { - "type": "boolean" - }, - "delete_branch_on_merge": { - "type": "boolean" - }, - "allow_merge_commit": { - "type": "boolean" - }, - "subscribers_count": { - "type": "integer" - }, - "network_count": { - "type": "integer" - } - } - }, - "temp_clone_token": { - "type": "string" - }, - "allow_squash_merge": { - "description": "Whether to allow squash merges for pull requests.", - "default": true, - "type": "boolean", - "example": true - }, - "delete_branch_on_merge": { - "description": "Whether to delete head branches when pull requests are merged", - "default": false, - "type": "boolean", - "example": false - }, - "allow_merge_commit": { - "description": "Whether to allow merge commits for pull requests.", - "default": true, - "type": "boolean", - "example": true - }, - "subscribers_count": { - "type": "integer" - }, - "network_count": { - "type": "integer" - }, - "open_issues": { - "type": "integer" - }, - "watchers": { - "type": "integer" - }, - "master_branch": { - "type": "string" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:42Z\"" - } - }, - "required": [ - "archive_url", - "assignees_url", - "blobs_url", - "branches_url", - "collaborators_url", - "comments_url", - "commits_url", - "compare_url", - "contents_url", - "contributors_url", - "deployments_url", - "description", - "downloads_url", - "events_url", - "fork", - "forks_url", - "full_name", - "git_commits_url", - "git_refs_url", - "git_tags_url", - "hooks_url", - "html_url", - "id", - "node_id", - "issue_comment_url", - "issue_events_url", - "issues_url", - "keys_url", - "labels_url", - "languages_url", - "merges_url", - "milestones_url", - "name", - "notifications_url", - "owner", - "private", - "pulls_url", - "releases_url", - "stargazers_url", - "statuses_url", - "subscribers_url", - "subscription_url", - "tags_url", - "teams_url", - "trees_url", - "url", - "clone_url", - "default_branch", - "forks", - "forks_count", - "git_url", - "has_downloads", - "has_issues", - "has_projects", - "has_wiki", - "has_pages", - "homepage", - "language", - "archived", - "disabled", - "mirror_url", - "open_issues", - "open_issues_count", - "license", - "pushed_at", - "size", - "ssh_url", - "stargazers_count", - "svn_url", - "watchers", - "watchers_count", - "created_at", - "updated_at" - ] - }, - "performed_via_github_app": { - "nullable": true, - "allOf": [ - { - "title": "GitHub app", - "description": "GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the GitHub app", - "example": 37, - "type": "integer" - }, - "slug": { - "description": "The slug name of the GitHub app", - "example": "probot-owners", - "type": "string" - }, - "node_id": { - "type": "string", - "example": "MDExOkludGVncmF0aW9uMQ==" - }, - "owner": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "name": { - "description": "The name of the GitHub app", - "example": "Probot Owners", - "type": "string" - }, - "description": { - "type": "string", - "example": "The description of the app.", - "nullable": true - }, - "external_url": { - "type": "string", - "format": "uri", - "example": "https://example.com" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/apps/super-ci" - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2017-07-08T16:18:44-04:00" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2017-07-08T16:18:44-04:00" - }, - "permissions": { - "description": "The set of permissions for the GitHub app", - "type": "object", - "properties": { - "issues": { - "type": "string" - }, - "checks": { - "type": "string" - }, - "metadata": { - "type": "string" - }, - "contents": { - "type": "string" - }, - "deployments": { - "type": "string" - } - }, - "additionalProperties": { - "type": "string" - }, - "example": { - "issues": "read", - "deployments": "write" - } - }, - "events": { - "description": "The list of events for the GitHub app", - "example": [ - "label", - "deployment" - ], - "type": "array", - "items": { - "type": "string" - } - }, - "installations_count": { - "description": "The number of installations associated with the GitHub app", - "example": 5, - "type": "integer" - }, - "client_id": { - "type": "string", - "example": "\"Iv1.25b5d1e65ffc4022\"" - }, - "client_secret": { - "type": "string", - "example": "\"1d4b2097ac622ba702d19de498f005747a8b21d3\"" - }, - "webhook_secret": { - "type": "string", - "example": "\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\"", - "nullable": true - }, - "pem": { - "type": "string", - "example": "\"-----BEGIN RSA PRIVATE KEY-----\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\n-----END RSA PRIVATE KEY-----\\n\"" - } - }, - "required": [ - "id", - "node_id", - "owner", - "name", - "description", - "external_url", - "html_url", - "created_at", - "updated_at", - "permissions", - "events" - ], - "additionalProperties": true - } - ] - } - }, - "required": [ - "assignee", - "closed_at", - "comments", - "comments_url", - "events_url", - "html_url", - "id", - "node_id", - "labels", - "labels_url", - "milestone", - "number", - "repository_url", - "state", - "locked", - "title", - "url", - "user", - "author_association", - "created_at", - "updated_at" - ] - }, - "comment": { - "title": "Issue Comment", - "description": "Comments provide a way for people to collaborate on an issue.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the issue comment", - "example": 42, - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "url": { - "description": "URL for the issue comment", - "example": "https://api.github.com/repositories/42/issues/comments/1", - "type": "string", - "format": "uri" - }, - "body": { - "description": "Contents of the issue comment", - "example": "What version of Safari were you using when you observed this bug?", - "type": "string" - }, - "body_text": { - "type": "string" - }, - "body_html": { - "type": "string" - }, - "html_url": { - "type": "string", - "format": "uri" - }, - "user": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2011-04-14T16:00:49Z" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2011-04-14T16:00:49Z" - }, - "issue_url": { - "type": "string", - "format": "uri" - }, - "author_association": { - "title": "author_association", - "type": "string", - "example": "OWNER", - "description": "How the author is associated with the repository.", - "enum": [ - "COLLABORATOR", - "CONTRIBUTOR", - "FIRST_TIMER", - "FIRST_TIME_CONTRIBUTOR", - "MANNEQUIN", - "MEMBER", - "NONE", - "OWNER" - ] - }, - "performed_via_github_app": { - "nullable": true, - "allOf": [ - { - "title": "GitHub app", - "description": "GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the GitHub app", - "example": 37, - "type": "integer" - }, - "slug": { - "description": "The slug name of the GitHub app", - "example": "probot-owners", - "type": "string" - }, - "node_id": { - "type": "string", - "example": "MDExOkludGVncmF0aW9uMQ==" - }, - "owner": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "name": { - "description": "The name of the GitHub app", - "example": "Probot Owners", - "type": "string" - }, - "description": { - "type": "string", - "example": "The description of the app.", - "nullable": true - }, - "external_url": { - "type": "string", - "format": "uri", - "example": "https://example.com" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/apps/super-ci" - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2017-07-08T16:18:44-04:00" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2017-07-08T16:18:44-04:00" - }, - "permissions": { - "description": "The set of permissions for the GitHub app", - "type": "object", - "properties": { - "issues": { - "type": "string" - }, - "checks": { - "type": "string" - }, - "metadata": { - "type": "string" - }, - "contents": { - "type": "string" - }, - "deployments": { - "type": "string" - } - }, - "additionalProperties": { - "type": "string" - }, - "example": { - "issues": "read", - "deployments": "write" - } - }, - "events": { - "description": "The list of events for the GitHub app", - "example": [ - "label", - "deployment" - ], - "type": "array", - "items": { - "type": "string" - } - }, - "installations_count": { - "description": "The number of installations associated with the GitHub app", - "example": 5, - "type": "integer" - }, - "client_id": { - "type": "string", - "example": "\"Iv1.25b5d1e65ffc4022\"" - }, - "client_secret": { - "type": "string", - "example": "\"1d4b2097ac622ba702d19de498f005747a8b21d3\"" - }, - "webhook_secret": { - "type": "string", - "example": "\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\"", - "nullable": true - }, - "pem": { - "type": "string", - "example": "\"-----BEGIN RSA PRIVATE KEY-----\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\n-----END RSA PRIVATE KEY-----\\n\"" - } - }, - "required": [ - "id", - "node_id", - "owner", - "name", - "description", - "external_url", - "html_url", - "created_at", - "updated_at", - "permissions", - "events" - ], - "additionalProperties": true - } - ] - }, - "reactions": { - "title": "Reaction Rollup", - "type": "object", - "properties": { - "url": { - "type": "string", - "format": "uri" - }, - "total_count": { - "type": "integer" - }, - "+1": { - "type": "integer" - }, - "-1": { - "type": "integer" - }, - "laugh": { - "type": "integer" - }, - "confused": { - "type": "integer" - }, - "heart": { - "type": "integer" - }, - "hooray": { - "type": "integer" - }, - "eyes": { - "type": "integer" - }, - "rocket": { - "type": "integer" - } - }, - "required": [ - "url", - "total_count", - "+1", - "-1", - "laugh", - "confused", - "heart", - "hooray", - "eyes", - "rocket" - ] - } - }, - "required": [ - "id", - "node_id", - "html_url", - "issue_url", - "author_association", - "user", - "url", - "created_at", - "updated_at" - ] - }, - "pages": { - "type": "array", - "items": { - "type": "object", - "properties": { - "page_name": { - "type": "string" - }, - "title": { - "type": "string" - }, - "summary": { - "type": "string", - "nullable": true - }, - "action": { - "type": "string" - }, - "sha": { - "type": "string" - }, - "html_url": { - "type": "string" - } - } - } - } - } - }, - "public": { - "type": "boolean" - }, - "created_at": { - "type": "string", - "format": "date-time", - "nullable": true - } - }, - "required": [ - "id", - "type", - "actor", - "repo", - "payload", - "public", - "created_at" - ] - } - } - } - } - } - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": true, - "previews": [ - - ], - "category": "activity", - "subcategory": "events" - } - } - }, - "/users/{username}/received_events/public": { - "get": { - "summary": "List public events received by a user", - "description": "", - "tags": [ - "activity" - ], - "operationId": "activity/list-received-public-events-for-user", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/github-ae@latest/rest/reference/activity#list-public-events-received-by-a-user" - }, - "parameters": [ - { - "name": "username", - "in": "path", - "required": true, - "schema": { - "type": "string" - } - }, - { - "name": "per_page", - "description": "Results per page (max 100).", - "in": "query", - "schema": { - "type": "integer", - "default": 30 - } - }, - { - "name": "page", - "description": "Page number of the results to fetch.", - "in": "query", - "schema": { - "type": "integer", - "default": 1 - } - } - ], - "responses": { - "200": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "type": "array", - "items": { - "title": "Event", - "description": "Event", - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "type": { - "type": "string", - "nullable": true - }, - "actor": { - "title": "Actor", - "description": "Actor", - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "login": { - "type": "string" - }, - "display_login": { - "type": "string" - }, - "gravatar_id": { - "type": "string", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri" - }, - "avatar_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "id", - "login", - "gravatar_id", - "url", - "avatar_url" - ] - }, - "repo": { - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "id", - "name", - "url" - ] - }, - "org": { - "title": "Actor", - "description": "Actor", - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "login": { - "type": "string" - }, - "display_login": { - "type": "string" - }, - "gravatar_id": { - "type": "string", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri" - }, - "avatar_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "id", - "login", - "gravatar_id", - "url", - "avatar_url" - ] - }, - "payload": { - "type": "object", - "properties": { - "action": { - "type": "string" - }, - "issue": { - "title": "Issue Simple", - "description": "Issue Simple", - "type": "object", - "properties": { - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDU6SXNzdWUx" - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347" - }, - "repository_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World" - }, - "labels_url": { - "type": "string", - "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347/labels{/name}" - }, - "comments_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347/comments" - }, - "events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347/events" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat/Hello-World/issues/1347" - }, - "number": { - "type": "integer", - "example": 1347 - }, - "state": { - "type": "string", - "example": "open" - }, - "title": { - "type": "string", - "example": "Found a bug" - }, - "body": { - "type": "string", - "example": "I'm having a problem with this." - }, - "user": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "labels": { - "type": "array", - "items": { - "title": "Label", - "description": "Color-coded labels help you categorize and filter your issues (just like labels in Gmail).", - "type": "object", - "properties": { - "id": { - "type": "integer", - "format": "int64", - "example": 208045946 - }, - "node_id": { - "type": "string", - "example": "MDU6TGFiZWwyMDgwNDU5NDY=" - }, - "url": { - "description": "URL for the label", - "example": "https://api.github.com/repositories/42/labels/bug", - "type": "string", - "format": "uri" - }, - "name": { - "description": "The name of the label.", - "example": "bug", - "type": "string" - }, - "description": { - "type": "string", - "example": "Something isn't working", - "nullable": true - }, - "color": { - "description": "6-character hex code, without the leading #, identifying the color", - "example": "FFFFFF", - "type": "string" - }, - "default": { - "type": "boolean", - "example": true - } - }, - "required": [ - "id", - "node_id", - "url", - "name", - "description", - "color", - "default" - ] - } - }, - "assignee": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "assignees": { - "type": "array", - "items": { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - }, - "nullable": true - }, - "milestone": { - "nullable": true, - "allOf": [ - { - "title": "Milestone", - "description": "A collection of related issues and pull requests.", - "type": "object", - "properties": { - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World/milestones/1" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat/Hello-World/milestones/v1.0" - }, - "labels_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World/milestones/1/labels" - }, - "id": { - "type": "integer", - "example": 1002604 - }, - "node_id": { - "type": "string", - "example": "MDk6TWlsZXN0b25lMTAwMjYwNA==" - }, - "number": { - "description": "The number of the milestone.", - "type": "integer", - "example": 42 - }, - "state": { - "description": "The state of the milestone.", - "example": "open", - "type": "string", - "enum": [ - "open", - "closed" - ], - "default": "open" - }, - "title": { - "description": "The title of the milestone.", - "example": "v1.0", - "type": "string" - }, - "description": { - "type": "string", - "example": "Tracking milestone for version 1.0", - "nullable": true - }, - "creator": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "open_issues": { - "type": "integer", - "example": 4 - }, - "closed_issues": { - "type": "integer", - "example": 8 - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2011-04-10T20:09:31Z" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2014-03-03T18:58:10Z" - }, - "closed_at": { - "type": "string", - "format": "date-time", - "example": "2013-02-12T13:22:01Z", - "nullable": true - }, - "due_on": { - "type": "string", - "format": "date-time", - "example": "2012-10-09T23:39:01Z", - "nullable": true - } - }, - "required": [ - "closed_issues", - "creator", - "description", - "due_on", - "closed_at", - "id", - "node_id", - "labels_url", - "html_url", - "number", - "open_issues", - "state", - "title", - "url", - "created_at", - "updated_at" - ] - } - ] - }, - "locked": { - "type": "boolean", - "example": true - }, - "active_lock_reason": { - "type": "string", - "example": "too heated", - "nullable": true - }, - "comments": { - "type": "integer", - "example": 0 - }, - "pull_request": { - "type": "object", - "properties": { - "merged_at": { - "type": "string", - "format": "date-time", - "nullable": true - }, - "diff_url": { - "type": "string", - "format": "uri", - "nullable": true - }, - "html_url": { - "type": "string", - "format": "uri", - "nullable": true - }, - "patch_url": { - "type": "string", - "format": "uri", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "nullable": true - } - }, - "required": [ - "diff_url", - "html_url", - "patch_url", - "url" - ] - }, - "closed_at": { - "type": "string", - "format": "date-time", - "nullable": true - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2011-04-22T13:33:48Z" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2011-04-22T13:33:48Z" - }, - "author_association": { - "title": "author_association", - "type": "string", - "example": "OWNER", - "description": "How the author is associated with the repository.", - "enum": [ - "COLLABORATOR", - "CONTRIBUTOR", - "FIRST_TIMER", - "FIRST_TIME_CONTRIBUTOR", - "MANNEQUIN", - "MEMBER", - "NONE", - "OWNER" - ] - }, - "body_html": { - "type": "string" - }, - "body_text": { - "type": "string" - }, - "timeline_url": { - "type": "string", - "format": "uri" - }, - "repository": { - "title": "Repository", - "description": "A git repository", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the repository", - "example": 42, - "type": "integer" - }, - "node_id": { - "type": "string", - "example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" - }, - "name": { - "description": "The name of the repository.", - "type": "string", - "example": "Team Environment" - }, - "full_name": { - "type": "string", - "example": "octocat/Hello-World" - }, - "license": { - "nullable": true, - "allOf": [ - { - "title": "License Simple", - "description": "License Simple", - "type": "object", - "properties": { - "key": { - "type": "string", - "example": "mit" - }, - "name": { - "type": "string", - "example": "MIT License" - }, - "url": { - "type": "string", - "nullable": true, - "format": "uri", - "example": "https://api.github.com/licenses/mit" - }, - "spdx_id": { - "type": "string", - "nullable": true, - "example": "MIT" - }, - "node_id": { - "type": "string", - "example": "MDc6TGljZW5zZW1pdA==" - }, - "html_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ] - } - ] - }, - "organization": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "forks": { - "type": "integer" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" - ] - }, - "owner": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "private": { - "description": "Whether the repository is private or public.", - "default": false, - "type": "boolean" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat/Hello-World" - }, - "description": { - "type": "string", - "example": "This your first repo!", - "nullable": true - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World" - }, - "archive_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" - }, - "assignees_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" - }, - "blobs_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" - }, - "branches_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" - }, - "collaborators_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" - }, - "comments_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}" - }, - "commits_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" - }, - "compare_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" - }, - "contents_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" - }, - "contributors_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/contributors" - }, - "deployments_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/deployments" - }, - "downloads_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/downloads" - }, - "events_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/events" - }, - "forks_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/forks" - }, - "git_commits_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" - }, - "git_refs_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" - }, - "git_tags_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" - }, - "git_url": { - "type": "string", - "example": "git:github.com/octocat/Hello-World.git" - }, - "issue_comment_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" - }, - "issue_events_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" - }, - "issues_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}" - }, - "keys_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" - }, - "labels_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}" - }, - "languages_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/languages" - }, - "merges_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/merges" - }, - "milestones_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" - }, - "notifications_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" - }, - "pulls_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" - }, - "releases_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}" - }, - "ssh_url": { - "type": "string", - "example": "git@github.com:octocat/Hello-World.git" - }, - "stargazers_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/stargazers" - }, - "statuses_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" - }, - "subscribers_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/subscribers" - }, - "subscription_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/subscription" - }, - "tags_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/tags" - }, - "teams_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/teams" - }, - "trees_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" - }, - "clone_url": { - "type": "string", - "example": "https://github.com/octocat/Hello-World.git" - }, - "mirror_url": { - "type": "string", - "format": "uri", - "example": "git:git.example.com/octocat/Hello-World", - "nullable": true - }, - "hooks_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/hooks" - }, - "svn_url": { - "type": "string", - "format": "uri", - "example": "https://svn.github.com/octocat/Hello-World" - }, - "homepage": { - "type": "string", - "format": "uri", - "example": "https://github.com", - "nullable": true - }, - "language": { - "type": "string", - "nullable": true - }, - "forks_count": { - "type": "integer", - "example": 9 - }, - "stargazers_count": { - "type": "integer", - "example": 80 - }, - "watchers_count": { - "type": "integer", - "example": 80 - }, - "size": { - "type": "integer", - "example": 108 - }, - "default_branch": { - "description": "The default branch of the repository.", - "type": "string", - "example": "master" - }, - "open_issues_count": { - "type": "integer", - "example": 0 - }, - "is_template": { - "description": "Whether this repository acts as a template that can be used to generate new repositories.", - "default": false, - "type": "boolean", - "example": true - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "has_issues": { - "description": "Whether issues are enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_projects": { - "description": "Whether projects are enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_wiki": { - "description": "Whether the wiki is enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_pages": { - "type": "boolean" - }, - "has_downloads": { - "description": "Whether downloads are enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "archived": { - "description": "Whether the repository is archived.", - "default": false, - "type": "boolean" - }, - "disabled": { - "type": "boolean", - "description": "Returns whether or not this repository disabled." - }, - "visibility": { - "description": "The repository visibility: public, private, or internal.", - "default": "public", - "type": "string" - }, - "pushed_at": { - "type": "string", - "format": "date-time", - "example": "2011-01-26T19:06:43Z", - "nullable": true - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2011-01-26T19:01:12Z", - "nullable": true - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2011-01-26T19:14:43Z", - "nullable": true - }, - "allow_rebase_merge": { - "description": "Whether to allow rebase merges for pull requests.", - "default": true, - "type": "boolean", - "example": true - }, - "template_repository": { - "nullable": true, - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "full_name": { - "type": "string" - }, - "owner": { - "type": "object", - "properties": { - "login": { - "type": "string" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "avatar_url": { - "type": "string" - }, - "gravatar_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "html_url": { - "type": "string" - }, - "followers_url": { - "type": "string" - }, - "following_url": { - "type": "string" - }, - "gists_url": { - "type": "string" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string" - }, - "organizations_url": { - "type": "string" - }, - "repos_url": { - "type": "string" - }, - "events_url": { - "type": "string" - }, - "received_events_url": { - "type": "string" - }, - "type": { - "type": "string" - }, - "site_admin": { - "type": "boolean" - } - } - }, - "private": { - "type": "boolean" - }, - "html_url": { - "type": "string" - }, - "description": { - "type": "string" - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string" - }, - "archive_url": { - "type": "string" - }, - "assignees_url": { - "type": "string" - }, - "blobs_url": { - "type": "string" - }, - "branches_url": { - "type": "string" - }, - "collaborators_url": { - "type": "string" - }, - "comments_url": { - "type": "string" - }, - "commits_url": { - "type": "string" - }, - "compare_url": { - "type": "string" - }, - "contents_url": { - "type": "string" - }, - "contributors_url": { - "type": "string" - }, - "deployments_url": { - "type": "string" - }, - "downloads_url": { - "type": "string" - }, - "events_url": { - "type": "string" - }, - "forks_url": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "git_url": { - "type": "string" - }, - "issue_comment_url": { - "type": "string" - }, - "issue_events_url": { - "type": "string" - }, - "issues_url": { - "type": "string" - }, - "keys_url": { - "type": "string" - }, - "labels_url": { - "type": "string" - }, - "languages_url": { - "type": "string" - }, - "merges_url": { - "type": "string" - }, - "milestones_url": { - "type": "string" - }, - "notifications_url": { - "type": "string" - }, - "pulls_url": { - "type": "string" - }, - "releases_url": { - "type": "string" - }, - "ssh_url": { - "type": "string" - }, - "stargazers_url": { - "type": "string" - }, - "statuses_url": { - "type": "string" - }, - "subscribers_url": { - "type": "string" - }, - "subscription_url": { - "type": "string" - }, - "tags_url": { - "type": "string" - }, - "teams_url": { - "type": "string" - }, - "trees_url": { - "type": "string" - }, - "clone_url": { - "type": "string" - }, - "mirror_url": { - "type": "string" - }, - "hooks_url": { - "type": "string" - }, - "svn_url": { - "type": "string" - }, - "homepage": { - "type": "string" - }, - "language": { - "type": "string" - }, - "forks_count": { - "type": "integer" - }, - "stargazers_count": { - "type": "integer" - }, - "watchers_count": { - "type": "integer" - }, - "size": { - "type": "integer" - }, - "default_branch": { - "type": "string" - }, - "open_issues_count": { - "type": "integer" - }, - "is_template": { - "type": "boolean" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "has_issues": { - "type": "boolean" - }, - "has_projects": { - "type": "boolean" - }, - "has_wiki": { - "type": "boolean" - }, - "has_pages": { - "type": "boolean" - }, - "has_downloads": { - "type": "boolean" - }, - "archived": { - "type": "boolean" - }, - "disabled": { - "type": "boolean" - }, - "visibility": { - "type": "string" - }, - "pushed_at": { - "type": "string" - }, - "created_at": { - "type": "string" - }, - "updated_at": { - "type": "string" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - } - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "temp_clone_token": { - "type": "string" - }, - "allow_squash_merge": { - "type": "boolean" - }, - "delete_branch_on_merge": { - "type": "boolean" - }, - "allow_merge_commit": { - "type": "boolean" - }, - "subscribers_count": { - "type": "integer" - }, - "network_count": { - "type": "integer" - } - } - }, - "temp_clone_token": { - "type": "string" - }, - "allow_squash_merge": { - "description": "Whether to allow squash merges for pull requests.", - "default": true, - "type": "boolean", - "example": true - }, - "delete_branch_on_merge": { - "description": "Whether to delete head branches when pull requests are merged", - "default": false, - "type": "boolean", - "example": false - }, - "allow_merge_commit": { - "description": "Whether to allow merge commits for pull requests.", - "default": true, - "type": "boolean", - "example": true - }, - "subscribers_count": { - "type": "integer" - }, - "network_count": { - "type": "integer" - }, - "open_issues": { - "type": "integer" - }, - "watchers": { - "type": "integer" - }, - "master_branch": { - "type": "string" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:42Z\"" - } - }, - "required": [ - "archive_url", - "assignees_url", - "blobs_url", - "branches_url", - "collaborators_url", - "comments_url", - "commits_url", - "compare_url", - "contents_url", - "contributors_url", - "deployments_url", - "description", - "downloads_url", - "events_url", - "fork", - "forks_url", - "full_name", - "git_commits_url", - "git_refs_url", - "git_tags_url", - "hooks_url", - "html_url", - "id", - "node_id", - "issue_comment_url", - "issue_events_url", - "issues_url", - "keys_url", - "labels_url", - "languages_url", - "merges_url", - "milestones_url", - "name", - "notifications_url", - "owner", - "private", - "pulls_url", - "releases_url", - "stargazers_url", - "statuses_url", - "subscribers_url", - "subscription_url", - "tags_url", - "teams_url", - "trees_url", - "url", - "clone_url", - "default_branch", - "forks", - "forks_count", - "git_url", - "has_downloads", - "has_issues", - "has_projects", - "has_wiki", - "has_pages", - "homepage", - "language", - "archived", - "disabled", - "mirror_url", - "open_issues", - "open_issues_count", - "license", - "pushed_at", - "size", - "ssh_url", - "stargazers_count", - "svn_url", - "watchers", - "watchers_count", - "created_at", - "updated_at" - ] - }, - "performed_via_github_app": { - "nullable": true, - "allOf": [ - { - "title": "GitHub app", - "description": "GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the GitHub app", - "example": 37, - "type": "integer" - }, - "slug": { - "description": "The slug name of the GitHub app", - "example": "probot-owners", - "type": "string" - }, - "node_id": { - "type": "string", - "example": "MDExOkludGVncmF0aW9uMQ==" - }, - "owner": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "name": { - "description": "The name of the GitHub app", - "example": "Probot Owners", - "type": "string" - }, - "description": { - "type": "string", - "example": "The description of the app.", - "nullable": true - }, - "external_url": { - "type": "string", - "format": "uri", - "example": "https://example.com" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/apps/super-ci" - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2017-07-08T16:18:44-04:00" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2017-07-08T16:18:44-04:00" - }, - "permissions": { - "description": "The set of permissions for the GitHub app", - "type": "object", - "properties": { - "issues": { - "type": "string" - }, - "checks": { - "type": "string" - }, - "metadata": { - "type": "string" - }, - "contents": { - "type": "string" - }, - "deployments": { - "type": "string" - } - }, - "additionalProperties": { - "type": "string" - }, - "example": { - "issues": "read", - "deployments": "write" - } - }, - "events": { - "description": "The list of events for the GitHub app", - "example": [ - "label", - "deployment" - ], - "type": "array", - "items": { - "type": "string" - } - }, - "installations_count": { - "description": "The number of installations associated with the GitHub app", - "example": 5, - "type": "integer" - }, - "client_id": { - "type": "string", - "example": "\"Iv1.25b5d1e65ffc4022\"" - }, - "client_secret": { - "type": "string", - "example": "\"1d4b2097ac622ba702d19de498f005747a8b21d3\"" - }, - "webhook_secret": { - "type": "string", - "example": "\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\"", - "nullable": true - }, - "pem": { - "type": "string", - "example": "\"-----BEGIN RSA PRIVATE KEY-----\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\n-----END RSA PRIVATE KEY-----\\n\"" - } - }, - "required": [ - "id", - "node_id", - "owner", - "name", - "description", - "external_url", - "html_url", - "created_at", - "updated_at", - "permissions", - "events" - ], - "additionalProperties": true - } - ] - } - }, - "required": [ - "assignee", - "closed_at", - "comments", - "comments_url", - "events_url", - "html_url", - "id", - "node_id", - "labels", - "labels_url", - "milestone", - "number", - "repository_url", - "state", - "locked", - "title", - "url", - "user", - "author_association", - "created_at", - "updated_at" - ] - }, - "comment": { - "title": "Issue Comment", - "description": "Comments provide a way for people to collaborate on an issue.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the issue comment", - "example": 42, - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "url": { - "description": "URL for the issue comment", - "example": "https://api.github.com/repositories/42/issues/comments/1", - "type": "string", - "format": "uri" - }, - "body": { - "description": "Contents of the issue comment", - "example": "What version of Safari were you using when you observed this bug?", - "type": "string" - }, - "body_text": { - "type": "string" - }, - "body_html": { - "type": "string" - }, - "html_url": { - "type": "string", - "format": "uri" - }, - "user": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2011-04-14T16:00:49Z" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2011-04-14T16:00:49Z" - }, - "issue_url": { - "type": "string", - "format": "uri" - }, - "author_association": { - "title": "author_association", - "type": "string", - "example": "OWNER", - "description": "How the author is associated with the repository.", - "enum": [ - "COLLABORATOR", - "CONTRIBUTOR", - "FIRST_TIMER", - "FIRST_TIME_CONTRIBUTOR", - "MANNEQUIN", - "MEMBER", - "NONE", - "OWNER" - ] - }, - "performed_via_github_app": { - "nullable": true, - "allOf": [ - { - "title": "GitHub app", - "description": "GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the GitHub app", - "example": 37, - "type": "integer" - }, - "slug": { - "description": "The slug name of the GitHub app", - "example": "probot-owners", - "type": "string" - }, - "node_id": { - "type": "string", - "example": "MDExOkludGVncmF0aW9uMQ==" - }, - "owner": { - "nullable": true, - "allOf": [ - { - "title": "Simple User", - "description": "Simple User", - "type": "object", - "properties": { - "login": { - "type": "string", - "example": "octocat" - }, - "id": { - "type": "integer", - "example": 1 - }, - "node_id": { - "type": "string", - "example": "MDQ6VXNlcjE=" - }, - "avatar_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" - }, - "gravatar_id": { - "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat" - }, - "followers_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/followers" - }, - "following_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" - }, - "gists_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" - }, - "starred_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" - }, - "organizations_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" - }, - "repos_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/repos" - }, - "events_url": { - "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" - }, - "received_events_url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" - }, - "type": { - "type": "string", - "example": "User" - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "example": "\"2020-07-09T00:17:55Z\"" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ], - "nullable": true - } - ] - }, - "name": { - "description": "The name of the GitHub app", - "example": "Probot Owners", - "type": "string" - }, - "description": { - "type": "string", - "example": "The description of the app.", - "nullable": true - }, - "external_url": { - "type": "string", - "format": "uri", - "example": "https://example.com" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/apps/super-ci" - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2017-07-08T16:18:44-04:00" - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2017-07-08T16:18:44-04:00" - }, - "permissions": { - "description": "The set of permissions for the GitHub app", - "type": "object", - "properties": { - "issues": { - "type": "string" - }, - "checks": { - "type": "string" - }, - "metadata": { - "type": "string" - }, - "contents": { - "type": "string" - }, - "deployments": { - "type": "string" - } - }, - "additionalProperties": { - "type": "string" - }, - "example": { - "issues": "read", - "deployments": "write" - } - }, - "events": { - "description": "The list of events for the GitHub app", - "example": [ - "label", - "deployment" - ], - "type": "array", - "items": { - "type": "string" - } - }, - "installations_count": { - "description": "The number of installations associated with the GitHub app", - "example": 5, - "type": "integer" - }, - "client_id": { - "type": "string", - "example": "\"Iv1.25b5d1e65ffc4022\"" - }, - "client_secret": { - "type": "string", - "example": "\"1d4b2097ac622ba702d19de498f005747a8b21d3\"" - }, - "webhook_secret": { - "type": "string", - "example": "\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\"", - "nullable": true - }, - "pem": { - "type": "string", - "example": "\"-----BEGIN RSA PRIVATE KEY-----\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\n-----END RSA PRIVATE KEY-----\\n\"" - } - }, - "required": [ - "id", - "node_id", - "owner", - "name", - "description", - "external_url", - "html_url", - "created_at", - "updated_at", - "permissions", - "events" - ], - "additionalProperties": true - } - ] - }, - "reactions": { - "title": "Reaction Rollup", - "type": "object", - "properties": { - "url": { - "type": "string", - "format": "uri" - }, - "total_count": { - "type": "integer" - }, - "+1": { - "type": "integer" - }, - "-1": { - "type": "integer" - }, - "laugh": { - "type": "integer" - }, - "confused": { - "type": "integer" - }, - "heart": { - "type": "integer" - }, - "hooray": { - "type": "integer" - }, - "eyes": { - "type": "integer" - }, - "rocket": { - "type": "integer" - } - }, - "required": [ - "url", - "total_count", - "+1", - "-1", - "laugh", - "confused", - "heart", - "hooray", - "eyes", - "rocket" - ] - } - }, - "required": [ - "id", - "node_id", - "html_url", - "issue_url", - "author_association", - "user", - "url", - "created_at", - "updated_at" - ] - }, - "pages": { - "type": "array", - "items": { - "type": "object", - "properties": { - "page_name": { - "type": "string" - }, - "title": { - "type": "string" - }, - "summary": { - "type": "string", - "nullable": true - }, - "action": { - "type": "string" - }, - "sha": { - "type": "string" - }, - "html_url": { - "type": "string" - } - } - } - } - } - }, - "public": { - "type": "boolean" - }, - "created_at": { - "type": "string", - "format": "date-time", - "nullable": true - } - }, - "required": [ - "id", - "type", - "actor", - "repo", - "payload", - "public", - "created_at" - ] - } - } - } - } - } - }, - "x-github": { - "githubCloudOnly": false, - "enabledForGitHubApps": true, - "previews": [ - - ], - "category": "activity", - "subcategory": "events" - } - } - }, "/users/{username}/repos": { "get": { "summary": "List repositories for a user", From 3d435d61dbe8862d7ade43010eb31c0d7e54d4ee Mon Sep 17 00:00:00 2001 From: Grey Baker Date: Tue, 25 May 2021 20:03:45 -0400 Subject: [PATCH 5/6] Add Telegram Bot Token support to private repo secret scanning (#19539) --- .../secret-scanning/partner-secret-list-private-repo.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/reusables/secret-scanning/partner-secret-list-private-repo.md b/data/reusables/secret-scanning/partner-secret-list-private-repo.md index 7ea83ba60d..b80a4d9036 100644 --- a/data/reusables/secret-scanning/partner-secret-list-private-repo.md +++ b/data/reusables/secret-scanning/partner-secret-list-private-repo.md @@ -166,6 +166,8 @@ Stripe | Stripe Live API Restricted Key | stripe_live_restricted_key{% endif %} Stripe | Stripe Test API Restricted Key | stripe_test_restricted_key{% endif %} {%- if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.1" or currentVersion == "github-ae@next" %} Stripe | Stripe Webhook Signing Secret | stripe_webhook_signing_secret{% endif %} +{%- if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.1" or currentVersion == "github-ae@next" %} +Telegram | Telegram Bot Token | telegram_bot_token{% endif %} {%- if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@next" %} Tencent Cloud | Tencent Cloud Secret ID | tencent_cloud_secret_id{% endif %} {%- if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@next" %} From 86eb89f69762e43ddef474469022eec573149661 Mon Sep 17 00:00:00 2001 From: mc <42146119+mchammer01@users.noreply.github.com> Date: Wed, 26 May 2021 04:00:13 +0100 Subject: [PATCH 6/6] [Ready to ship] GitHub Classroom - mention new starter assignment course (#18878) --- ...ssignments-click-new-assignment-button.png | Bin 22005 -> 129570 bytes ...ts-click-new-starter-assignment-button.png | Bin 0 -> 106564 bytes .../assignments-create-first-assignment.png | Bin 0 -> 54662 bytes .../assignments-import-starter-assignment.png | Bin 0 -> 198017 bytes content/education/guides.md | 1 + .../index.md | 1 - .../teach-with-github-classroom/index.md | 2 +- .../manage-classrooms.md | 11 +- ...e-the-git-and-github-starter-assignment.md | 101 ++++++++++++++++++ content/education/quickstart.md | 1 + ...assignments-guide-create-the-assignment.md | 20 +++- 11 files changed, 128 insertions(+), 9 deletions(-) create mode 100644 assets/images/help/classroom/assignments-click-new-starter-assignment-button.png create mode 100644 assets/images/help/classroom/assignments-create-first-assignment.png create mode 100644 assets/images/help/classroom/assignments-import-starter-assignment.png create mode 100644 content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-the-git-and-github-starter-assignment.md diff --git a/assets/images/help/classroom/assignments-click-new-assignment-button.png b/assets/images/help/classroom/assignments-click-new-assignment-button.png index 8b1785c229631066923181006c5e3fc5edefc476..b86ec2755f5955fd82e17c5d8cde2923e62cb519 100644 GIT binary patch literal 129570 zcmbTe2V7Ih_dX1Wf)%h~p(zR?LXaZT0xl{lO+}>_MLJ2Pj_dFGtwoSB!JfiSI_U!!} znN*kTb6q^VRYCmmK^yIpo_TEFeuMYTtNHQi;eFu`Jll<(m>A}A#FqO9@AL2++R=OG z)h`zXJ>+?O-|5MK_=5Iqn=e#(eDmnB2W{uJt^3V4bQAsd_f5O%TYE-t$Mm08{8Y#D z%r$_ZEy~m7{n=&LX4ot7u3+IZ!~5Iico1iW1vY;QIPmF}X&k~gq**)n$7`2PBu1CrbBHhh{KI(>C1`+@o- zw(_mg)?PbTZ=3S8R$=0EK{YP{o|MNCU*-1sHQOZhd|2R>`84(m%6H4BL1BXnn|p5* zERKksKO}Uc*t#L+#X-B=Yd$&WM4rDXD7geyIF1see=ZTrgsij2&7{A8nh#>{=FdPM zo+&@T1{r?(;wo&$Tk*E?Mf1srUI$KG?w75+byF#B`*C&1xwAN2>Q~11D{`?Ier!&_dS#^OePyKpLLiWj~*H;4eKdjqXdEUx4;EqUV{64mCM#hl? zmOEqI9DM6d$##>g)wPw<2kde zbKg`ph6m|NZRf4bwu?qw<$ru&`J8x9s6DrwN!#>u@t07gAV6Zw(*Ya^cK^)CtelHvsvqbnj<|&`lxn!uteHy!?U8( zUfS~wz+{%@tT1U8j&?G;{5xrG6usxSoSzQ|d0@Xde>q&zdvLb^YW?YBiC2^mJ4sDl zP3w4C)Xz-CBHmvKlouXsH!VMd;^B|jx^0`p(x)f$+k)0HzDL{7e}V^Wrd1a5#CIRN zSo1_p+lD1oQG}MzzLZ+Az3l@ua{qUJf|T%YzX~dC`*iQ-vu&vrnoqu=BJb^W*k&PE zbLy}KZ|kpH9X7XZ@J5fnM>X(oyVuv_a(9~zzxjKG;=t1PW(@*%XkPwP=LE&COQk;C zbtA0!V4~pujb{%&vp6Jj-XQmx&FRNSo@;zQ_-4E1{X2Sv2faQEeLm2C61IVH8gg*< znM6ORU;Oba)n>s0J@JO)NA?dS9lxclxwq~NHu>yTf9-zDjja}&7qK8mTMN+4ZrR=~@%PK#>xezY z_V5L0f`#lKLo0l~J@wT>?Ii}!ev{nj`K!kJ2w}Y*5t;35HjSt1<{Fi{8_O{^Gb>DN1ElCF?ltY4)D?dk^f(xq15ILqlo1xDeHiY9cXL zqDRz9Zco;SJMFt33oUKT|1urA7czL`#QQrB+MV-WI^(6Ep4||-GbCeANnn50;M(~m%6kZ>@xtpnAVli!{te~$jb&O&mQ81Eo!(zSl`HWTz@w|lur`q1^ zO%^Q~-q$b%C0_XjjfixwU{=u6WaG!i@9OO0v8x)(Ilyqmq$WA|5QwqF*x(p%@Xp{#wSA&uA|H7lS>Dbw>s;2nU7Z~nZ;LsLWNxoc+~W}&=h7oux;5r2 f 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 literal 22005 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 S-{hgz&$IXsZzXRSrPFF=g8s&?cg9ePkmvgjeOa zr+4@CXEHfhsZyZyI(5}gQh9pj!`&YJ>H`|*NcEg2r!R0R^%0b#nSd;w=w{4UN|~;P zbwJGi-14ZK+IHE=@x4`3qfn4QjQo%xYa>oU5?7<*tUbSnt?8`!6KaA~s1D&Nv7e5^ zNhn+?eoj3gKG>bQCh_bo`0s5)VHVZ{j-3j;XnMXMZMfh00zcNFDICnDP}ZxG=AbX~ zp}W%jOFNZoYNq;8Hp{bTA6tBv&}wgJ7owZ|OdIfyuugBiF(FThf*W zDttblFRLZcVkh_^Q% z@v7+)FAR0{cgW;-XS3e+^6%OALQIiK-e6gK_L)O(#Hi&sJk~IQrsQeiPEi(41l&3l z-0tB+*4!DwQ!gLurAqq1+M-q7+H3=w-bo(0ZzDd&Hxu!!0_MQ0Z5?aeQ_c_hXC1VuLX2NBIm5n90yEL{d?JocM(@$ho6S8uSR%ZwVQ{hmSY zO=aj@Mt^F(=*_^7cJoiE%_+Xl%zf-K@A@)jSrb7r+66x762^Pgd_I|VthOA5>CH&! znm3Lv={ZV)I*;g>2M5*=;stEzycjQlrETk8R@F{vCDwIT;w>QQ(5=;?ruq7NKrjLl z8nHqGiSCq@S($8^2jB%r+(cP-W(XkZ&y^AT`u0cl*tSkh+&91XJvVw*`6tqHJDBr#?7;TSoOv7S#kKpb#D>`RvyI{imtp&!~{wh_C~H*Oae%P!-+ zqjLQae1y<{k~q)&dzpQp?+)&JS+MY0tkEoFBlc+)GI-hU6tmZyA}F3P@15T;YoYcC z2duE-;lC7rbMaFi5AP-lUVpY=_hcJPC(fUnN{8TjTIDF^(iEH|u6J`I#(&hf^r^^B3uaAN(#Wli-=JhiIwf*ZXEa z%B(nydl$Qr#|XFJG>fA#4ET+}p+Wz~@8Dn`znd!H-;e*H`CsS!8wnGm|3}2i@0I@F z;5y*9jOD8oqba|69tQkjK7eh19-J0GOJ;FRfbADi98%{GD{memu$}X4`_*I*@LBz_ zYO`bGrQcFi`6ueH39{6$(Ghpz(G#Bf?K@%4(+SQbe=}50`d5s9gX8>L^Ix*UDF3q@ z{~ed}yZ2wC{|oHtFQVvwnDhTdGavkJDU=gfEaL-|)y|QTztLI;aN{#51OoYS^+W7#cKWp1Z!a*(a>a;GQRArx z2g+Ybw)^8D-s>3j3V!n_^bcaI{|?5OA6wRocRFx?94r0c_rxsAz5O_3W@aWh=1Na@ zN%xH`OBCa8HcX^D!JrY&ZJ?aoE-}Fh=Y% zmmoZZI`)t9e$*fVa=XAAsD#g9VPS#?8b|nAuVaMpV%RaUv*U3-{sp z3B%Q7U&pY%E#3Q=KNO;#T#kyDup*OO!F2Y)7Z(?e8{gM(FA|X)-wg-5y&PYYT1C1~ zqu|vQ;Go2IDJ$6}|?C#~|XdZLl2r>|eyoK!4_!D<5KKQme1K=B^+5})FQ!j*Xp5l+rnX(N7XTdFqrPH zFM)w!O#=18{hunUL<-Iqpgb&>)KByb;2-sT6X?IsfL%(TKXSv)K)v5jK&f7~>c92& z_8wW-hC}d5UUaSJDar>}5A*4fJV1jlI3J&HK|MEXpPj)fcSdu8;HgG}@#;#RfaQIx z9z3bzt7>l7^HISE3IVUO)J=)9`uCi|*bz1l^pp^L`)5?HfzV~vU%rKD6cWaaYh*6Z zg5F_(2971;uWMuxo1+Dj9t0iXg4CT%kQ$eJMF6~*QLx+A`q3V^`A?`&!5())S1?WU z2_?YVlcbW#39|~%X|YV0b&E`-qR%wFIr68$_ao31ee5wtM+3Xw2;BhB{93Yn4eUE! zz=v_xlXV4u$4tJAxES3;)Jvpjb%ka4Gvi|on7ou872TaH4z06_g)?WuQ@<9mOVH)R3i_djsFfR^c4Hvo3 z)>Xkm`$-V^_6fVe+1Z(g8V0-pW+eD_ST94Td^Yr6Q~*l20>5$uz~e@D-_)Ih{yY=z z#~eD}?*B`5wod}vfJ`cq*S`#7BeFP)H3iP0g`qoO%0D_RKF^H8tj2)%kkm3)d;G92 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⪙I%f9%w6S-0e9_)LSern}l( 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 z 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

itiTQK32&Gt})u5-4_VKQ6XlTO&& z?z2EE;};l>9??himWaBkCp%ggx=6)QjP z?ZxiUt<^=OLW}w9D7k30TG*SdmGd4n9KJqo&SNvh58unwnEq)2OpscD0##sEVM5%) zV9()-Q>jq4_DO+WCSQg|UETgY*6+6!3V5~Hf6+UHrjzx?$yr078U;zTdwS2U@)M$2~% zqzY%Uf;9)%P%^-2f*X+dA+7o1y^!VbS0-(8KMBRJDxiXvaWR_+<~rx|1JZgvnvGO7 zR6(xqovuGU{lu=@tQQ3~_z{+eCKA*6js4MUetJIEPDYytt_|m}+OyKP8vN5y^-Q03 zVv_v5+2*EgP2_+<^6$VZnh1|oM`#8NE2Fae^w72EtVuG1l;ZIQY6dmxt29IOzbvu_ z`!`r4pk16|D{r!;vW9heN&##Du-?O`hI<=5%%@4o;iia3--A?~7?XxRgCA|?g5;d@ zndhNm`rAP*C)^Yi`T%fLKb@W?S1Qryp%^v^x4HersN3K{hF{Pyutce@uOVX4@jfqz zhtuXQKkL=76=~$UZ^1GdZxSo4deU)m{<%YqbH;_Q-vyFF1RTvNfP(i6aIY4QTe03F zWi{X1kfY=9ldOPm@|ZqHXZEgevsx5xX$3?D{7YJ>d)F)5z*r62z3?M z87;4g9R@tp)zfZpyuA4_wv(!JqRGKOWF=~WZIh!>Pyrrqpt>VioG!Cz7qztC+82ZHXj3eph7(J}q%ABUPRdS;Qx&fY`tg=I!YcU@H-}VZFAQE;N}};zW2s zi{2*}STYm(lR#8K`&|)3jcEj&?Rp%zIIRfuY`sX7NL?oX(Rr*nGj`lhOiLGXsbV^z z#OHxUMzNR-w)1EL!#RD%@-M7aW)t7M+}Q~l-zKmIr#^6q!~=u=6F)ZAv#AWPqXRAk zBmJ^J^K<@ZmZZc)LuoCUVI=V_djB6mz(33Xf6Zb4e?7?LAJjiuV&JILmDeg`=I-FM zFijRZYUPRyPc<-Sb7vB8FYhD5<1QEq_SUl3{l}#LQmN#VaOu>N5V>c)#aVK4kN9rNZj6^W+O^)%1O*LH3m)V> zBHs}!yr;orC7WxMOpTYBoB=7z&Or*wl3ECSFa(b1^*9$LsNagzsK);LWRxD{HLFzR z=ivbUn^>-XVd--Z=n#k|eDJ#FPz&Ltdnl!2M zArsVgU&?sK9Fd+ML?fd-{$3&*dnqnhP`1r-LroRGIaHculQ%F)ZNkf8z>!rSDryu|35bpm#cfGu@J>2do_9DLAjH&-MzX^Qg$sh zwMubznH}iuT%^@~FDzkjK`CFuyJj(G|4c|kF?s3tz!WUOOP#d`PUw`JOH8XZZvCBK zF5HGc>t}evv73rJJ{M}N6X_E&FDc|;Ol!~k)LtzkJ~pJaFj68N03lie#huma2q-%S z(V8ZarOZ}yAVm$hnu@BV44NH@T+&=Zq8JiIi4gWlynbKt+~-g-1VM( zqgQMs0V?UmWMb^QwvV)Ui8ERyv}j$9&BXzxl2y|v>Zzu}t&bQ<$%^Kz3U^s)vIOYm z8U!XI=kH%r?Jpw^dC)N5f9?~Dr6<@Rduc}|%&cMe=1+QIiKBi-N)i{PR{8H^PFfy% zL8@3`NoVYI293BgI36uBLFo?z0rD&a``78Dd(=JNcZzYIpy3x^k7tkcGS`JIL%UVEuZiO!h2870-ORX#3-ddb4oJ||5A@jbLVkm1$b zEqVyf?GGgEO0ptGYnQ)?@83rBH`~1imbO6|ZyBnR2Rv=n(S~_URYdyH@@_PjtZm(V zXeAj*W;Na8OZo%l?HPd2zdg^5IVKoPf=)e43H}`q&0q@c@_$e}$XFNTAHMMwC=9+= z%g`%%)AfSO_YeKglJa*hbi7SJobsr3=HJq4H0(~&@u&=CU2wCTwc<}O+kTbM2m4QB zDn$(rbHCj@V(f`CV_2l;`5YiA0_gxfzEipElAaU($k$ijLuV2>$=swJy7Jp9dJ|W` z_}kUJNC<@Y1xw8Mn{Q}SQAV2%QAy(ZC*1jsh=gR3POjWF?zo$`Li&mN`4F?|H$6eC zi%fid;$L*^*IKx$BFjJ8{7vv0$1-7kHC+a>TOeJ^o7Ua3sLrCEQRCF@xd=cp`-UWn zug)&H$PY-R-yawckasPk)FXRT?)$xMn{F}tyv!TSCOLYZ6Q0FduMOAFH}3(pH*U*A zgsNu2O#sP1yFQHW+0r(A7c!rHIe>0vVqc`$md>}eOHQM!f5TrfB!gQGPtOcprcYJv zd)CjHf8f~%Oq^Ug)f|O8AjFCWDUKAS*DcISI3$}5#QKs9~5bCvx{tR#3e zcgbmkflSM_C|o$KVlxC=1QP}mZZafo$&ot*uoGO2NfPg|cMj~z2LYJy(A>~GkO}8+ z*O%YfkZWE0-g#+5{jCYQD`z~trbH&0`bCa~3kGBEq~d_Z<-|%HBp=IL+6uQ!Uz|xK znu`0H^&8N;|U%lDvX;g!49%gGTR?}b_Q_P4mxz@ALZwJxD&lF<2{IAU=r zgWQ!9STgJrc1-UQvM7MObiAjyi)+PwAhvQM=|Td;R-+$EDyr4y3P1MBbvQI32vH`b z-REn^h(OgL`L0B-{U<8x24qkQpNZpt8Jpi!E(K?kQhf4lf-9P6ddJM(BBYiAOCPgRjD0W|%a1~e*KP;P$}m(7YxASxxFkhfoJXe2ULvr963J!Mry>)p z7?00a#=1?6i_W(Y(vTcQ+^kRsHf|B+odSWqg+lsks*yjh)+TvKf80dn_$pqiA33u8fz61b5F`{ zGzI7PR)}u9L^j(F(gl|MnRt^uc8RVL;^1+Sl$L&9zE?5tY*A!>8$3jru)MlG zT00&KtcBP}XOqaB##?mc3Fwt(&#sSoN*IH12*0L#j&s?+PLMoq$h9F)Ab-xuBWrl4 zb!z#CewJ}2Oje(|`{jUrM`LK{xVu1EqA^eOK(J!my4fdh^lzx-4fPI7sCaESlVJ9XK=Jei+d?`_)_tL;DSVBZi$5C zbvXvPJOx7o!~Nj0)%13i))-}m9%afacMh9|IoDzx$=*{`jh#v>SmF`fO3Dd?v{zw6 zXS9_M7jC6wCLj(5gkyR{zBKz%yeyZ>KR?4Lpz-qV+i{f(+1YxtNB2%Ku4AIRyZ8ZP zyov*!5QKJf+`jrG4#2iQjts{?+mvCC+KMkB#Wn^@x+yFguYZd>O8KNdd91{qB;V3v zna%jr6O;o$#*FjQD`PrH%y1-e@yUU{?}XTVcmHN~rD__6GmusYqZ|%w&+T{YzA9O) zZu+n{p`g!Ixtz1YD+w5*K#CmnR@&E zK+#t!t0qRpA5Ia{XT);)Vecnz*^{Mjo9l=SnS;(kGjFj=HFjwLO7P95}?7LPRjuLOid3Zy9HX&$21~Patu+&2i z43rcSB3@qe!NjThUFXx|eK20D+L+?su(MdH>U+cLAs4NE?oZ!L3atJ+h`y+9YwzemJT zN}{G4_V^&9^n4+Gj;gM$cj;b&h3z-F2u02YElHx7%0I6uQhywL#CcX9cs`=6<@qz_ z2Pdopp88@M7Na>n!L(`jR28_AbCO)XqMe3cREW_9(auIa)V3(2zettmS`{*Kp8h0b zbMTdk1fEFU1j@o*p(-KaT7ZZY4LJ~#5RWV*RGvWwN1fs9M%N%BJ&NXVlVh48ilSD2 ztk5yj)xqTf#i~sVsd5PfgwkwnIvn`ff z_Zd7#`LcloHLJ^CLXr$wSw)oHpl-uf@R|CgoO=MT_wWEaY<%)}5nA7pmlV2It?g^d(dqKBx{l znrxqO7R^UcItRjC@M8yZ3~QWpR5IA1FEb4MVk-oDB(EZn`9>+R#ggzlCSwrho>+T~ z|8sT^WW+15HNi_v%J<%?xHlF2&=*qz)v}?C4s&w?X7ozJpF`{+TgZtju;8e1Ab+;! z(h;r=(NfzIT%Kg>=K*~#n$MrLRa4XZoyaQcg>l9Vnaza_-1>6_NvbyIn~6*jFr(eRQ-uC3By!@r42tw3j11lDvE6`mx_pMU)6 zTPxcV$cqhcLx!n^C2qTNB2pH zn_eWLfyoX#JjskN+3SyRGz&mMJ|&9zc*ay78ABzRfA6I&I_L@V`m)__6&vZVko1p(hX0gb5R)= zS@OPM7Wo90ELg*s3L<_hsMPSz!vVkMERq_%J947TOtNkv@i}4S*b=VAHXs7t+-IgA z(%q*=7+`w@?y!qyiHU{ul}lfuT&Y)%&o~-KCz2EzXpFqHwg&hdEtM-VZW?eyab)&Sxf*#1UL6}K`)AJ8T2+(O#iN9 zX-QqjWCXXyhUSIVsrH3avwrHI>Js5}o~ixag?SJC1pkWq9DfGra76GSuB_=(KIYLI z#s@M&#Zn>zWZd6>0-0J8+>_#vD^U_AaVV-dWD_?5lJ^LuSSuaBd=E8;iF`aS`ip6Ks+56M~@1icw6A*E}v}4oi4Hm~Z_!N^A zg+{ral3-k5s)Ieo@=*!+GZ&K|Ik+n8cT z_HV@7xVVy`X}YZRw3z4F#U3$m@vp!lKNoEa0NJ8-i7!Z)E>bbOUis4OS7aOB=PLEb zXrn1ZLpeHyLwjClGU_U-nhIAWDo@xwGm1nzmXR-kUtJERe>iuIK80F+e<)Ic{>Wle z#vfXaa`s_sYHT8%w*U0Z51wed9)KGD+MJ9|8z)3QX7Nl$r77<+=lMSjWB7~`W9A?! zO6a+DH8RF20@)a}C5M<9w(z!!svNxI@3&~*e4@p>MCQ68OS`9U5T8{|gSc2&{Ujv4 z;&?dUuBiI>qoZ__x(0izc5VH5;Ad|s0plV$g7h6DBn%xcp1oBp)y)fk8g`kkss4N6&x+t1r&l8O(mh`3S{}E|=?tH&mEzZzi>dhFuviU5>Lm z?x{9!s0GJNhuXx2UD;d()*k9P_!Q>^pg-+3)jpFPfB#T|{GtXjwAzB7YuB~T{;)g9 zOWV8_V97svyl=iQX+MylP zmdn|@$s*2>D}w9-Rfy}dDbteY0dg3_Fffi~zR)V}iT{I?YmT7Qqug;f#qboj`E>X5 zH(3$edNtIt8|3+0z!MqclK00=-H6!5B7kIH^f$|t;=7@NRW0Q!9*j}(F^>IzpyWIx zv@Z(UCzdOxtmu@DFNIg&Y8v{Id@ojl?mT1yiD@>UTaM+&$XEeWSS5l+of5P5`||Je z{z|~9y_eo1MAHLUsNDiAXJd@|9G=`RXfteb|Dg>~)%vg@Zv>T+f0CFZY0Maamx)P0 zkzKArh^15EgZc9G2}_Q|$@jRoxI6X91^Xi?3>Eu;!TeKZg))eh?VHGGP#4cbLzudx zY-&f_!En8NjqLC8w+jA3MX;t@PDv|bvfc_sz3ER+;TxJ=>zwJP&O(9-b9Kc!nBhNn z&x@kJ9#;(q71xaAk7Q1a_vC7&oBqtlYVDn#iy~S|7){m>-HtT^-}5Obi>H zQgc@sR>MND=#21?X^f~@DR?_M`Ju%^(o#itoGb^l20{xz^!{-9a$JSdQryr~?(^5i zF5_9|Ez^WqZqS~v0satGx1p=jA-)w=%lZX96Q&VfV1}#WClYyn{C1U))LdTI4 z8e4lQtsn<{>q16Z)<5iZNH8L^!COIYa$a+L9~Pb)26ZV+mXcuh|7g&YkLew1-EYZb zS(rJJ^#fRMZM>EDYa8R;%h_bdT@qvTr{R*MeJ(HWtRj~wtbS8MVOThe1`3MvU#7JB z{rFTqjRU=+eYkXYiGCw>$`i+ydC4rJ;t{!WLU{@Ntd>urjBbkgTqg<=8S#23ICQM_ z#dlkAxIM40jH3)QvT0M_pwba-YWUuM&<7XZC7#SX%xV6Zaz)=C$a$Rx(oULxnyP6`$+q&|Jf?aY zkHxV@t7RaniDfh*OOs9s65eHnWeN{W3+&z{x~p~_wiHJG+Y=P#lA_2j8g5gQv5{L= zYRmNdx?L7cTWR2CIIwQ6K7EeUBzU6o)v_v%y20u-P zyN4BKe){|T5es1-n|_{2IQq{O`Zwd>-NCEFe|Ax1h*dJOKuk8ve&`pec%hK~MZ1uM zG#qDFPrl+b{ppi#=bn{>e3e->vQ!yzF}b$a*Qo+_LT4}=Zau+u%8hZp&Z#)jMfp&J ze|Aw6ESz^Qlg|E&S3Xzyt7ec)^>fP0j`_NIN)>3f^<1VkgG_T>#TiA;&0nr0V-Y24 z2SFvYe%Uf1f8D=WGcFF~aE{0bAkUDt&xHF5tQF9^o_Bk^s_>tnxE#Mf&oRd!ONKEt z4DSAgHeKLeBz!@hPr^35A;(}z!>~eLNI1<>p|9Bh(fT*r#*2wxd$EHYezObm1XqkO z|?jp6sAcu@_eFb0=ESVXy=aq8G8^w+aCunez&j zT?nL`S#?X9xd)JM!^Yi2xQU|HoEZvNe|M~jFJ*nj#Rv=As|!2p+9N?t;sf4W)hG=t zW}RAU=Zg|{LoJ+C7)AouPuxRaZfvM69nu1RC(D`G_@#Xkw%Eb>H1>g$R7p=A2x;%% z+~0FBo+5jN49+1cCdoUlhzn*nd%MDXy$cZn$j2SKO$_GjPm*bLJ55c&Xq_)pF0`7G zaxpwvZUX^@gpWwl#VEl;dAU@^$@w8c4ZlVcO=$W4K#HgHdA$_>4w7h@Wn}IofBjM@ zJ~Omm$B>jL$nmm9Ux{{b0J5PZtXt4u8=1rS?>+> zkx!GHy5w*_h-;EFG4Sir;_wyKob7XPC+PlFi2a>kCQ*qj8ZP|p;XmomM`bHEhJSxP z^Aq9yuR|iYFeZpF0%QAwQ~_}ccD@5f z`Ui^S>0R%6**R(<73cW0V{cR)XnYFRYBtr7(BYIY$BEti^xG11;wZz}TBHBS6otu3 zu(C^V|IY9~0OEg`l(&$1+}QnW4&F-;dG73GGCb*>J;`A9<)@RL;eATSDoZ%5G_3m> zNVl-Ru2Q@z8;NH)6MH<%y>wZhQ9e`dzdmSGWwGw!(2%XpQ?yyVQkSUdv0eSEC;`D?niL)Oyn6^%Q!Kml_0r zUYpS(FIBbQi@@$A)&DXcx*rP6f_qihk~r}wlV}D?19yE0o-a}m8JZyBjGO!53yEe& zh$fO&aR`5R{EoEigRDNBhFON1IIG)I&pHsNRxys>VG6(PB`pz$y$9Chwl+OOy%^GR zGWMIY2@$^DXqFsLUR_O&&(d!Dic^0pe_pI+J!LPcrN~TLjPv7&-G6}*m6Ra2(N#?H zVrE|R2>yA~_)K8-W%Ub}7>UVfUuu4OpAT3-3kUS)T-L^(w2{q?^uiU5W|yCDXZTRK zxWw^C3rC6GCDY`AWb@+ii7ZLdG+C^I%Jmu8D|=gO>F4OE{I9a*0yl%bv|^F=O$H4% z*2y;BsH#;X|F|I{K0@1*y)1T6fOgXg%NEnig0+1a+3MzM_Fy@)Pg=}*R2VRld`92z zUTC7NkSv!adG1-79Hq3C_8;~tdH%shzo884$3|~(tY5u?=QR(PHlaRC`Bg$xlN)gq zE|@?MNZsZ)j^qZo>`5T!YS7pTD|hp`KI|7H|IQCnsU5ZbUP1dLT|JER6RT3HGPox| zNjrq|a+2URNeYtz`YMxLIn6Jce^}SCy%9_MCe+Nm_=hel?XL6|f$OY_if) z-CH%|_lSeVmg<8GD~VIp!akuSg@N6k%S5M^ooWXjE%_(9AQvJz5Y9xMO{oZ%j+33n zPVRJRn~}xdLNN48A*Fh{d9O$8CBkfr$%CYy0|`9uw`-5Ekt=s0)gSuI9=9z*Z|B4o z0xBN*R2t0y;d`E`x(K=5bvJV#3N>_*+rid{I0Z7yG3d`pvPZjrTqhFi;0!Xku=38e z;+CX}NP?5kCJC$v)Fd+Rw+6HUd#(%@RrdAOjtfYHggty)6oL38vQM2DS$sNhVQ{uq zcx~A?UYCg_8Z#53MIgAMr131qOkWMsTG`}qstRyULc%Kqgv*^N4A9u0qh2_dHTSnk z!|uDwftR;LX-D3)S9A(~FB0m@6ZDof8(FlFMLfD7IibQDBNnv;%!V(i5mtOH7t+;G zhG=Kkk6%+EI6QUw<4bMYFPX2pw!Ob?0 z^hCTRvcFnov!E}jBFEQpctq0bi4-TH^%Pd0?0BHcDxlD_1{u*hUoC6mt8&E0XVk@}|dqQ$tg!mQwL;?KBua8ul<)j?B0O&VMC zAfTwh_6NxJee`S$yF;Fx-eK20>+ZSp1oupT{%#PnIBD>z(=|#gdoZlDgADItYV<)C zQSHr-rC%sIB<8JJhYW*6a|@tAmNh4#T$K-mrPSH9ZUJl5WCGIKLZ!g25zynheH&Lv zy|hNLXE@2B(?4E!l97tr)7*HtNzBB;Ra%Dx`UlXAV;VOozUR;+p8Y&XXNJQ7ik~$U zoF=BtFICC}?p(ciMoeq5G`Tx!^}~)w2ydzEwUasKU()gS@f~F?|LP2G=R3$!qcGk* z1;RiU0DkbV*jOI=WB2`|FF$F^@4{M;u!F|@U^=^Hy-uvZf=oFBJM2iB4ju*F{nl9Q z)$)%hahiru7VAqbc}B+b81L$!C2oBfIX%7;0_LY+sl&`?=UYl89%Fpv6If$wrCH{E zMh!~P8FFT7feuRFq|+8mfaOBsjQxjZ=6EYsr`r)@l*m|CS^E z=}ot?UeOp(6e3scCf*V$2;3aZN;(6{-h&)qnbdx`*oPEWq@$~?bdWos~N4>~*qtmC< zn|PU_jOOx*uFyqkcrgz0Gk5#*A}oH__7GK=iOU{3=(d+oGobk)fG)gxlPxhp@FfYk zU^|)exGgrqK+iYGm~P2!dtM2-pOv|<`&*b6wlj$-NKhu*uEOhAQ2LR;Jh`Ue?;whVx-|Lp57X-fubQc$?AyfhX0F4bGg%!cHLJ*hmzQrli zn$%1VmmGt5XPSh2DDrn~b5O2lRgSp+*$Y-#u=R)dxdbt@6y%tli{rio`|LZNF;esq zjCP~<)%ybp$|9#Y@MDvbZTC@QW9f;Ey3cL7=W!Kj8xIyxQ&ne? zHTrj~<@K6{{gsxYAEJ^@MAHg2iSTd5mtiU(E?LW|V=Ig0Q0EOkM4P1e^;)QHg}YP2 zBcB3Gme`5twPfG2r`pHXlY|d!?Eyp65_eZDwyA$P(uf+Cb!C++&4P0jHsURtp~QO< z^jux$P4m@fXb&`}1e?AWQ#-ju%CNby;&b!0Mx1T_^+v)^`KkuI{i%ton^z2TGGEg_>Zw;IU%4yovv>a=kLyUy~iYC5mwzaB5q|4(UKz?&cTSGrSU zr@p_Bxetwe*JH$oKHgx zE+4^+LMii4foP)J$K9%XS`R$4t|Z-YRj&RlkB1T@xt6)P^{|1K*Ss#~sY%--kC1)} zz5q_(Lo+>4=wnjQ*Xxg6NvRY-xy-i!NXFc&oW&=R+q<|~tnVv(=vkYVugH15>?|1j zecMt0v_MXo0=Z6@B^S7Wht2`O!@sIMpGbA9?f8bzajF_x0Syd2P#-3{Or4+)we#qQ zNRE3a0fmyRM5e->1H3D?Xce}xT2G;0p6RBfFxDPLMQ;%zlBppVi|%Ku50zpsO<>X~ zT%=DnDdYFE`-T|HM}7_oQmka4QQfc@vH8@jtefd9j~X+_*87!W?pb$<0CO*)%+1#7 zp<|z8Nq^LyMu=jyrzUy{Yg;KHxw;N#I}>)?R4hFq?#h*%mbrfxkNV9kXW}J~C4{&T zv1b%!kh1Zn7r~0DLZid?kKGE~bASq{H*L|M=>z7>D$HcP2E<&ftp`O%MF1Eiy##Qp z_MJ?$3=x_!?TIU;_?5B>5Rkt??jWNK1lkf_`m9IbBzU3vD$D#@Hw)%{N>3IV5p`L7 zOizk9ABmmIU&Y>+3Z7xAXv}6S9^T|X_Ow3|mrkOa5~rObceFpmZh`RieN}|MvuOXU z`_j zCA=g`>{xr)9%V5-g-weLoiT6-i$Bx9I7m;9UXCFUtB*V|mf$I49IeTihDC-gA@Q%( z$8^lGTZ*zvVG2|?%5k%mh*AV1ZoNt1w5+jd^~Wl9leLX!p~(Y-0EoxhvGRYEh+v$J zwZZ4u+I~p)wOGz4 z1gvc?0da-#SIUS_Hikia#;+G>-+PS* zIVuG2%k+|}dIvGRgUl8+B#&_#Ruz zN(EW!r_hSaBxcj!ZlBOqpKef!5-cC;zr(#SMy8)SYKnAH5?6aBJJ{^=JqCGO!S-2( z$`wCT%DeL*KN77EUm`x=$)})e`3RSe__O5p;CrDdL^g!(uh@zRXk^+OXn3nWUxj=7 zyvJj+CMhnpV5iZf(iArm(3Otww7@R@A&(g$$d9P!tmMR5>B(7bYL})_h+$*YVo&C= zd=kW8c%^LoEpbfm7G@rFH2EHwGK{HFJp+34q+@|TaC(|)gUKlZtOFkH5Z(vIT^&hDE99JI181jNuNC#vdz{V3sXwwvd)p zcqLG&3q&s-OrxW#-(WloMvcUwi7FE5UG)1#)NLhA|LiibQBE&j&0VR5*RzB1$3dHP}F0W?bpxDp$ZuNb#Z=nsftn1kqAHJGCi+kLRpJK*u;BY zUNtLA4WLKs1VLLI;ALO2g(WIIeW(!Sl+N44an;5BKelxgkUg?LlOl3NsLwU){J41E zsUI(#WbnE>y)Rx7*T#O;j08$wI|Vdl54nNHREu3oVChdIaduVO*D{%`2-$s-d!On15Up6)+{@>q}KVQ z-13sW-kPWGjD=P+{jMkq$ec}!$X)Z0U@88j=D($@L)J#w%_c1XX9ZipG-Ns4SH zvarb)re{p46vyZ6X6sejj*MESZgVO-p0sM}S!hVs#^V?wr~NGgHc5H$rLRtcM@(>> z?iq2M%IQ5i^cnA-L+`eW6vwl+w`!!5$%oNG<|w4KKaSy@?Ldo*w94t)Wb66)EMlld z5o`Qt)t7(6E!3Y$7l~AJ}w%$0D<} zjGk8eE)a#CB_pu7m8P5$EOQ$AT|Sf9&zUHhRU+R?5SdBAUb~Nbf>tePC}KMVz{$r=clUzvc~98hs{h{~DbYh%YDI)Xg`bAnZiq2DR8Y7pVWFMvX!~>K(3^ zM{&gMnuA?iQZ%!_l9g!2u+;pyJKT^rd?xZM@TVB0V!C+wcFtf!}y>>z_Y$ZZbhECr{A|1qQ!&sv$XfZkVYpGuU(f)Dfk@}BdZ~c3c0aZ2=kfiHat9FW?M2LxMh_&^M&cD#o$$r=S zP`?(&VO6%HBh{9ccTj3hXnF9BMQCmkP-X1~J{!zN9i?rdT$e&V6j8^-hO);CBzvSU ztl6YNNx5>mZo#UQ-u26!i&qVZvHcUu+K^zkKboFn#r~sWDDseGU=}d9GFIb;*eM@hS z`9tM{pll0wSLf8zd3VHSg{0x*C4C6r3tAmf+-;g;q)&Mb=VU;PHLVmwx=Ef(qCF&K z1M8Ag^gn!T2b&*87mMF4(ci0|Q=)Gy(zzF#n?w`6A<>{gA;~J#Mm4R$x`0`BTfvt3 zKwwhpUcrmLA63N&$(Za}MX zHH+rcLmp!7{{k}ur1TwjLBVH#9(^B%d|a6PvLMeuWNu|tj}v(u@oHh=>mc9j6rglN zp8CG1PWp8EJeO9Oo)kqmN|WgrS+sdGrD7=${l^hR)L(sDRKglDWv4Ydq2qIBKgbhV zA6S8*coyE|?6)a>JEfSB!pq##*8)N3wQj(fed+03CRHz5j?i`-WL2+9MA z;jsVj*+1EhUaNe zW)l_wuNHVK1A=S`n#*+0AEk0rt&{1*fwPH{bF^iej7QRj3oqeO)}v4FY_lV3J`V5u zws2rEe$0(K=74MCbuOUS6lesmX3J&cT=uOw!CBmFd){;Sf0m8{l;UjakdR(e94F;I z)XQfx<-|>MY>AE|*6j~%(Ez#+T!FP{5t0cLMug8Y`ye49jo+y4pmgNyzQIBHvS^gU zos@OYD~P>t0hJF;g_DIy8O8MPv{pSWIkQL@b@-bc#Hp<{s`aSn@mfD};HYSWh#Gnz zUT=FgUd`?DFVa-QTRe#`ILH0*hMmPPj0qdkeF$dSWi;+KBS!7L$Rj^HyrCTI4tgT} z!bq0!Vo*RoMF12(`sdGY*3giK33bQonr&Hgo+ zbno6)54!(AQ*K1|3+#5?4s&-)!_gncx~M2U|E2%>^;xt+C+s{?g5uk%7?bsH#lQiT zehT|v7`lF?F~+i~^BvzV24iZi)ik$e(H{ke_n%;oDYO$79%EtgkBol=6y*On?_hMQ z-_U5PDiTtzK~5&@cjdn&vL?d z7HF2V#&UdBZ;J_IG|`j9)J-wajA$%+weskv-#ho#)T<8DAl?`UX=w*%!b3Sgk2TsM zRJcAO1o@SH{Q3y-EpBJ?nd)ge)1^o>5f({yKQDSpg{&8r^3{d-fc2n-K$ijyUm`LR z<(kFVNBw{vhF(TJe!OsE%l064&6p3%=$-F)<-I7>D1&z2U|0Y>S&*hd2_>`Pwg#m% z8c&}5J1y6yqgX=?%GS0r$|+Y3|bFSiC7gLh>DrBI#*AaSX~W zHay2m?%U?7@T8G$TH3^Cu^G%FCq;;XL$W>8#vy(}7#Xr!A-FHq{Or&cJGi1+q=JGA z7TbS-fwlNk0q|@&;|Gm102xTp4vweJ{?-$1f?s!j6-o-3%xum)dfS{r)zgy|twS&S zTR5s1ocLi*HsXSo|JKd9^@<#bJJ?f9hdE8e^%t@rilH-j!PTt*N@ZCseHpS>S50SE zQzFE;_TCAO#>%Gm1fQBP`>^>kNP+e2d}y@wm!B!nnCt6+d4@n`wu+qe--IWllT`ZH zyb=S&bJgJ3ye_TcQ)5)19k<9#`EhJBEj`(m*%q;n`U5&FN$V)$+Pv23)n+pk`?<_^ zk|T5H;0TxNS)El5$utnV69h(kBMbEW*2W@K{D&D=|=FK`w}3s>GK#fjY1%28r6ReC61cL1P+m@lc9tC=_1d;VJ;vm!+08f7?KvFeBKPldgJsz_?jd z^fOujG^J(Gg7^7eOYs37qSChnKO{IZz5C;{91Wj3cADKBD?h!eSt+c35G6V1tY$sH zxzFPwxFW=1$7zo4*!qwiC+4D-&t^gh>cWs7n-;(b2+l@2JF7aXat4lVzgPDz?;~(Y zqejA~re_4W09g+x4P%N)1`+FCF)y5JVwHMSg;whX8ZxuGh#M(XI*J>S{614GzoJRR zS7sa~K(D_3c1iqChENscG0{WT1fGa*4^uswu6j(%Z~d3Xn#vk9GK{;K2BHQyz|!@`*A-uBo=@7uJWMLoP}J6H*@<*5mo|&+=lPyYow3f0Tm1=QqitL zlZT?f^X8v+w3<05!a`71R+MrR1T7m(ZZi%mx7twP?#d-roEcL#pHLHSKFhedYgOy@6=wq=% zWZEWEqKZ71j^9VWO47t#IklOuA{z@H#ZKQ`w$)REsjsf2PJBPwV|x&Sj2^1m##34O z^Np#q{Y^EQxsLP6(q_^}HW&T35B@fP@&uBaGhig)Fc1RoRgd?7&23)8KwQ%*NxFX1Q-H*UpzRo)hnR+VH@#0Z z0P5e`+b#i`HZe)X0hE6Trr{r&$}39KvsdcRJ*0qB0Q$I5BdYQ^yAV7v55Z*}zbpJn5HGF?a3;RTui6k(Vp=f+>4UN@@EDETCX`9>3DR~&#t5kog2%!tvOw}~i_#<* zRzt(ypiUm;iD&#gB#xjn0c^9(?h+}?uZK&jG_reOsbI(-NLm?m1c;9Y`O_%qgTl(v z3;w^H-2Uf5Na?Qs8nFQhs=%-Tl9+#uTmJuh@&Q7pvANA_qFA3$LEEqfxU(LoFZ`V| zNM%`>Pg(U9flUr3+F$;oBsPMT#tBeIvnf0^cltLsrzPEIITTC3SUBq0N7_n-N6L8p zacms=4eXQSiHfVGM<-gUKf50#@%-~=pGCAX{NtW8LKNQ|h#GAD;$NYd=l=V$alQY5 zP#3~zn%^+ejo)?5QB@`!FandcVgfSt$ zgn2I_QaiFGs;|Yd?f{R$-rM(FtB*19_v+hZa?;p zH1Iv_rGYz1mA1{2*=7!KudVLAHQChq@njr``aitAdVP7FX6+&3_SHisxUi6cZ8ibu zdVH2`#n1N0AT_hX(ZZ}nz&+=n_rBM5v6)%vk>y@X+`02bYTq$wlfTn0Vr^72`>{se ze{%aZRk6umXB<^oeDl9D?zwG$-`nv|Cf3~$jveru8S^Sw3QSL;0=mt>dU#{des3DPJAe2cr$IiPdwRkeoE z(4$;Gnp_Fg0+Zl4=KY!`=N0wVGx!v`CY33Y3JP{-b6AV#G({Kvy+lKq2tH`z7t-Vk zF8!4{Ip`qYh?1DHP0Uz2poz0(4W`61_a-CU5-8B+96M@5pbxExm@q^ahpz`_EsX%*yBeT;AIL*$ zGZ7=pb@hal#T33$Xe&L+yi3aVaP=R6weZRQG-Pn&+|;}g!$#{)2jnhsyvUeSn~g#; z8#v?g&U0;8(Lp~H6*pR5`e@{E0UGjLP?IW`xPZ{;+OD6dnnq3Tfsw!gheG5WXO zS*jMCq4{RyH_Yzoe&|a$Ip>$D0J7_;0OXx?-EMz!7jtTwbc`xzXY09VX0HGnxBO4J zT(gG-?>MyKYOUj2AQU!`)sydBEcP}YE3;jZ{$nx{NuooXzI&v$H`mFdl4-lkZ!Bc| z{L&&CoYKly6$RlWWN(h`ZggV645rB1>?cF^pS^c}jpb-hIk0--Mc$(?K9*my#fME3 zMKjfh9wlR+8lz}EFS)8e>28=G*s^3{yw?mWn~`brg@M z0FiJ+(dP1PCUL!xsxb7{cI~(KFk0}K8?((l1R^OY!wxWK0*{;7pM>&jtpmaAP;bhU zau*J}Ac17TEf#y;A#nB5wvvGGnLT20)-Dh7mIkT6XaM@I!uHxl!4ODY`>z`ZfQBNf zQNLI-N>8E6$ob;(*^u3iJrOP@xp={>+6eA~+#m?yS~m%h!=fj`I+0{&FSn@++1+cm zmoNHe(BiySzPShrEb5HvMfHZ0*SVGW^tV8KOO9^2&2n5mLkI`9r$rhL2fhXCo7^ip z*l-(5L*H5xGvspTuUr|seRVqfiJ26{Pv!pv(QJ@;=oH`GSf^Hgt4HDPHVrenh!T!m zbzy(<3q|Ov>`a*H$$kCWG*FAO#VU;)=MSCgjnsQjf%Dwej$c^#=Np(!QatuW%ZrO7 zb>M-K*dMrtVS`3(EkiQ*cMR8yQ`O95d!w4MOI!-9&GSLV7rmhjJw5KfqwegUE_zdc zH0WoqtQyt%D3XQ~6Y7PI(!1A9 z!lr&HEY*%4I#Du0iLN^i)QOOD;d)~=TP@pb?vK?T8Vz0st9KH|VX%-{@AQM3@va%x zAX~A{lV>JVV;clvgU_$0@ZYapHJZ6sD0TJJ-+8PL7n=?xs)OaD$i6^MB$O=oN0WX$ z7A8!)4KV%l=b|i{R_bKw3hRYOiODK!va7Xb2ZB9QAvpARroi1Qm2?haJTiIqHTs~C zEs0;MAUov=-OT#@laquAqDe3Ia8n-3E|VzS0{J4wK#%qQ-)ULB_t1}MPM+z@{^8GZ z$E<&(UgWBPf5L8M1vdn`F7iurnR(Sz?BnHbi{DCuccN8l-aOdrAs%0`T}+sDO^P2r z8VbMIv@UrCDVHUdwp`-c!XIH&`GHHHBs`qUnL4$8xD@zg(im+ql0PU<7IR*43|(+@ zUFOb){{U%UeJgZn;aqwYf=R3nE^BHVy@&ilJ;}Mh9YR0Kiaq2tjNpFVo8fS2xw_nzi7jWOi?jn5I6Bvjrn~9)jez3 z@82Q6qsIvL@e&>q;yE7VudJ-3?6+GyPen&1%A)J+2LC$cX&t1YPY4+`IhBy zao(du`h~Q{-EU$P@*!Psvmf%dvPxgEL={mp(Kl^GY4vox zGaKXs6XFtdZ&t&WeJ6kUT1sa53U+fozpkAzUW>_Y`gK{v4Tsw3maQ2i6>B15NWbFH ztgZ$A@^!b+ExF$&RfrVBxwmNBxldp zZOgp*RtYi-1&BG<1j4b)F!L z&Sqeu6ATFzyq7ac&ZJsMR2T4eUhv!=%3FFIWF$Nzb`9@5Aee6Kw#3=*U-+W#;8_P=QL$&+wXRTY zjXaFkO`A(2=%1;Sh0!I9DpjbhJAtd@xy}K`$MG;T>ZfzTq zz;+9{{5Y$-pOS^Nj?adIverxLSsg!zfREJ{|L^bd9kMvxfJXpq}&r1gyI2HD4#`M5V;+M0Twyxo)3-#4~L2wMC+8NtxVOzlc z6^t25RbX5IH-|aC0i{Ew@bnhFUEz{vlo_BbzVCee z@Kmv*peIv->2FNLhXb%vDQ8Jx=ZSgEH`C7`Z3o@l^N;Ghs7v72FlPQWBsAVLv91?6 z1yx54p}0sT$W{0!wOc2d|3#dD=QGCNp>>7x2zNyV&+uo3s=q zFL98O#Adg)W7vS~@6qMxyil@D^Ae`J?OA-dpEpt+2x2MB!p|=ewzJ_BR3zAp_sV$L z7&kA4=dfdwRzb8G?|ZoTqn{BB+oOx#9sUj9^D7Pc?Db>HVbFM-rsZ&zU7LITYC@bF6VFK09$34GkH z{W}25mG&H`E#0wke%W};4ERoR9ArOk#}2nn>CB&h9P8J50IUyw12S-vV!go%W76G8W`$=A=XkR9r6{b>nXP>m$ z2VB3p$llwTN4GHpLOq6~W?%a@cXq7Jzr;X!8?O7FK&Qhexl&ge&)KlvQi}Ftub3s| zGSzW%TKtOH*vQAGytqNW<%|&iYzWs-4iREck@sFJ|6~983aunj;&QQ9?nO1>zK5xN zsGifxmsC6coB778{x51qrNme2om4M%gtfG_wY9Y7=H^b_4GcuZ#M;{>Ut9?c16T1j zJ&>a4VDs|DE`IW2|4eTD^Jap~WC@^LVy>SW;T^A)V4&eN1qc|QpC9UUSZwcpe0%;< z$>;m`Q=&gFBk6uDrO}O=-day&U-*qJ4$_UtmUKilbp|6scs@gdtHu-^r-Y+;z2(Nz zrYa}5sULmFtV=TQ?sk^aLG}A_@aOZ5ND7ke7dDVRTbEszK~Q+W^Of4)_^*rt$#6Td zi3iPr;u3En%(Jjc9Ec^hPO4{W;n7$$>>sqXCGPeek4#d3&;oboBs^MHRk(ajr3cq8 zJJ%OKRaV?5AmG-on zw+0IWvnW?XiVBX#!-_G3*T%Ho!`RpJ#3g`e zy%pK>E4urQ=+4}07;;2AP3p{v4IEpi38)=}JMFkFjJC!FPQ(o@miOX;G*t~6*EYuk zK6S$N+^;5zWyY=&7o|XEHfAox7h^2-Mux1m13FL+VQSGmM{VuX1xnVE%U^rEpPFri z+0G4)#_61OV_oe~g1CZ;0=a+<l{0ye?luE|^QONlLe^JF1C~U+8VGs(ZSn_hDjhO+>O$OyLvSb8_aDCUFZWzINv5x|6SZd{y85J5*lvvQl7v4gwVai8`#Th`Z^}R>AsxS{Wwz4u ze5k@zxDuw&0Sm}KyPa9a-|d^Vv^&~Ks94^sf6;b|f+1L`(?YlbQs0_qZ|*t-7!1 zSo%dpj-i~^;g}tHWH|MhC>}LcrgnVAlw#bBj!b{Y&N4MJKSC%qH-Gz#g5tDfJ~f<> zMCa<`=KUvbe7vnG5W?ETS7;)*Z#OXOP@_O-roHac9ksY~5uA0>Q+rI?POQ2HwVF2OZ#Wc-=_ z*^~srVRb zASuy@*JfN3+NARI2| zCDJPj;b5h12|Ah6w9J$pOxPqlHb~uxF#m2>n)QJ{^pR=Gp0B|!x0BgEFWBuV{-1~f znDxX}%SG*FYJx+u5EQ8Dn6^Sh*BI90hoWp~9lgj1Z=Kp35UsO)z!E<{nGOkqmaqud za{HI6n|HCY-JzhEvxea7*g{>D7E5)} zyb|zu5|n`e_Kyf`o!#^&x40ly>fH_D<7Vr9lY!tlWKFMP80bbW!Mr+meQl`F&M~mQ zZd_75co$FT{ggxEobe=o%JQt>A(WtaP`?c9et(utNLoQp#X!S+f49?wtgY7N=J7no z<_g?4=--iBF*R?WOd>X_qdV`B(W={t*fNRFPOL~e9q}26V-xHKp$)IgTqwvg#k*$h_3y{5uh|XYS&TS-s)Us1|G6aFplPJ!dCTc#tL5q7qvTz@HL=s4S!H6tn*fVgRg8tIF#k+9HEJjsC@_P366(DO&PLNC$6_#H79_&Ezd z4^_DqgL_VW_p<;H@=&&_ZX}_?_LMmIF&f�{HXn9pk=%pYxp9OtO+AYU|}u(5u#R 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 literal 0 HcmV?d00001 diff --git a/assets/images/help/classroom/assignments-import-starter-assignment.png b/assets/images/help/classroom/assignments-import-starter-assignment.png new file mode 100644 index 0000000000000000000000000000000000000000..b72b33f2e8d10b3fc44bd841d0b0e8ab60a8213e GIT binary patch literal 198017 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%0DI$qcsSE>CCm4Wd6R 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 } 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 C?^QN)@hs>ppwmFL( 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 bU2CHT<>A`jijGMDKSvK8J6L?c|LXq$!)9v~ literal 0 HcmV?d00001 diff --git a/content/education/guides.md b/content/education/guides.md index 50b347ee8e..9d1badbf24 100644 --- a/content/education/guides.md +++ b/content/education/guides.md @@ -21,6 +21,7 @@ Administer a classroom, assign and review work from your students, and teach the - [Basics of setting up {% data variables.product.prodname_classroom %} ](/education/manage-coursework-with-github-classroom/basics-of-setting-up-github-classroom) - [Manage classrooms](/education/manage-coursework-with-github-classroom/manage-classrooms) +- [Use the Git and {% data variables.product.company_short %} starter assignment](/education/manage-coursework-with-github-classroom/use-the-git-and-github-starter-assignment) - [Create an individual assignment](/education/manage-coursework-with-github-classroom/create-an-individual-assignment) - [Create a group assignment](/education/manage-coursework-with-github-classroom/create-a-group-assignment) - [Create an assignment from a template repository](/education/manage-coursework-with-github-classroom/create-an-assignment-from-a-template-repository) diff --git a/content/education/manage-coursework-with-github-classroom/index.md b/content/education/manage-coursework-with-github-classroom/index.md index 1acc82ee54..e34e76adef 100644 --- a/content/education/manage-coursework-with-github-classroom/index.md +++ b/content/education/manage-coursework-with-github-classroom/index.md @@ -10,4 +10,3 @@ children: - /integrate-github-classroom-with-an-ide - /learn-with-github-classroom --- - diff --git a/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/index.md b/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/index.md index f09b25496c..246c6c0059 100644 --- a/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/index.md +++ b/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/index.md @@ -8,6 +8,7 @@ redirect_from: - /education/manage-coursework-with-github-classroom/probot-settings children: - /manage-classrooms + - /use-the-git-and-github-starter-assignment - /create-an-individual-assignment - /create-a-group-assignment - /create-an-assignment-from-a-template-repository @@ -15,4 +16,3 @@ children: - /use-autograding - /connect-a-learning-management-system-to-github-classroom --- - diff --git a/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/manage-classrooms.md b/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/manage-classrooms.md index 9c25ef7769..faae07451a 100644 --- a/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/manage-classrooms.md +++ b/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/manage-classrooms.md @@ -1,6 +1,6 @@ --- title: Manage classrooms -intro: 'You can create and manage a classroom for each course that you teach using {% data variables.product.prodname_classroom %}.' +intro: You can create and manage a classroom for each course that you teach using {% data variables.product.prodname_classroom %}. permissions: Organization owners can manage a classroom for an organization. versions: free-pro-team: '*' @@ -8,6 +8,7 @@ redirect_from: - /education/manage-coursework-with-github-classroom/archive-a-classroom - /education/manage-coursework-with-github-classroom/manage-classrooms --- + ### About classrooms {% data reusables.classroom.about-classrooms %} @@ -45,7 +46,7 @@ You must authorize the OAuth app for {% data variables.product.prodname_classroo !["New classroom" button](/assets/images/help/classroom/click-new-classroom-button.png) {% data reusables.classroom.guide-create-new-classroom %} -After you create a classroom, you can begin creating assignments for students. For more information, see "[Create an individual assignment](/education/manage-coursework-with-github-classroom/create-an-individual-assignment)" or "[Create a group assignment](/education/manage-coursework-with-github-classroom/create-a-group-assignment)." +After you create a classroom, you can begin creating assignments for students. For more information, see "[Use the Git and {% data variables.product.company_short %} starter assignment](/education/manage-coursework-with-github-classroom/use-the-git-and-github-starter-assignment)," "[Create an individual assignment](/education/manage-coursework-with-github-classroom/create-an-individual-assignment)," or "[Create a group assignment](/education/manage-coursework-with-github-classroom/create-a-group-assignment)." ### Creating a roster for your classroom @@ -58,10 +59,8 @@ If your course already has a roster, you can update the students on the roster o {% data reusables.classroom.click-students %} 1. To connect {% data variables.product.prodname_classroom %} to your LMS and import a roster, click {% octicon "mortar-board" aria-label="The mortar board icon" %} **Import from a learning management system** and follow the instructions. For more information, see "[Connect a learning management system to {% data variables.product.prodname_classroom %}](/education/manage-coursework-with-github-classroom/connect-a-learning-management-system-to-github-classroom)." !["Import from a learning management system" button](/assets/images/help/classroom/click-import-from-a-learning-management-system-button.png) -1. Provide the student identifiers for your roster. - - To import a roster by uploading a file containing student identifiers, click **Upload a CSV or text file**. - - To create a roster manually, type your student identifiers. - ![Text field for typing student identifiers and "Upload a CSV or text file" button](/assets/images/help/classroom/type-or-upload-student-identifiers.png) +1. To create a roster manually, type your student identifiers. Optionally, click **Upload a CSV or text file** to upload a file containing the identifiers. + ![Text field for typing student identifiers and "Upload a CSV or text file" button](/assets/images/help/classroom/type-or-upload-student-identifiers.png) 1. Click **Create roster**. !["Create roster" button](/assets/images/help/classroom/click-create-roster-button.png) diff --git a/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-the-git-and-github-starter-assignment.md b/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-the-git-and-github-starter-assignment.md new file mode 100644 index 0000000000..74032cdec1 --- /dev/null +++ b/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-the-git-and-github-starter-assignment.md @@ -0,0 +1,101 @@ +--- +title: Use the Git and GitHub starter assignment +intro: You can use the Git & {% data variables.product.company_short %} starter assignment to give students an overview of Git and {% data variables.product.company_short %} fundamentals. +versions: + free-pro-team: '*' +redirect_from: +- /education/manage-coursework-with-github-classroom/use-the-git-and-github-starter-assignment +--- + +{% note %} + +**Note:** The Git & {% data variables.product.company_short %} starter assignment is in beta and subject to change. + +{% endnote %} + +The Git & {% data variables.product.company_short %} starter assignment is a pre-made course that summarizes the basics of Git and {% data variables.product.company_short %} and links students to resources to learn more about specific topics. + +### Prerequisites + +{% data reusables.classroom.assignments-classroom-prerequisite %} + +### Creating the starter assignment + +#### If there are no existing assignments in the classroom + +1. Sign into {% data variables.product.prodname_classroom_with_url %}. +2. Navigate to a classroom. +3. In the {% octicon "repo" aria-label="The repo icon" %} **Assignments** tab, click **Use starter assignment**. + +
+ Creating your first assignment +
+ +#### If there already are existing assignments in the classroom + +1. Sign into {% data variables.product.prodname_classroom_with_url %}. +2. Navigate to a classroom. +3. In the {% octicon "repo" aria-label="The repo icon" %} **Assignments** tab, click the link on the blue banner. + +
+ The 'New assignment' button +
+ +### Setting up the basics for an assignment + +Import the starter course into your organization, name your assignment, decide whether to assign a deadline, and choose the visibility of assignment repositories. + +- [Importing the assignment](#importing-the-assignment) +- [Naming an assignment](#naming-an-assignment) +- [Assigning a deadline for an assignment](#assigning-a-deadline-for-an-assignment) +- [Choosing an assignment type](#choosing-an-assignment-type) +- [Choosing a visibility for assignment repositories](#choosing-a-visibility-for-assignment-repositories) + +#### Importing the assignment + +You first need to import the Git & {% data variables.product.product_name %} starter assignment into your organization. + +
+ The `Import the assignment` button +
+ +#### Naming the assignment + +For an individual assignment, {% data variables.product.prodname_classroom %} names repositories by the repository prefix and the student's {% data variables.product.product_name %} username. By default, the repository prefix is the assignment title. For example, if you name an assignment "assignment-1" and the student's username on {% data variables.product.product_name %} is @octocat, the name of the assignment repository for @octocat will be `assignment-1-octocat`. + +{% data reusables.classroom.assignments-type-a-title %} + +#### Assigning a deadline for an assignment + +{% data reusables.classroom.assignments-guide-assign-a-deadline %} + +#### Choosing a visibility for assignment repositories + +The repositories for an assignment can be public or private. If you use private repositories, only the student can see the feedback you provide. Under "Repository visibility," select a visibility. + +When you're done, click **Continue**. {% data variables.product.prodname_classroom %} will create the assignment and bring you to the assignment page. + +
+ 'Continue' button +
+ +### Inviting students to an assignment + +{% data reusables.classroom.assignments-guide-invite-students-to-assignment %} + +You can see whether a student has joined the classroom and accepted or submitted an assignment in the **All students** tab for the assignment. {% data reusables.classroom.assignments-to-prevent-submission %} + +
+ Individual assignment +
+ +The Git & {% data variables.product.company_short %} starter assignment is only available for individual students, not for groups. Once you create the assignment, students can start work on the assignment. + +### Next steps + +- Make additional assignments customized to your course. For more information, see "[Create an individual assignment](/education/manage-coursework-with-github-classroom/create-an-individual-assignment)" and "[Create a group assignment](/education/manage-coursework-with-github-classroom/create-a-group-assignment)." + +### Further reading + +- "[Use {% data variables.product.prodname_dotcom %} in your classroom and research](/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research)" +- "[Connect a learning management system to {% data variables.product.prodname_classroom %}](/education/manage-coursework-with-github-classroom/connect-a-learning-management-system-to-github-classroom)" diff --git a/content/education/quickstart.md b/content/education/quickstart.md index 4964ba6780..fa23006880 100644 --- a/content/education/quickstart.md +++ b/content/education/quickstart.md @@ -85,6 +85,7 @@ You've created a classroom, and you're ready to enrich your course with {% data - Watch some videos about {% data variables.product.prodname_classroom %}. For more information, see "[Basics of setting up {% data variables.product.prodname_classroom %}](/education/manage-coursework-with-github-classroom/basics-of-setting-up-github-classroom)." - Manage your classrooms and classroom admins, and create a roster of students for your classroom. For more information, see "[Manage classrooms](/education/manage-coursework-with-github-classroom/manage-classrooms)." +- Use the Git and {% data variables.product.company_short %} starter assignment to give students an overview of Git and {% data variables.product.product_name %} fundamentals. For more information, see "[Use the Git and {% data variables.product.company_short %} starter assignment](/education/manage-coursework-with-github-classroom/use-the-git-and-github-starter-assignment)." - Create an assignment for individual students or teams. {% data reusables.classroom.for-more-information-about-assignment-creation %} - Write and implement automated tests to provide immediate feedback to students directly in assignment repositories. For more information, see "[Use autograding](/education/manage-coursework-with-github-classroom/use-autograding)." - Participate in {% data variables.product.prodname_education_community_with_url %}. diff --git a/data/reusables/classroom/assignments-guide-create-the-assignment.md b/data/reusables/classroom/assignments-guide-create-the-assignment.md index 051e169c57..35235b41a3 100644 --- a/data/reusables/classroom/assignments-guide-create-the-assignment.md +++ b/data/reusables/classroom/assignments-guide-create-the-assignment.md @@ -1,4 +1,22 @@ -To create an assignment, sign into {% data variables.product.prodname_classroom_with_url %} and navigate to a classroom. In the {% octicon "repo" aria-label="The repo icon" %} **Assignments** tab, click **New assignment**. +#### If there are no existing assignments in the classroom + +To create your first assignment: + +1. Sign into {% data variables.product.prodname_classroom_with_url %}. +1. Navigate to a classroom. +1. In the {% octicon "repo" aria-label="The repo icon" %} **Assignments** tab, click **Create an assignment**. + +
+ Creating your first assignment +
+ +#### If there already are existing assignments in the classroom + +To create an assignment: + +1. Sign into {% data variables.product.prodname_classroom_with_url %}. +1. Navigate to a classroom. +1. In the {% octicon "repo" aria-label="The repo icon" %} **Assignments** tab, click **New assignment**.
The 'New assignment' button